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 150241 - [65cat] reflect.UndeclaredThrowableException at $Proxy22.actionPerformed
Summary: [65cat] reflect.UndeclaredThrowableException at $Proxy22.actionPerformed
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL: http://statistics.netbeans.org/except...
Keywords:
: 150968 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-15 15:51 UTC by rajivderas
Modified: 2009-06-08 15:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 128279


Attachments
stacktrace (22.47 KB, text/plain)
2008-10-15 15:51 UTC, rajivderas
Details
stacktrace (22.47 KB, text/plain)
2008-10-15 15:53 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:51:43 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 and click 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 1 rajivderas 2008-10-15 15:51:52 UTC
Created attachment 71871 [details]
stacktrace
Comment 2 rajivderas 2008-10-15 15:53:49 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: 
unselect the selected server from the server list box by pressing CTRL+mouse click

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 3 rajivderas 2008-10-15 15:53:52 UTC
Created attachment 71873 [details]
stacktrace
Comment 4 Jayashri Visvanathan 2008-12-05 23:38:11 UTC
*** Issue 150968 has been marked as a duplicate of this issue. ***
Comment 5 Petr Jiricka 2009-06-08 15:33:25 UTC
This is now fixed. When I unselect a server, I get a "Choose a server" error message and the wizard does not allow me to
continue.