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 148980 - reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Status: RESOLVED DUPLICATE of bug 149084
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 15:37 UTC by Tomas Danek
Modified: 2008-10-06 15:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 122085


Attachments
stacktrace (17.00 KB, text/plain)
2008-10-02 15:37 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2008-10-02 15:37:46 UTC
Build: NetBeans IDE Dev (Build 20081002085508)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Linux, 2.6.24-19-generic, i386

User Comments:
musilt2: - created module suite
- added module
- went to customizer
- configured the suite into app mode
- closed customizer -> exception



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy.propertyChange(.java:0)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1206)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1195)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1170)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1206)
        at org.openide.nodes.Node.fireNameChange(Node.java:1005)
Comment 1 Tomas Danek 2008-10-02 15:37:56 UTC
Created attachment 71054 [details]
stacktrace
Comment 2 Tomas Danek 2008-10-03 12:19:26 UTC
just wondering, why exceptions reporter did not catch #148926 and #149047 ... i will raise an issue against Exc.reporter
Comment 3 t_h 2008-10-03 12:27:19 UTC
assert from #148066
Comment 4 Milan Kubec 2008-10-06 15:02:55 UTC

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