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 233278 - Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Summary: Should not acquire Children.MUTEX while holding ProjectManager.mutex()
Status: RESOLVED DUPLICATE of bug 231503
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-24 01:47 UTC by jonathanlastrilla
Modified: 2013-07-25 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log (204.62 KB, text/plain)
2013-07-24 01:47 UTC, jonathanlastrilla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonathanlastrilla 2013-07-24 01:47:50 UTC
Created attachment 137661 [details]
IDE Log

Happened at IDE startup.
See attached.
Comment 1 Marian Mirilovic 2013-07-24 14:42:33 UTC
Any steps to reproduce ?
Comment 2 TomasKraus 2013-07-24 14:53:46 UTC
This is already fixed.

org.netbeans.modules.glassfish.common.GlassfishInstance.getPasswordFromKeyring(
GlassfishInstance.java:320)
at org.netbeans.modules.glassfish.common.GlassfishInstance.readInstanceFromFile(
GlassfishInstance.java:604)
at org.netbeans.modules.glassfish.common.GlassfishInstanceProvider
.loadServerInstances(GlassfishInstanceProvider.java:408)

*** This bug has been marked as a duplicate of bug 231503 ***
Comment 3 jonathanlastrilla 2013-07-25 03:46:43 UTC
@Marian

I'm not sure.

The IDE is newly installed and just imported the GlassFish server installed using a version prior to the latest beta.
Comment 4 TomasKraus 2013-07-25 08:59:18 UTC
I'm sure. I removed getPasswordFromKeyring from readInstanceFromFile some 2 weeks ago. It's not in beta, but current development builds shall be OK.

Try http://bits.netbeans.org/download/trunk/nightly/latest/ instead, there may be less bugs than in beta because we are currently not implementing new features.