users@glassfish.java.net

WARNINGs during deployment: Invalid zip file: WEB-INF/lib/Bundle321.jar

From: Peter Penzov <peter.penzov_at_gmail.com>
Date: Thu, 7 Jun 2012 13:05:36 +0300

I have a WAB package with Primefaces 3.3. When I try to deploy the WAB I
get this error in Glassfish log


[#|2012-06-07T12:59:47.372+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|DPL8004:
file open failure; file =
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.372+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|error
in opening zip file -- invalid zip file:
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.501+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|DPL8004:
file open failure; file =
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.506+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|error
in opening zip file -- invalid zip file:
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.575+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|DPL8004:
file open failure; file =
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.581+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|error
in opening zip file -- invalid zip file:
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.776+0300|INFO|glassfish3.1.2|org.jboss.weld.Version|_ThreadID=60;_ThreadName=Thread-2;|WELD-000900
1.1.4 (Final)|#]

[#|2012-06-07T12:59:47.810+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|DPL8004:
file open failure; file =
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:47.811+0300|WARNING|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=60;_ThreadName=Thread-2;|error
in opening zip file -- invalid zip file:
file:/tmp/osgiapp2886606375995727394/WEB-INF/lib/Bundle321.jar|#]

[#|2012-06-07T12:59:49.615+0300|INFO|glassfish3.1.2|org.glassfish.osgiweb|_ThreadID=60;_ThreadName=Thread-2;|total
number of classes with faces annotation = 0|#]

[#|2012-06-07T12:59:49.976+0300|INFO|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=60;_ThreadName=Thread-2;|Initializing
Mojarra 2.1.9 (SNAPSHOT 20120531-1326) for context '/test'|#]


I found this JIRA case:
http://java.net/jira/browse/GLASSFISH-16096?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel

It seems that this is a problem is Glassfish. Is there any solution to this
problem?