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 81568 - NullPointerException
Summary: NullPointerException
Status: RESOLVED DUPLICATE of bug 81567
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 06:42 UTC by hecta
Modified: 2006-08-07 12:46 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 hecta 2006-08-01 06:42:31 UTC
java.lang.NullPointerException
	at 
org.netbeans.modules.j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery.findSourceRoots
(J2eePlatformSourceForBinaryQuery.java:75)
	at org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots
(SourceForBinaryQuery.java:70)
	at org.netbeans.modules.javacore.classpath.FilterClassPathImplementation.createResources
(FilterClassPathImplementation.java:121)
	at org.netbeans.modules.javacore.classpath.FilterClassPathImplementation.<init>
(FilterClassPathImplementation.java:63)
	at org.netbeans.modules.javacore.classpath.FilterClassPathImplementation.createClassPath
(FilterClassPathImplementation.java:212)
	at org.netbeans.modules.javacore.ExclusiveMutex.setClassPath(ExclusiveMutex.java:414)
	at org.netbeans.modules.javacore.JMManager.setClassPath(JMManager.java:448)
	at org.netbeans.modules.javacore.JMManager.setClassPath(JMManager.java:443)
	at org.netbeans.modules.javacore.JMManager.setClassPath(JMManager.java:452)
	at org.netbeans.modules.javacore.api.JavaModel.setClassPath(JavaModel.java:50)
	at org.netbeans.modules.java.j2seproject.MainClassUpdater$2.run(MainClassUpdater.java:145)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Pavel Rehak 2006-08-07 12:46:15 UTC

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