1 Reply Latest reply on Oct 17, 2006 10:52 AM by andrewboyd

    ZipException on a non Zip file?

    andrewboyd

      Hi All,
      I'm using Jboss 3.2.6. I'm getting the following error when I start:

      08:39:50,781 WARN [JARDeployer] Failed to add deployable jar: file:/C:/work/Projects/MyProject/jboss-3.2.6/server/mercury-01/tmp/deploy/tmp382293CFF1937AC104A3A00CC518CA6B46FDF.ctl
      java.util.zip.ZipException: error in opening zip file
       at java.util.zip.ZipFile.open(Native Method)
       at java.util.zip.ZipFile.<init>(ZipFile.java:111)
       at java.util.jar.JarFile.<init>(JarFile.java:127)
       at java.util.jar.JarFile.<init>(JarFile.java:65)
       at org.jboss.deployment.SubDeployerSupport.processNestedDeployments(SubDeployerSupport.java:241)
       at org.jboss.deployment.SubDeployerSupport.init(SubDeployerSupport.java:139)
       at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
      

      tmp382293CFF1937AC104A3A00CC518CA6B46FDF.ctl is not a zip file. I'm not sure what it is. Then I get one for a .log file:
      08:39:50,828 WARN [JARDeployer] Failed to add deployable jar: file:/C:/work/Projects/MyProject/jboss-3.2.6/server/mercury-01/tmp/deploy/tmp382303CFF1937AC104A3A00CC518CA6B46FDF.log
      java.util.zip.ZipException: error in opening zip file
      


      This has been working for years and now I've done something to break it.
      Any one have any suggestions?

      Thanks,

      Andrew