[jboss-user] [Installation, Configuration & Deployment] - ZipException on a non Zip file?

AndrewBoyd do-not-reply at jboss.com
Tue Oct 17 08:55:56 EDT 2006


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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978777#3978777

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978777



More information about the jboss-user mailing list