-
Sub-task
-
Resolution: Done
-
Critical
-
None
-
None
If a deployment fails for any reason. The deployment cannot be redeployed because it "is already installed"
This forces a restart of the appserver between debugging sessions.
Caused by: java.lang.IllegalArgumentException: Reverse paths are not allowed (containing a . or ..), use getParent(): WEB-INF/wsdl//imported/my-service/1.0-SNAPSHOT/../../../common/1.0-SNAPSHOT/CoreComponentTypes.xsd
at org.jboss.virtual.plugins.vfs.helpers.PathTokenizer.getTokens(PathTokenizer.java:67)
at org.jboss.virtual.plugins.context.AbstractVirtualFileHandler.structuredFindChild(AbstractVirtualFileHandler.java:266)
at org.jboss.virtual.plugins.context.jar.AbstractJarHandler.findChild(AbstractJarHandler.java:340)
at org.jboss.virtual.VirtualFile.findChild(VirtualFile.java:383)
at org.jboss.wsf.container.jboss50.VirtualFileAdaptor.findChild(VirtualFileAdaptor.java:62)
at org.jboss.wsf.framework.deployment.ArchiveDeploymentImpl.getMetaDataFileURL(ArchiveDeploymentImpl.java:99)
at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishSchemaImports(WSDLFilePublisher.java:239)
at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishSchemaImports(WSDLFilePublisher.java:254)
at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishSchemaImports(WSDLFilePublisher.java:260)
at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishSchemaImports(WSDLFilePublisher.java:260)
at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishWsdlFiles(WSDLFilePublisher.java:129)
at org.jboss.wsf.stack.jbws.PublishContractDeploymentAspect.create(PublishContractDeploymentAspect.java:52)
at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.deploy(DeploymentAspectManagerImpl.java:115)
at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:94)
at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.deploy(AbstractWebServiceDeployer.java:63)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
... 62 more
18:00:22,664 WARN [MainDeployer] Failed to deploy: file:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
-
-
- DEPLOYMENTS IN ERROR: Name -> Error
-
vfsfile:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war -> org.jboss.deployers.spi.DeploymentException: Error during deploy: vfsfile:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war
...
18:02:58,892 INFO [MainDeployer] deploy, url=file:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war
18:02:58,897 WARN [MainDeployer] Failed to deploy: file:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
-
-
- DEPLOYMENTS MISSING DEPLOYERS: Name
-
vfsfile:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war
-
-
- DEPLOYMENTS IN ERROR: Name -> Error
-
vfsfile:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war -> java.lang.IllegalStateException: vfsfile:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-jbws1798.war is already installed.
- is duplicated by
-
JBAS-4807 Cannot redeploy webapp after deploy failure
- Closed