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 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: IllegalStateException: Should not acquire Children.MUTEX while holding Projec...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on: 148066
Blocks:
  Show dependency tree
 
Reported: 2009-03-31 14:55 UTC by Marian Mirilovic
Modified: 2010-04-22 10:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146333


Attachments
stacktrace (6.20 KB, text/plain)
2009-03-31 14:55 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
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