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 169596 - java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask$Sync.innerGet
Summary: java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask$Sync...
Status: RESOLVED DUPLICATE of bug 169260
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 18:02 UTC by jocke
Modified: 2009-07-31 00:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152294


Attachments
stacktrace (2.09 KB, text/plain)
2009-07-30 18:02 UTC, jocke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jocke 2009-07-30 18:02:05 UTC
Build: NetBeans IDE Dev (Build 200907291401)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-14-generic, amd64

User Comments:
jocke: Deploy Java EE project on not started glassfishv3

squib: Deploying an EJB Module to GlassFish 3EA



Stacktrace: 
java.util.concurrent.TimeoutException
        at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:228)
        at java.util.concurrent.FutureTask.get(FutureTask.java:91)
        at org.netbeans.modules.glassfish.javaee.db.ResourcesHelper.registerResourceDir(ResourcesHelper.java:241)
        at org.netbeans.modules.glassfish.javaee.Hk2MessageDestinationManager.deployMessageDestinations(Hk2MessageDestinationManager.java:111)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.deployMessageDestinations(ServerInstance.java:764)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deployMessageDestinations(Deployment.java:300)
Comment 1 jocke 2009-07-30 18:02:18 UTC
Created attachment 85566 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-30 18:02:34 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152294
Comment 3 Nitya Doraisamy 2009-07-30 19:17:44 UTC
*** Issue 169260 has been marked as a duplicate of this issue. ***
Comment 4 Nitya Doraisamy 2009-07-30 19:20:40 UTC
Register of resources needs to wait for server startup completion when deploy is initiated on stopped server. 
Comment 5 Nitya Doraisamy 2009-07-31 00:02:37 UTC

*** This issue has been marked as a duplicate of 169260 ***