[
http://jira.jboss.com/jira/browse/JBAS-4926?page=comments#action_12385164 ]
Thomas Diesler commented on JBAS-4926:
--------------------------------------
If I do not have the juddi-service.sar deployed i.e. there is no failed deployment because
of [JBAS-4929]
then the ear deployment does not fail either.
Also, the junit output contains a list of all failed deployments for every test. This
prevents junit-reports because of the xml volume to process.
Is it not enough to list the deployment as failed when it actually is deployed for the
first time?
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