[
http://jira.jboss.com/jira/browse/JBAS-4926?page=comments#action_12385160 ]
Thomas Diesler commented on JBAS-4926:
--------------------------------------
I reverted the change that caused this
[tdiesler@tdvaio trunk]$ svn diff -rPREV
system-jmx/src/main/org/jboss/deployment/MainDeployer.java
Index: system-jmx/src/main/org/jboss/deployment/MainDeployer.java
===================================================================
--- system-jmx/src/main/org/jboss/deployment/MainDeployer.java (revision 66567)
+++ system-jmx/src/main/org/jboss/deployment/MainDeployer.java (working copy)
@@ -811,7 +811,7 @@
deploymentName = deployment.getName();
delegate.process();
// TODO: JBAS-4292
- delegate.checkComplete();
+ delegate.checkComplete(deployment);
contextMap.put(url, deploymentName);
}
catch(Exception e)
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