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 149089 - reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Status: RESOLVED DUPLICATE of bug 148926
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL: http://statistics.netbeans.org/except...
Keywords:
: 149087 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-03 15:52 UTC by Tomas Danek
Modified: 2008-10-03 17:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 122424


Attachments
stacktrace (19.67 KB, text/plain)
2008-10-03 15:52 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-03 15:52:43 UTC
Build: NetBeans IDE Dev (Build 20081003083508)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
musilt2: added library on web project



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-03 15:52:54 UTC
Created attachment 71125 [details]
stacktrace
Comment 2 Tomas Danek 2008-10-03 15:56:17 UTC
*** Issue 149087 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Danek 2008-10-03 15:56:34 UTC
*** Issue 149087 has been marked as a duplicate of this issue. ***
Comment 4 Andrei Badea 2008-10-03 16:57:58 UTC
This could be fixed by the fix of issue 148926. Tomáši, can you please confirm?
Comment 5 Tomas Zezula 2008-10-03 17:10:59 UTC
Yes, it's the same problem. I have already a fix in my local repository.
Marking as duplicate of #148926 and increasing priority of #148926.

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