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 254754 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Asynch children creator
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: As...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 14:42 UTC by Stepan Zebra
Modified: 2015-09-03 12:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219439


Attachments
stacktrace (4.33 KB, text/plain)
2015-08-26 14:42 UTC, Stepan Zebra
Details
thread dump (32.38 KB, text/plain)
2015-08-26 14:44 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2015-08-26 14:42:00 UTC
Build: NetBeans IDE Dev (Build 201508250002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
jnk: Trying to setup the glassfish server the window stop responding.

stezeb: Product Version: NetBeans IDE Dev (Build 201508250002)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Deadlock when registering GlassFish Remote Domain




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Asynch children creator 
   at org.netbeans.modules.glassfish.common.GlassfishInstance.getLookup(GlassfishInstance.java:1692)
   at org.netbeans.modules.glassfish.common.nodes.Hk2InstanceNode.<init>(Hk2InstanceNode.java:111)
   at org.netbeans.modules.glassfish.common.nodes.Hk2InstanceNode.<init>(Hk2InstanceNode.java:103)
   at org.netbeans.modules.glassfish.common.GlassfishInstance.getFullNode(GlassfishInstance.java:1712)
   at org.netbeans.api.server.ServerInstance.getFullNode(ServerInstance.java:103)
   at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.createNodeForKey(RootNode.java:259)
Comment 1 Stepan Zebra 2015-08-26 14:42:02 UTC
Created attachment 155663 [details]
stacktrace
Comment 2 Stepan Zebra 2015-08-26 14:44:05 UTC
Created attachment 155664 [details]
thread dump
Comment 3 Petr Hejl 2015-09-03 07:08:36 UTC
This should be already resolved by changeset 9c8f77b4cc64 mentioned in issue #239095.
Comment 4 Stepan Zebra 2015-09-03 12:41:51 UTC
(In reply to Petr Hejl from comment #3)
> This should be already resolved by changeset 9c8f77b4cc64 mentioned in issue
> #239095.

Yes, it is. Thanks.