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 240802 - NullPointerException at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.getJarClassPath
Summary: NullPointerException at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatfo...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 05:55 UTC by thanyuda
Modified: 2014-01-23 02:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203605


Attachments
stacktrace (13.06 KB, text/plain)
2014-01-22 05:55 UTC, thanyuda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thanyuda 2014-01-22 05:55:07 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
thanyuda: To add WebLogic Server Instance for server list, select "Oracle WebLogic Server" and select.

I guess that this exception is related BUG #209642.

Thank you,

GUEST: Adding Weblogic 10.3.6 instance




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.getJarClassPath(WLJ2eePlatformFactory.java:246)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.getJarClassPath(WLJ2eePlatformFactory.java:231)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.getWLSClassPath(WLJ2eePlatformFactory.java:183)
   at org.netbeans.modules.j2ee.weblogic9.deploy.WLJpa2SwitchSupport.isEnabledViaSmartUpdate(WLJpa2SwitchSupport.java:325)
   at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerPropertiesVisual.updateJpa2Button(ServerPropertiesVisual.java:339)
   at org.netbeans.modules.j2ee.weblogic9.ui.wizard.WLInstantiatingIterator.setServerRoot(WLInstantiatingIterator.java:244)
Comment 1 thanyuda 2014-01-22 05:55:09 UTC
Created attachment 144229 [details]
stacktrace
Comment 2 Petr Hejl 2014-01-22 10:57:50 UTC
Fixed in web-main b2d7f8c4f57b.
Comment 3 Quality Engineering 2014-01-23 02:38:51 UTC
Integrated into 'main-silver', will be available in build *201401230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b2d7f8c4f57b
User: Petr Hejl <phejl@netbeans.org>
Log: #240802 - NullPointerException at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory.getJarClassPath