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 93971

Summary: Null pointer exception scanning classpath
Product: java Reporter: joshorig <joshorig>
Component: UnsupportedAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: message.log1

Description joshorig 2007-02-02 12:09:02 UTC
java.lang.NullPointerException
	at org.netbeans.modules.javacore.JMManager.scanFiles
(JMManager.java:1077)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot
(JMManager.java:1006)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases
(JMManager.java:815)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:769)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:926)
Comment 1 joshorig 2007-02-02 12:10:05 UTC
Created attachment 37965 [details]
message.log1
Comment 2 Tomas Zezula 2007-02-02 12:19:31 UTC
The MDR based model was replaced by javac base model.
Comment 3 Jiri Prox 2007-02-02 12:21:21 UTC
Reporter try deleting C:\Documents and
Settings\Lenovo\.netbeans\5.0\var\cache\mdrstorage directory it should help
Comment 4 Quality Engineering 2007-09-20 09:52:15 UTC
Reorganization of java component