[jboss-user] [Beginner's Corner] - java.util.zip.ZipException when deploying under JBoss 7.1.1

Liviu Carausu do-not-reply at jboss.com
Mon Dec 10 10:56:37 EST 2012


Liviu Carausu [https://community.jboss.org/people/cliviu] created the discussion

"java.util.zip.ZipException when deploying under JBoss 7.1.1"

To view the discussion, visit: https://community.jboss.org/message/782628#782628

--------------------------------------------------------------
Hi,
  I'm trying to deploy a web application under JBoss. the libraries are copied under WEB-INF/lib. 
JBoss has problems to deploy my application :  


16:49:51,260 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.module.spec.service."deployment.external./home/codegen/dependencies/java/stable/dependencies/libs/google-api-client-1.10.3-beta.jar".main: org.jboss.msc.service.StartException in service jboss.module.spec.service."deployment.external./home/codegen/dependencies/java/stable/dependencies/libs/google-api-client-1.10.3-beta.jar".main: java.util.zip.ZipException: error in opening zip file
        at org.jboss.as.server.moduleservice.ExternalModuleSpecService.start(ExternalModuleSpecService.java:65) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_37]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_37]
        at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37]
Caused by: java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.6.0_37]
        at java.util.zip.ZipFile.<init>(ZipFile.java:127) [rt.jar:1.6.0_37]
        at java.util.jar.JarFile.<init>(JarFile.java:135) [rt.jar:1.6.0_37]
        at java.util.jar.JarFile.<init>(JarFile.java:99) [rt.jar:1.6.0_37]
        at org.jboss.as.server.moduleservice.ExternalModuleSpecService.start(ExternalModuleSpecService.java:63) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
        ... 5 more

Please, anybody has an ideea what am I doing wrong ?

  Thanks,
     Liviu
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/782628#782628]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121210/217d9f97/attachment-0001.html 


More information about the jboss-user mailing list