|
Hi there,
I am trying to deploy cocoon in updated jboss4.0.0 which has embedded Tomcat 5.0. I first tried to deploy cocoon 2.0.4 (which was working in jboss3.2.0 which has Jetty as the web server) but I got an exception during deployment. Then I tried upgrading to cocoon 2.1.5.1 but got the same exception during deployment:
14:46:11,749 INFO [TomcatDeployer] deploy, ctxPath=/progresstracker, warUrl=file:/C:/System3/server-rearch/server-env/jboss-4.0.0/server/standard/tmp/deploy/tmp51188progresstracker-exp.war/ 14:46:17,627 ERROR [Context] Error in dependencyCheck java.util.zip.ZipException: invalid entry size (expected 2472738816 but got 48 bytes) at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:367) at java.util.zip.ZipInputStream.read(ZipInputStream.java:141) at java.util.jar.JarInputStream.read(JarInputStream.java:159) at java.io.BufferedInputStream.read1(BufferedInputStream.java:220) at java.io.BufferedInputStream.read(BufferedInputStream.java:280) at java.util.jar.JarInputStream.getBytes(JarInputStream.java:88) at java.util.jar.JarInputStream.<init>(JarInputStream.java:65) at java.util.jar.JarInputStream.<init>(JarInputStream.java:43) at org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:368) at org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:187) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642) …
I see this has been posted as an issue here http://wiki.apache.org/cocoon/FAQs which in turn referenced a bug involving the batik jar. This bug should not be an issue since I got the latest version of cocoon, but I tried redownloading a newer batik version, as well as unjaring and rejarring. No luck. Does anyone know why this error is occurring?
Thanks, Emily |
