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 161596

Summary: IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Product: java Reporter: Marian Mirilovic <mmirilovic>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker CC: abadea, jglick, mslama
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146333
Issue Type: DEFECT Exception Reporter: 146333
Bug Depends on: 148066    
Bug Blocks:    
Attachments: stacktrace

Description Marian Mirilovic 2009-03-31 14:55:02 UTC
Build: NetBeans IDE Dev (Build 200903310200)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
bburette: Saving properties of a projetc



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy5.nodeDestroyed(.java:0)
        at org.openide.nodes.Node.fireNodeDestroyed(Node.java:1172)
        at org.openide.loaders.DataNode.access$800(DataNode.java:64)
        at org.openide.loaders.DataNode$4.run(DataNode.java:772)
        at org.openide.util.Mutex.doEvent(Mutex.java:1335)
        at org.openide.util.Mutex.writeAccess(Mutex.java:452)
Comment 1 Marian Mirilovic 2009-03-31 14:55:06 UTC
Created attachment 79143 [details]
stacktrace
Comment 2 mslama 2009-04-03 10:17:45 UTC
Another limitation imposed by issue #148066. It is not possible to delete file under PM.mutex. Passing to java as it
might be fixed together with fix of issue #150540.
Comment 3 Tomas Zezula 2009-04-03 10:28:31 UTC
I've just fixed it.
Thanks Marek.
jet-main:c8a4967de00c
Comment 4 Marian Mirilovic 2010-04-22 10:34:39 UTC
v/c