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 158510 - NullPointerException at org.netbeans.modules.glassfish.common.wizards.ServerWizardIterator.getInstallRootKey
Summary: NullPointerException at org.netbeans.modules.glassfish.common.wizards.ServerW...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 10:14 UTC by kawazu428
Modified: 2009-03-31 18:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146272


Attachments
stacktrace (9.57 KB, text/plain)
2009-02-13 10:14 UTC, kawazu428
Details
stacktrace (8.89 KB, text/plain)
2009-02-13 10:15 UTC, kawazu428
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kawazu428 2009-02-13 10:14:28 UTC
Build: NetBeans IDE Dev (Build 200902111410)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-11-generic, i386

User Comments:
kawazu428: trying to add a local gfv3 instance



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy23.actionPerformed(.java:0)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 kawazu428 2009-02-13 10:14:43 UTC
Created attachment 76952 [details]
stacktrace
Comment 2 kawazu428 2009-02-13 10:15:27 UTC
Build: NetBeans IDE Dev (Build 200902111410)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-11-generic, i386

User Comments: 
overally, adding a gfv3 instance so far doesn't work, I can't finish or even move beyond "next" in the wizard.

Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy23.actionPerformed(.java:0)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 3 kawazu428 2009-02-13 10:15:41 UTC
Created attachment 76953 [details]
stacktrace
Comment 4 Vince Kraemer 2009-02-13 17:01:30 UTC
took off 65cat label.
Comment 5 Vince Kraemer 2009-02-13 18:19:32 UTC
I have not been able to reproduce this exception, based on the my interpretation of the description of how to reproduce
this.

A more detailed description of the step you have followed to get to this point may help.
Comment 6 kawazu428 2009-02-16 07:44:32 UTC
hmmm, strange, I will dive into this again... Running build 200902111410, in the "Add Server" wizard I was able to add
both "Glassfish V3 Prelude" and "Glassfish V3" (no Prelude), the first one working fine, the latter one throwing the
reported exception. In 200902151401, adding "Glassfish V3" (no Prelude) is not even possible anymore it seems... more to
come.
Comment 7 Vince Kraemer 2009-03-31 18:31:23 UTC
it looks like http://hg.netbeans.org/web-main/rev/7a251b1746c5 addressed this issue.  Reopen this issue if you run into
this issue again.