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 234043 - IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: IllegalStateException: Should not acquire Children.MUTEX while holding Projec...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 22:11 UTC by Exceptions Reporter
Modified: 2016-07-07 08:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201062


Attachments
stacktrace (1.76 KB, text/plain)
2013-08-06 22:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-08-06 22:11:26 UTC
This bug was originally marked as duplicate of bug 230580, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Importing Eclipse projects

GUEST: I received this when clicked "Open" after selected my File.jpx to import from Jbuilder (2005)

GUEST: Trying to import an eclipse project.

GUEST: Still importing Eclipse projects

GUEST: Importing a JBuilder Project 
This was step 1 - selecting "Project to Import"
Selected jpx-file and clicked "Open"




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:328)
   at org.openide.loaders.DataObject.getNodeDelegate(DataObject.java:320)
   at org.netbeans.modules.java.j2seplatform.platformdefinition.PlatformConvertor.create(PlatformConvertor.java:292)
Comment 1 Exceptions Reporter 2013-08-06 22:11:28 UTC
Created attachment 138371 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:39:14 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss