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 202492

Summary: invoking project properties before first run exception
Product: javafx Reporter: Stepan Zebra <stezeb>
Component: DeploymentAssignee: Petr Somol <psomol>
Status: VERIFIED FIXED    
Severity: normal CC: gchaps
Priority: P1    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description Stepan Zebra 2011-09-22 12:18:31 UTC
Created attachment 111033 [details]
IDE log

Product Version: NetBeans IDE 7.1 Beta (Build 201109212202)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

1) create new FX project
2) invoke Properties from pop-up menu on the project
3) click OK, exception occurs:
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
	at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1910)
	at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1326)
	at org.openide.util.Mutex.readAccess(Mutex.java:354)
Comment 1 Petr Somol 2011-09-22 12:30:08 UTC
fixed in jet-main
http://hg.netbeans.org/jet-main/rev/ffe54048639d
Comment 2 Stepan Zebra 2011-09-22 16:41:50 UTC
Patch verified in trunk.
Please proceed with integration into Beta release.
Comment 3 Quality Engineering 2011-09-23 13:23:30 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/ffe54048639d
User: Petr Somol <psomol@netbeans.org>
Log: #202492 - invoking project properties before first run exception
Comment 4 Stepan Zebra 2011-09-25 16:57:41 UTC
*** Bug 202597 has been marked as a duplicate of this bug. ***
Comment 5 Stepan Zebra 2011-09-27 07:16:25 UTC
verified in 7.1 Beta (201109252201)