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 161467 - reflect.UndeclaredThrowableException at $Proxy37.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy37.actionPerformed
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 13:35 UTC by malakim
Modified: 2009-05-20 07:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148543


Attachments
stacktrace (5.05 KB, text/plain)
2009-03-30 13:35 UTC, malakim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description malakim 2009-03-30 13:35:38 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
malakim: Thrown while trying to configure the profiler for a local Glassfish 2.1 server



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy37.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 malakim 2009-03-30 13:35:43 UTC
Created attachment 79054 [details]
stacktrace
Comment 2 Tomas Hurka 2009-04-08 12:57:01 UTC
Milestone cleanup: future->next
Comment 3 J Bachorik 2009-05-15 15:42:56 UTC
fixed - http://hg.netbeans.org/profiler-main/rev/bac39c1a45fc
Comment 4 Quality Engineering 2009-05-20 07:32:53 UTC
Integrated into 'main-golden', will be available in build *200905200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bac39c1a45fc
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #161467 - preventing NPE when the "Next" action in the attach wizard is called twice in a row on the same panel (rather unusual but it seems achievable)