[jboss-jira] [JBoss JIRA] Commented: (JBAS-4900) cannot redeploy after deployment error

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Oct 31 05:56:45 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4900?page=comments#action_12385229 ] 
            
Thomas Diesler commented on JBAS-4900:
--------------------------------------

Tests may be excluded from the compile target by the exclude file

https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt

This allows us to detect regression and have a unified testsuite across all supported containers
You will need to comment the exclude before you run tests-main

> cannot redeploy after deployment error
> --------------------------------------
>
>                 Key: JBAS-4900
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4900
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Deployment services
>            Reporter: Thomas Diesler
>         Assigned To: Adrian Brock
>            Priority: Critical
>             Fix For:  JBossAS-5.0.0.Beta3
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list