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 127259

Summary: IOE when opening a NB module
Product: apisupport Reporter: Tomasz Slota <tslota>
Component: ProjectAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Full IDE log

Description Tomasz Slota 2008-02-13 07:32:47 UTC
I keep getting an IOE when trying to open and debug a NB module project. Debugging doesn't work as the source roots are not found.

java.io.IOException: Not an NBM project in /Users/tomslot/SUN/src/js2/javascript2/core
	at org.netbeans.modules.apisupport.project.universe.ModuleList$1.run(ModuleList.java:161)
	at org.netbeans.modules.apisupport.project.universe.ModuleList$1.run(ModuleList.java:153)
	at org.openide.util.Mutex.readAccess(Mutex.java:291)
	at org.netbeans.modules.apisupport.project.universe.ModuleList.getModuleList(ModuleList.java:152)
	at org.netbeans.modules.apisupport.project.universe.ModuleList.getModuleList(ModuleList.java:136)
	at org.netbeans.modules.apisupport.project.universe.TestEntry.getNetBeansOrgPath(TestEntry.java:187)
	at org.netbeans.modules.apisupport.project.universe.TestEntry.getSrcDir(TestEntry.java:139)
	at org.netbeans.modules.apisupport.project.queries.GlobalSourceForBinaryImpl.findSourceRoots(
Comment 1 Tomasz Slota 2008-02-13 07:34:56 UTC
Created attachment 56572 [details]
Full IDE log
Comment 2 Jiri Vagner 2008-02-22 16:55:11 UTC

*** This issue has been marked as a duplicate of 126954 ***