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 151941 - [65cat] reflect.UndeclaredThrowableException at $Proxy22.actionPerformed
Summary: [65cat] reflect.UndeclaredThrowableException at $Proxy22.actionPerformed
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 07:04 UTC by rajivderas
Modified: 2008-12-01 20:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 134547


Attachments
stacktrace (27.72 KB, text/plain)
2008-10-31 07:04 UTC, rajivderas
Details
stacktrace (18.20 KB, text/plain)
2008-11-19 12:59 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-31 07:04:40 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
rajivderas: tried to add server without selecting one.



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy.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 rajivderas 2008-10-31 07:04:47 UTC
Created attachment 72965 [details]
stacktrace
Comment 2 Jiri Rechtacek 2008-10-31 09:49:54 UTC
A problem in server/src/org/netbeans/modules/server/ui/wizard/AddServerInstanceWizard.java
Comment 3 _ gowri 2008-11-18 19:36:13 UTC
Changing the component as its not related to j2ee.
Comment 4 rajivderas 2008-11-19 12:59:06 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments: 
unselected the server from available servers list and pressed next button in the wizard

Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy.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 5 rajivderas 2008-11-19 12:59:11 UTC
Created attachment 73903 [details]
stacktrace
Comment 6 Vince Kraemer 2008-12-01 20:21:33 UTC
I am trying to reproduce this, but am not able to do it...

here is what I do with a recently pulled and built source tree..

1. start the ide
2. use the Servers item from the Tools menu to open the Servers dialog.
3. Press the Add Server.. button on this dialog to open the 'Add Server Instance' dialog
   this dialog opens with 'GlassFish v2' as the selected value.  
4. I 'control-click' on 'GlassFish v2' and the list ends up with NO selected item...
   I see an error message in the dialog and the only button enabled is 'Cancel'
5. Press Cancel
   No error message appears. No exception appears to be raised.

closing as worksforme.  Reopen with more details if you can reproduce this with NB 7.0 builds.