[jboss-user] [Installation, Configuration & Deployment] - Zip File Closed (Jboss 1.5)
risenhoover
do-not-reply at jboss.com
Mon Mar 26 18:30:03 EDT 2007
Hi All,
I am exploring Jboss 1.5 (beta 1) to see how it works. I currently have an instance of 4.2 running in production with my web application (app.war).
When I deploy my app.war file into the 1.5 deploy directory, I get the following stack trace:
2007-03-26 15:33:15,772 ERROR [org.apache.tomcat.util.modeler.BaseModelMBean] Exception invoking method addChild
java.lang.IllegalStateException: zip file closed
at java.util.zip.ZipFile.ensureOpen(ZipFile.java:403)
at java.util.zip.ZipFile.getInputStream(ZipFile.java:194)
at java.util.zip.ZipFile.getInputStream(ZipFile.java:180)
at java.util.jar.JarFile.getInputStream(JarFile.java:383)
at org.jboss.virtual.plugins.context.jar.JarEntryHandler.openStream(JarEntryHandler.java:133)
at org.jboss.virtual.VirtualFile.openStream(VirtualFile.java:193)
at org.jboss.web.tomcat.tc6.TomcatInjectionContainer.getInputStreams(TomcatInjectionContainer.java:219)
at org.jboss.web.tomcat.tc6.TomcatInjectionContainer.processMetadata(TomcatInjectionContainer.java:251)
at org.jboss.web.tomcat.tc6.WebAppLoader.start(WebAppLoader.java:104)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4198)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
Any thoughts on this? The only thing I've been able to find on the Internet is related to a signed jar file. My web application is not signed, however, there is a signed applet inside. Could this be causing a problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031824#4031824
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031824
More information about the jboss-user
mailing list