I am getting following error while updating from axis2 1.4 to 1.5.1 (I am using tomcat 6.0.20 and jdk 1.5):
org.apache.axis2.deployment.DeploymentEngine: org.apache.axis2.deployment.DeploymentException: java.util.zip.ZipException: invalid entry size (expected 71 but got 72 bytes) WARN 01/08/2010 08:08:27 [main] org.apache.axis2.deployment.util.Utils: Exception extracting jars into temporary directory : java.io.EOFException : switching to alternate class loading mechanism ERROR 01/08/2010 08:08:27 [main] org.apache.axis2.deployment.ServiceDeployer: The version.aar service, which is not valid, caused java.io.EOFException org.apache.axis2.AxisFault: java.io.EOFException at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.deployment.repository.util.DeploymentFileData.setClassLoader(DeploymentFileData.java:117) at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:64) at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:659) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:337) at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:241) at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:131) at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:284) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95) at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:525) at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:443) Any idea guys? Chinmoy