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 149792 - reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 17:13 UTC by kaa
Modified: 2008-11-20 23:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 126316


Attachments
stacktrace (36.06 KB, text/plain)
2008-10-10 17:13 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-10-10 17:13:18 UTC
Build: NetBeans IDE Dev (Build 200810051401)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
kaa: Tried to create Request Bean (WebApp)



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 kaa 2008-10-10 17:13:34 UTC
Created attachment 71569 [details]
stacktrace
Comment 2 Lukas Hasik 2008-10-10 21:17:32 UTC
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
...
        at org.netbeans.modules.project.ui.PhysicalView$GroupNode.propertyChange(PhysicalView.java:282)
Comment 3 Milos Kleint 2008-10-13 08:35:46 UTC
PhysicalView$GroupNode.propertyChange now posts new Runnable to AWT event queue.

reassigning to visualweb though as I find it highly suspicious that a call to 
org.netbeans.modules.visualweb.project.jsf.ui.SimpleTargetChooserPanel.readSettings()
when creating a new file results in file modifications of project metadata.
Comment 4 _ potingwu 2008-10-13 17:13:09 UTC
Looks like a race condition that I can't reproduce!
Comment 5 _ potingwu 2008-11-20 23:36:06 UTC
.