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 230580 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: IllegalStateException: Should not acquire Children.MUTEX while holding Projec...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 13:43 UTC by Petr Jiricka
Modified: 2013-06-08 01:07 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201063


Attachments
stacktrace (2.71 KB, text/plain)
2013-05-31 13:43 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-05-31 13:43:39 UTC
This issue was reported manually by pjiricka.
It already has 6 duplicates 


Build: NetBeans IDE Dev (Build web-main-10676-on-20130531)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Mac OS X

User Comments:
johnjullion: deeletitng html5 project

lxlyons: Created a new project based on existing sources.

pjiricka: Closing a HTML5 project in the IDE and then deleting and recreating it on the disk.

jbecicka: Create a new HTML5 Project

GUEST: When I try to import eclipse project, this message is shown.

vriha: creating new HTML5/PhoneGap project, this appeared after project was created




Stacktrace: 
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1918)
   at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1328)
   at org.openide.util.Mutex.readAccess(Mutex.java:356)
   at org.openide.loaders.DataObject.getNodeDelegateImpl(DataObject.java:322)
   at org.openide.loaders.DataObject.getNodeDelegate(DataObject.java:314)
   at org.netbeans.modules.web.clientproject.ui.ClientSideProjectLogicalView$ClientProjectNodeList.createNodeForFolder(ClientSideProjectLogicalView.java:594)
Comment 1 Petr Jiricka 2013-05-31 13:43:43 UTC
Created attachment 135176 [details]
stacktrace
Comment 2 David Konecny 2013-06-04 01:24:27 UTC
eaf8c590a88a
Comment 3 Quality Engineering 2013-06-08 01:07:47 UTC
Integrated into 'main-golden', will be available in build *201306072301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/eaf8c590a88a
User: David Konecny <dkonecny@netbeans.org>
Log: #230580 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()