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

Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Product: projects Reporter: Tomas Danek <musilt2>
Component: Generic Projects UIAssignee: Milan Kubec <mkubec>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: abadea, t_h
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=122085
Issue Type: DEFECT Exception Reporter: 122085
Attachments: stacktrace

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 ***