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 149461 - java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: java.lang.IllegalStateException: Should not acquire Children.MUTEX while hold...
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 09:05 UTC by Ashizawa Kazunori
Modified: 2009-12-10 10:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error log (24.89 KB, text/plain)
2008-10-08 09:07 UTC, Ashizawa Kazunori
Details
Verified projects, output and log (123.42 KB, application/x-zip-compressed)
2009-12-10 10:33 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ashizawa Kazunori 2008-10-08 09:05:03 UTC
java.lang.IllegalStateException: Should not acquire Children.MUTEX while holding ProjectManager.mutex()

Product Version: NetBeans IDE Dev (Build 200810051401)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-b02
System: SunOS version 5.10 running on sparc; UTF-8; en_US (nb)

Following instructions in "Quick Start Guide to the XSLT Designer".
http://www.netbeans.org/kb/61/soa/xslt-quick-start.html

Adding a JBI module (click "Add Project JAR Files" button) fails
with the exception.
Comment 1 Ashizawa Kazunori 2008-10-08 09:07:03 UTC
Created attachment 71339 [details]
error log
Comment 2 Vitaly Bychkov 2008-10-08 15:01:23 UTC
Looks like the problem is in compapp project.

The issue is reproducable for all JBI modules: XSLT, BPEL, SQL.
It is reproducable just for the first JBI module.



Comment 3 Vitaly Bychkov 2008-10-08 21:54:42 UTC
The problem just is in netbeans 6.5,
It is not reproduceable on soa-dev latest build.
Comment 4 Jun Qian 2009-11-13 18:33:33 UTC
Should have already been fixed in gfesbv22.
Comment 5 rpoon 2009-12-10 10:32:54 UTC
Verified with build: 20091210-0720

Verified steps:
1) installed a fresh GFESB2.2 with this build
2) opened two XSLTSE projects
3) created a new composite application project
4) added both of the XSLTSE projects to CA project
5) built and deployed the CA project

Run and acquired the expected output.

The reported MUTEX problem was not reproducible.

(see attached projects, output and log files)
Comment 6 rpoon 2009-12-10 10:33:48 UTC
Created attachment 92390 [details]
Verified projects, output and log