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 - Null pointer exception scanning classpath
Summary: Null pointer exception scanning classpath
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 12:09 UTC by joshorig
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log1 (1.12 MB, application/octet-stream)
2007-02-02 12:10 UTC, joshorig
Details

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