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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to