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 - invoking project properties before first run exception
Summary: invoking project properties before first run exception
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
: 202597 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-22 12:18 UTC by Stepan Zebra
Modified: 2011-09-27 07:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (46.80 KB, text/plain)
2011-09-22 12:18 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
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)