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 159070 - NullPointerException at org.netbeans.modules.j2ee.sun.ide.sunresources.wizards.CommonGeneralFinishPanel.isValid
Summary: NullPointerException at org.netbeans.modules.j2ee.sun.ide.sunresources.wizard...
Status: RESOLVED DUPLICATE of bug 157965
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 16:02 UTC by drampulla
Modified: 2009-02-24 18:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146679


Attachments
stacktrace (4.05 KB, text/plain)
2009-02-24 16:02 UTC, drampulla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drampulla 2009-02-24 16:02:16 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, x86

User Comments:
drampulla: creating a new java mail session server resource



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.j2ee.sun.ide.sunresources.wizards.CommonGeneralFinishPanel.isValid(CommonGeneralFinishPanel.java:132)
        at java.awt.Component.invalidateIfValid(Component.java:2740)
        at java.awt.Component.setLocale(Component.java:1810)
        at javax.swing.JComponent.<init>(JComponent.java:595)
        at javax.swing.JPanel.<init>(JPanel.java:65)
        at javax.swing.JPanel.<init>(JPanel.java:92)
Comment 1 drampulla 2009-02-24 16:02:26 UTC
Created attachment 77299 [details]
stacktrace
Comment 2 Vince Kraemer 2009-02-24 16:49:49 UTC
this is probably a dup
Comment 3 Nitya Doraisamy 2009-02-24 18:37:55 UTC
Caused by incorrect overriding of java.awt.Component.isValid(). Fixed in changes for IZ 157965



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