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 149462 - reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Status: RESOLVED DUPLICATE of bug 148926
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-08 09:06 UTC by Maksim Khramov
Modified: 2008-10-10 09:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 124680


Attachments
stacktrace (21.38 KB, text/plain)
2008-10-08 09:06 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2008-10-08 09:06:00 UTC
Build: NetBeans IDE Dev (Build 200810060201)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

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 Maksim Khramov 2008-10-08 09:06:11 UTC
Created attachment 71338 [details]
stacktrace
Comment 2 Tomas Danek 2008-10-08 11:27:22 UTC
ISE as a possible deadlock detection - PM.mutex() vs. Children.MUTEX 
Comment 3 David Konecny 2008-10-08 20:41:53 UTC
PhysicalView$GroupNode could/should prevent this ISE.
Comment 4 Milan Kubec 2008-10-10 09:37:44 UTC
Already reported, already fixed.

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