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 68962 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
: 70897 71020 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-18 19:31 UTC by callesto
Modified: 2006-01-06 19:57 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 callesto 2005-11-18 19:31:06 UTC
java.lang.NullPointerException
	at
org.netbeans.modules.tomcat5.util.TomcatProperties.getJavadocs(TomcatProperties.java:412)
	at
org.netbeans.modules.tomcat5.TomcatPlatformImpl.loadLibraries(TomcatPlatformImpl.java:158)
	at
org.netbeans.modules.tomcat5.TomcatPlatformImpl.<init>(TomcatPlatformImpl.java:76)
	at
org.netbeans.modules.tomcat5.TomcatManager.getTomcatPlatform(TomcatManager.java:940)
	at
org.netbeans.modules.tomcat5.ide.TomcatPlatformFactory.getJ2eePlatformImpl(TomcatPlatformFactory.java:35)
	at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getJ2eePlatformImpl(ServerInstance.java:175)
	at
org.netbeans.modules.j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery.findSourceRoots(J2eePlatformSourceForBinaryQuery.java:66)
	at
org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots(SourceForBinaryQuery.java:64)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation$SFBQListener.getResult(MergedClassPathImplementation.java:342)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addResources(MergedClassPathImplementation.java:379)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPathResources(MergedClassPathImplementation.java:370)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPath(MergedClassPathImplementation.java:309)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPaths(MergedClassPathImplementation.java:123)
	at org.netbeans.modules.javacore.JMManager.resolveJavaExtent(JMManager.java:482)
	at org.netbeans.modules.javacore.JMManager.getResource(JMManager.java:574)
	at org.netbeans.modules.javacore.JMManager.getResource(JMManager.java:530)
	at org.netbeans.modules.javacore.JMManager.getResource(JMManager.java:505)
	at org.netbeans.modules.javacore.api.JavaModel.getResource(JavaModel.java:83)
	at org.netbeans.modules.editor.java.JMIUtils.getResource(JMIUtils.java:478)
	at
org.netbeans.modules.j2ee.ejbcore.hints.EjbHintsProvider.getHints(EjbHintsProvider.java:55)
	at
org.netbeans.modules.editor.hints.HintsOperator$HintPopupTaskImpl.run(HintsOperator.java:236)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:471)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:904)
Comment 1 Sherold Dev 2005-11-21 09:08:02 UTC
F.

Checking in src/org/netbeans/modules/tomcat5/util/TomcatProperties.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/TomcatProperties.java,v
 <--  TomcatProperties.java
new revision: 1.8; previous revision: 1.7
done
Comment 2 Jaroslav Pospisil 2005-12-08 13:19:01 UTC
VERIFIED
Comment 3 Jiri Rechtacek 2006-01-06 14:05:45 UTC
*** Issue 70897 has been marked as a duplicate of this issue. ***
Comment 4 Jan Lahoda 2006-01-06 19:57:27 UTC
*** Issue 71020 has been marked as a duplicate of this issue. ***