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 149047

Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Product: javaee Reporter: Martin Fousek <marfous>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: VERIFIED 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=122282
Issue Type: DEFECT Exception Reporter: 122282
Attachments: stacktrace

Description Martin Fousek 2008-10-03 11:43:40 UTC
Build: NetBeans IDE Dev (Build 200810030201)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Linux, 2.6.24-19-generic, i386

User Comments:
marfous: 1, I add into libraries of web project J2SE jar



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 Martin Fousek 2008-10-03 11:43:49 UTC
Created attachment 71104 [details]
stacktrace
Comment 2 t_h 2008-10-03 12:04:24 UTC

*** This issue has been marked as a duplicate of 148926 ***
Comment 3 t_h 2008-10-03 12:19:26 UTC
sorry, probably not dupl
Comment 4 t_h 2008-10-03 12:28:53 UTC
see #148066
Comment 5 Martin Fousek 2008-10-03 12:41:31 UTC

*** This issue has been marked as a duplicate of 148926 ***
Comment 6 Martin Fousek 2008-10-03 12:43:15 UTC
Yes, you are right. It is really duplicate of 148926. 
Comment 7 Martin Fousek 2008-10-13 06:35:05 UTC
Verified.