You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Evanthika Amarasiri (JIRA)" <ji...@apache.org> on 2006/12/20 06:30:20 UTC

[jira] Created: (AXIS2-1893) Exception occurred when deploying the axis2.war in tomcat which was downloaded from the nightly builds

Exception occurred when deploying the axis2.war in tomcat which was downloaded from the nightly builds
------------------------------------------------------------------------------------------------------

                 Key: AXIS2-1893
                 URL: http://issues.apache.org/jira/browse/AXIS2-1893
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: Windows XP, JDK 1.4.2_13, Firefox version 1.5.0.8, jakarta-tomcat-5.0.30
            Reporter: Evanthika Amarasiri


Below are the steps taken to reproduce the error

1. Downloaded the latest axis2.war from the from the nightly builds
2. Deployed the war in jakarta-tomcat-5.0.30
3. Started the tomcat server
4. Got the following exception

Dec 20, 2006 10:45:00 AM org.apache.catalina.startup.HostConfig deployWARs
SEVERE: Exception while expanding web application archive axis2.war
java.lang.InternalError: jzentry == 0,
 jzfile = 118386984,
 total = 142,
 name = C:\Program Files\Apache Software Foundation\jakarta-tomcat-5.0.30\webapps\axis2.war,
 i = 6,
 message = invalid LOC header (bad signature)
        at java.util.zip.ZipFile$2.nextElement(ZipFile.java:322)
        at java.util.jar.JarFile$1.nextElement(JarFile.java:219)
        at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:164)
        at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:96)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:611)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
        at org.apache.catalina.core.StandardService.start(StandardService.java:480)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
        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.catalina.startup.Bootstrap.start(Bootstrap.java:287)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Dec 20, 2006 10:45:01 AM org.apache.catalina.core.StandardHostDeployer install

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1893) Exception occurred when deploying the axis2.war in tomcat which was downloaded from the nightly builds

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1893?page=all ]

Deepal Jayasinghe resolved AXIS2-1893.
--------------------------------------

    Resolution: Fixed

fixed in 1.1 branch

> Exception occurred when deploying the axis2.war in tomcat which was downloaded from the nightly builds
> ------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1893
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1893
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: Windows XP, JDK 1.4.2_13, Firefox version 1.5.0.8, jakarta-tomcat-5.0.30
>            Reporter: Evanthika Amarasiri
>
> Below are the steps taken to reproduce the error
> 1. Downloaded the latest axis2.war from the from the nightly builds
> 2. Deployed the war in jakarta-tomcat-5.0.30
> 3. Started the tomcat server
> 4. Got the following exception
> Dec 20, 2006 10:45:00 AM org.apache.catalina.startup.HostConfig deployWARs
> SEVERE: Exception while expanding web application archive axis2.war
> java.lang.InternalError: jzentry == 0,
>  jzfile = 118386984,
>  total = 142,
>  name = C:\Program Files\Apache Software Foundation\jakarta-tomcat-5.0.30\webapps\axis2.war,
>  i = 6,
>  message = invalid LOC header (bad signature)
>         at java.util.zip.ZipFile$2.nextElement(ZipFile.java:322)
>         at java.util.jar.JarFile$1.nextElement(JarFile.java:219)
>         at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:164)
>         at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:96)
>         at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:611)
>         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
>         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
>         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
>         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
>         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
>         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
>         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
>         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
>         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
>         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.catalina.startup.Bootstrap.start(Bootstrap.java:287)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
> Dec 20, 2006 10:45:01 AM org.apache.catalina.core.StandardHostDeployer install

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org