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 143511 - [65cat] org.netbeans.modules.j2ee.deployment.impl.ServerException: Deployment timeout has exceeded.
Summary: [65cat] org.netbeans.modules.j2ee.deployment.impl.ServerException: Deployment...
Status: RESOLVED DUPLICATE of bug 144194
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 17:45 UTC by juneau001
Modified: 2008-08-28 14:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 89338


Attachments
stacktrace (1.11 KB, text/plain)
2008-08-11 17:45 UTC, juneau001
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juneau001 2008-08-11 17:45:49 UTC
Build: NetBeans IDE Dev (Build 200808110201)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386

User Comments: 
Deploying my JavaEE Application....this is about the 10th time for this morning.  I am deploying to Glassfish V2 and have not yet restarted the server.

Stacktrace: 
org.netbeans.modules.j2ee.deployment.impl.ServerException: Deployment timeout has exceeded.
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.trackDeployProgressObject(TargetServer.java:811)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.reloadArtifacts(TargetServer.java:745)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:725)
        at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:255)
        at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.run(DeployOnSaveManager.java:199)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
Comment 1 juneau001 2008-08-11 17:45:57 UTC
Created attachment 67056 [details]
stacktrace
Comment 2 Petr Hejl 2008-08-11 19:48:18 UTC
Seems like deployment is longer than server configured timeout. Can you be more specific about conditions? Sample
project to reproduce or exact steps would be great. Thanks.
Comment 3 Petr Hejl 2008-08-27 10:44:22 UTC
No response from reporter.

Could be duplicate of the issue 144194.

*** This issue has been marked as a duplicate of 144194 ***
Comment 4 _ pcw 2008-08-28 01:35:13 UTC
Reporter, could you please review issue 144194 and let us know if you feel it is the same problem.  Could you also
review the instructions on taking thread dumps for NetBeans and GlassFish during the deployment delay and attaching them
to THIS issue (so we don't get the two mixed up).
Comment 5 juneau001 2008-08-28 14:01:45 UTC
This issue only occurred the one time.  I have not seen it happen again.