-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
testWarManifest:
From the server side, the deployment appears successful:
2009-02-06 16:04:20,005 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (RMI TCP Connection(565)-127.0.0.1) Creating ENC using ClassLoader: BaseClassLoader@48c146
{vfszip:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear/manifest-web.war}<snip>
Connection(565)-127.0.0.1) injectionContainer enabled and processing beginning
2009-02-06 16:04:20,019 DEBUG [org.jboss.web.tomcat.filters.ReplyHeaderFilter] (RMI TCP Connection(565)-127.0.0.1) Adding header name: X-Powered-By='Servlet 2.5; JBoss-5.0/JBossWeb-2.1'
2009-02-06 16:04:20,028 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (RMI TCP Connection(565)-127.0.0.1)
Initialized: {WebApplication: /home/smcgowan2/workspace/Branch_5_0/build/output/jboss-5.0.1.GA/server/all/tmp/ag1b5v-1tao7m-fqvaqzhn-1-fqvci8ju-lmz/manifest-web.war/, URL: file:/home/smcgowan2/workspace/Branch_5_0/build/output/jboss-5.0.1.GA/server/all/tmp/ag1b5v-1tao7m-fqvaqzhn-1-fqvci8ju-lmz/manifest-web.war/, classLoader: BaseClassLoader@48c146
{vfszip:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear/manifest-web.war}:4768070} jboss.web:j2eeType=WebModule,name=//localhost/manifest,J2EEApplication=none,J2EEServer=none
2009-02-06 16:04:20,032 DEBUG [org.jboss.deployers.plugins.deployers.DeployersImpl] (RMI TCP Connection(565)-127.0.0.1) Fully Deployed vfszip:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear
But an IncompleteDeploymentException is thrown to the Client:
error message="Failed to deploy: file:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear" type="org.jboss.deployment.DeploymentException">org.jboss.deployment.DeploymentException: Failed to deploy: file:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:827)
Caused by: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
-
-
- DEPLOYMENTS IN ERROR: Name -> Error
-
vfszip:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear -> org.jboss.deployers.spi.DeploymentException: Failed to create web module
DEPLOYMENTS IN ERROR:
Deployment "vfszip:/home/smcgowan2/workspace/Branch_5_0/testsuite/output/lib/manifest-web.ear" is in error due to the following reason(s): java.io.FileNotFoundException: /home/smcgowan2/workspace/Branch_5_0/build/output/jboss-5.0.1.GA/server/all/tmp/vfs-nested.tmp/9fa355d7_manifest-web.war (No such file or directory)
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:755)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:744)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:822)