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 155505 - 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 151498
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-15 21:33 UTC by _ krystyna
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 123429


Attachments
stacktrace (6.09 KB, text/plain)
2008-12-15 21:34 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-12-15 21:33:56 UTC
Build: NetBeans IDE Dev (Build 20081215135051)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86

User Comments:
krystyna: trying to add teh Visual Web framework to a Maven project. The visual web compatibiliyt kit
was  added to the IDE prior.

jimjames99: Netbeans | Exit

krystyna: trying to add teh Visual Web framework to a Maven project. The visual web compatibiliyt kit
was  added to the IDE prior.



Stacktrace: 
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
        at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1799)
        at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1320)
        at org.openide.util.Mutex.readAccess(Mutex.java:351)
        at org.openide.loaders.DataObject.getNodeDelegateImpl(DataObject.java:281)
        at org.openide.loaders.DataObject.getNodeDelegate(DataObject.java:273)
        at org.netbeans.spi.palette.PaletteFactory.createPalette(PaletteFactory.java:113)
Comment 1 _ krystyna 2008-12-15 21:34:00 UTC
Created attachment 74991 [details]
stacktrace
Comment 2 _ potingwu 2009-01-02 17:53:44 UTC
A known issue that will need major rewrite that does not have resource to do currently!


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