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 - NPE when tried to open a project
Summary: NPE when tried to open a project
Status: RESOLVED DUPLICATE of bug 44768
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 21:13 UTC by _ ttran
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***