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 144152 - NullPointerException at org.netbeans.modules.j2ee.weblogic9.WLPluginProperties.isSupportedVersion
Summary: NullPointerException at org.netbeans.modules.j2ee.weblogic9.WLPluginPropertie...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
: 147381 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-16 05:10 UTC by dangnp
Modified: 2008-09-16 14:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 92451


Attachments
stacktrace (8.48 KB, text/plain)
2008-08-16 05:10 UTC, dangnp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dangnp 2008-08-16 05:10:06 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows 2003, 5.2, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.weblogic9.WLPluginProperties.isSupportedVersion(WLPluginProperties.java:233)
        at org.netbeans.modules.j2ee.weblogic9.ui.wizard.ServerLocationPanel.isValid(ServerLocationPanel.java:149)
        at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:829)
        at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:799)
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.AddServerInstanceWizard.updateState(AddServerInstanceWizard.java:130)
        at org.openide.WizardDescriptor$Listener.stateChanged(WizardDescriptor.java:1917)
Comment 1 dangnp 2008-08-16 05:10:18 UTC
Created attachment 67609 [details]
stacktrace
Comment 2 Petr Hejl 2008-08-20 11:47:58 UTC
Fixed in main 6d82f50cd85b.
Comment 3 Quality Engineering 2008-08-20 17:28:29 UTC
Integrated into 'main-golden', available in build *200808201401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/6d82f50cd85b
User: phejl@netbeans.org
Log: #144152 NullPointerException at org.netbeans.modules.j2ee.weblogic9.WLPluginProperties.isSupportedVersion
Comment 4 Petr Hejl 2008-09-16 14:57:18 UTC
*** Issue 147381 has been marked as a duplicate of this issue. ***