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 242770 - NullPointerException at org.netbeans.modules.j2ee.deployment.common.api.Version.isBelowOrEqual
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.common.api.Versi...
Status: RESOLVED DUPLICATE of bug 217310
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 06:13 UTC by Exceptions Reporter
Modified: 2014-03-28 08:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208308


Attachments
stacktrace (3.52 KB, text/plain)
2014-03-11 06:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-11 06:13:25 UTC
This bug was originally marked as duplicate of bug 217310, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: IFS Developer Studio 8.72.100.2818 (built 20140304-1633)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: opened ManageScribblesImpl.java




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.common.api.Version.isBelowOrEqual(Version.java:296)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.addJerseyLibrary(WLJ2eePlatformFactory.java:366)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.getWLSClassPath(WLJ2eePlatformFactory.java:211)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory$J2eePlatformImplImpl.initLibrariesForWLS(WLJ2eePlatformFactory.java:650)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory$J2eePlatformImplImpl.getLibraries(WLJ2eePlatformFactory.java:571)
   at org.netbeans.modules.j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery.findSourceRoots2(J2eePlatformSourceForBinaryQuery.java:105)
Comment 1 Exceptions Reporter 2014-03-11 06:13:27 UTC
Created attachment 145933 [details]
stacktrace
Comment 2 Petr Hejl 2014-03-28 08:17:19 UTC
Don't know what IFS Developer studio is. I guess it is based on older release of NB. All other reports are from 7.2. Definitely it should be already fixed by fix for issue #217310.

*** This bug has been marked as a duplicate of bug 217310 ***