users@glassfish.java.net

Timeout error deploying to remote Glassfish server

From: <glassfish_at_javadesktop.org>
Date: Sun, 03 Feb 2008 11:22:54 PST

When trying to deploy a simple NB 6.0 VWP application to a remote GFish 2U1 server, I get the following timeout error. Looking at the web admin GUI, the application gets deployed, but is not enabled, manually enabling the application in the admin GUI makes the application available.

Pointers to remove the timeout error would be great.

Thanks
Manish

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Building jar: C:\Documents and Settings\magrawal\Desktop\WebApplication1\dist\WebApplication1.war
Distributing C:\Documents and Settings\magrawal\Desktop\WebApplication1\dist\WebApplication1.war to [java.ismlab.usf.edu:4848_server]
Start registering the project's server resources
Finished registering server resources
Deployment error:
Deployment timeout has exceeded.
See the server log for details.
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: Deployment timeout has exceeded.
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.trackDeployProgressObject(TargetServer.java:598)
        at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:518)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:148)
        ... 16 more
BUILD FAILED (total time: 2 minutes 28 seconds)
[Message sent by forum member 'magrawal' (magrawal)]

http://forums.java.net/jive/thread.jspa?messageID=257183