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 44907

Summary: NPE when tried to open a project
Product: editor Reporter: _ ttran <ttran>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description _ ttran 2004-06-15 21:13:14 UTC
[JDK 1.5 b55, IDE built from CVS 2004-06-15]

Not easily reproducible, but happened to me today

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.netbeans.modules.javacore.JMManager.cleanUpCodebases(JMManager.java:675)
	at
org.netbeans.modules.javacore.JMManager.access$200(JMManager.java:59)
	at
org.netbeans.modules.javacore.JMManager$4.run(JMManager.java:849)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 psuk 2004-06-16 11:44:48 UTC
Moving uptodate stacktrace to Issue 44768 and closing this one as
duplicate.

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