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 149357 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: IllegalStateException: Should not acquire Children.MUTEX while holding Projec...
Status: RESOLVED DUPLICATE of bug 149080
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 13:06 UTC by Oleg Khokhlov
Modified: 2008-10-07 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 122393


Attachments
stacktrace (1.96 KB, text/plain)
2008-10-07 13:06 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2008-10-07 13:06:43 UTC
Build: NetBeans IDE Dev (Build 200810070201)
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

User Comments:
ovk: fresh nb, created nb module and tried to open 'Unit Test Libraries' node

jrechtacek: Opening Unit Test Libraries node on NetBeans Platform Project

GUEST: I am trying add a theme in a visual JSF project.

ovk: fresh nb, created nb module and tried to open 'Unit Test Libraries' node



Stacktrace: 
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
        at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1798)
        at org.openide.util.Mutex.postRequest(Mutex.java:1245)
        at org.openide.util.Mutex.postRequest(Mutex.java:1209)
        at org.openide.util.Mutex.postWriteRequest(Mutex.java:582)
        at org.openide.nodes.Children$Keys.applyKeys(Children.java:1504)
        at org.openide.nodes.Children$Keys.setKeys(Children.java:1448)
Comment 1 Oleg Khokhlov 2008-10-07 13:06:50 UTC
Created attachment 71278 [details]
stacktrace
Comment 2 Tomas Danek 2008-10-07 13:19:28 UTC
yes, this is a possible deadlock indication integrated recently. Already filed. Thanks anyway.

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