This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 139732 - AssertionError: Malformed metadata in NbModuleProject[C:\Documents and Settings\ivs\??? ?????????\NetBeansProjects\MyModule]
Summary: AssertionError: Malformed metadata in NbModuleProject[C:\Documents and Settin...
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-07-11 14:14 UTC by Ivan Sidorkin
Modified: 2008-07-30 03:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 75153


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2008-07-11 14:14:53 UTC
Build: NetBeans IDE Dev (Build 200807080009)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.AssertionError: Malformed metadata in NbModuleProject[C:\Documents and Settings\ivs\???
?????????\NetBeansProjects\MyModule]
        at org.netbeans.modules.apisupport.project.Evaluator.computeModuleClasspath(Evaluator.java:538)
        at org.netbeans.modules.apisupport.project.Evaluator.createEvaluator(Evaluator.java:388)
        at org.netbeans.modules.apisupport.project.Evaluator.access$400(Evaluator.java:96)
        at org.netbeans.modules.apisupport.project.Evaluator$2.run(Evaluator.java:232)
        at org.netbeans.modules.apisupport.project.Evaluator$2.run(Evaluator.java:220)
        at org.openide.util.Mutex.readAccess(Mutex.java:327)
        at org.openide.util.Mutex$1R.run(Mutex.java:1299)
        at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1318)
        at org.openide.util.Mutex.readAccess(Mutex.java:275)
        at org.netbeans.modules.apisupport.project.Evaluator.reset(Evaluator.java:219)

I edited project.xml and got this exception
Comment 1 Lukas Hasik 2008-07-11 15:15:07 UTC
what is the path to the project?
Comment 2 Ivan Sidorkin 2008-07-11 15:26:55 UTC
"C:\Documents and Settings\ivs\Мои документы\NetBeansProjects\MyModule\"
Comment 3 Lukas Hasik 2008-07-11 15:38:16 UTC
I see. That's problem with the Russian characters. What is your locale?
Comment 4 Ivan Sidorkin 2008-07-11 15:45:05 UTC
Cp1251; ru_RU (nb)
Comment 5 Jesse Glick 2008-07-14 21:14:19 UTC
There is no <module-dependencies> element in project.xml; your project is broken.

New dev builds will refuse to even open the project.
Comment 6 Ivan Sidorkin 2008-07-15 08:17:31 UTC
project was already opened
I know that project.xml become broken during editing, but I do not want to see exception window
Comment 7 Jesse Glick 2008-07-15 12:59:19 UTC
Please provide steps to reproduce from scratch.
Comment 8 Jesse Glick 2008-07-30 03:16:24 UTC
Two weeks with no response.