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 155409 - NullPointerException at org.netbeans.modules.j2ee.websphere6.ui.wizard.ServerLocationPanel.isValid
Summary: NullPointerException at org.netbeans.modules.j2ee.websphere6.ui.wizard.Server...
Status: RESOLVED DUPLICATE of bug 154408
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-13 10:51 UTC by kingpato
Modified: 2009-02-19 20:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 143549


Attachments
stacktrace (5.26 KB, text/plain)
2008-12-13 10:51 UTC, kingpato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kingpato 2008-12-13 10:51:29 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 14.0-b07, Java(TM) SE Runtime Environment, 1.7.0-ea-b40
OS: Windows XP, 5.1, x86

User Comments:
kingpato: Estava criando uma aplica��o Web

vkraemer: applied code change for issue 150223 and then ran into this when i attempted to open the Add Server Instance dialog

kingpato: Estava criando uma aplica��o Web



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.websphere6.ui.wizard.ServerLocationPanel.isValid(ServerLocationPanel.java:156)
        at java.awt.Component.invalidateIfValid(Component.java:2711)
        at java.awt.Component.setLocale(Component.java:1780)
        at javax.swing.JComponent.<init>(JComponent.java:600)
        at javax.swing.JPanel.<init>(JPanel.java:82)
        at javax.swing.JPanel.<init>(JPanel.java:109)
Comment 1 kingpato 2008-12-13 10:51:34 UTC
Created attachment 74920 [details]
stacktrace
Comment 2 Vince Kraemer 2008-12-14 17:20:00 UTC

*** This issue has been marked as a duplicate of 154408 ***