touch /var/lib/jboss/deploy/foo.jar
..
[AutoDeployer] Auto deploy of file:/home.local/var/lib/jboss/deploy/foo.jar
[J2EE Deployer Default] Deploy J2EE application: 
file:/home.local/var/lib/jboss/deploy/foo.jar
[AutoDeployer] Deployment failed:file:/home.local/var/lib/jboss/deploy/foo.jar
[AutoDeployer] java.util.zip.ZipException: error in opening zip file
[AutoDeployer]  at java.util.zip.ZipFile.open(Native Method)
[AutoDeployer]  at java.util.zip.ZipFile.<init>(ZipFile.java:110)
...
rm /var/lib/jboss/deploy/foo.jar
...
[AutoDeployer] Auto undeploy of file:/home.local/var/lib/jboss/deploy/foo.jar
[AutoDeployer] Undeployment failed
[AutoDeployer] org.jboss.deployment.J2eeDeploymentException: The application " 
Default" has not been deployed.
[AutoDeployer]  at org.jboss.deployment.J2eeDeployer.undeploy(J2eeDeployer.java)
...

If it was never deployed, it shouldn't try to undeploy it.  A message stating
that it was never deployed would be nice.

This is with jboss 2.4.3.


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to