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 150240 - [65cat] NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual.serverListBoxValueChanged
Summary: [65cat] NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ui....
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
: 150487 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-15 15:49 UTC by rajivderas
Modified: 2009-02-19 20:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 128277


Attachments
stacktrace (31 bytes, text/plain)
2008-10-15 15:49 UTC, rajivderas
Details
stacktrace (7.81 KB, text/plain)
2008-10-15 15:55 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-15 15:49:40 UTC
Build: NetBeans IDE Dev (Build 200810150201)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b21
OS: Windows XP, 5.1, x86

User Comments:
rajivderas: unselect the selected server from the server list box by pressing CTRL+mouse click



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual.serverListBoxValueChanged(ServerChooserVisual.java:286)
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual.access$200(ServerChooserVisual.java:65)
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual$3.valueChanged(ServerChooserVisual.java:243)
        at javax.swing.JList.fireSelectionValueChanged(JList.java:1765)
        at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
Comment 1 rajivderas 2008-10-15 15:49:48 UTC
Created attachment 71870 [details]
stacktrace
Comment 2 rajivderas 2008-10-15 15:55:45 UTC
Build: NetBeans IDE Dev (Build 200810150201)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b21
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual.serverListBoxValueChanged(ServerChooserVisual.java:286)
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual.access$200(ServerChooserVisual.java:65)
        at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual$3.valueChanged(ServerChooserVisual.java:243)
        at javax.swing.JList.fireSelectionValueChanged(JList.java:1765)
        at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)
        at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
Comment 3 rajivderas 2008-10-15 15:55:48 UTC
Created attachment 71874 [details]
stacktrace
Comment 4 Petr Hejl 2008-10-17 12:08:31 UTC
*** Issue 150487 has been marked as a duplicate of this issue. ***
Comment 5 Petr Hejl 2008-10-17 12:11:42 UTC
Fixed in main 15119e869c64.
Comment 6 Quality Engineering 2008-10-18 15:53:59 UTC
Integrated into 'main-golden', will be available in build *200810181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/15119e869c64
User: phejl@netbeans.org
Log: #150240 [65cat] NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ui.wizard.ServerChooserVisual.serverListBoxValueChanged