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 161810

Summary: IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Product: python Reporter: robdaemon <robdaemon>
Component: ProjectsAssignee: Jenselme
Status: VERIFIED FIXED    
Severity: blocker CC: bartje, Jenselme
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=148777
Issue Type: DEFECT Exception Reporter: 148777
Attachments: stacktrace

Description robdaemon 2009-04-02 22:14:57 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.1, x86

User Comments:
robdaemon: Changed the main source root of my Python project



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy1.fileFolderCreated(.java:0)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:133)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:99)
        at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1052)
        at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:203)
Comment 1 robdaemon 2009-04-02 22:16:48 UTC
Created attachment 79319 [details]
stacktrace
Comment 2 Jenselme 2015-10-02 14:38:06 UTC
I have never seen this exception.

Downgrading priority to P4. This should be close with the next release of nbpython.
Comment 3 Jenselme 2015-11-27 16:50:49 UTC
Presumed fixed in Python .151118 (for IDE 8.1)