[jboss-jira] [JBoss JIRA] Commented: (JBAS-4926) IncompleteDeploymentException prevents further deployments

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


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

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

> IncompleteDeploymentException prevents further deployments
> ----------------------------------------------------------
>
>                 Key: JBAS-4926
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4926
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>         Assigned To: Scott M Stark
>             Fix For:  JBossAS-5.0.0.Beta3
>
>
> It seems that an incomplete deployment prevents any further deployment
>     [junit] Caused by: org.jboss.deployment.DeploymentException: Failed to deploy: file:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxrpc-jbws626.ear
>     [junit]     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:820)
>     [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     [junit]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     [junit]     at java.lang.reflect.Method.invoke(Method.java:585)
>     [junit]     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
>     [junit]     ... 45 more
>     [junit] Caused by: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
>     [junit] *** CONTEXTS IN ERROR: Name -> Error
>     [junit] vfsfile:/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta3/server/default/deploy/juddi-service.sar/ -> LifecycleException:  Pipeline has not been started
>     [junit]     at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:620)
>     [junit]     at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:393)
>     [junit]     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:814)

-- 
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