Hi Experts, Need your urgent help! i am trying to archive a java class with has access reference to other java classes. Therefore i have pushed the reference classes into a JAR file and added to the archiver as liabrary.
My problem is! After deployment i get below error if i try to access the Service WSDL; Error: org.apache.axis2.AxisFault: java.io.EOFException: Unexpected end of ZLIB input stream 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:597) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:330) at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:227) at org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:324) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:64) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:71) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:83) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: java.lang.RuntimeException: java.io.EOFException: Unexpected end of ZLIB input stream at org.apache.axis2.deployment.util.Utils.findLibJars(Utils.java:869) at org.apache.axis2.deployment.util.Utils.createClassLoader(Utils.java:945) at org.apache.axis2.deployment.repository.util.DeploymentFileData.setClassLoader(DeploymentFileData.java:115) ... 12 more Caused by: java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141) at java.util.zip.ZipInputStream.read(ZipInputStream.java:146) at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:92) at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:70) at org.apache.axis2.deployment.util.Utils.findLibJars(Utils.java:854) ... 14 more Do anyone know what i am doing wrong here! please help. B:jumping: -- View this message in context: http://www.nabble.com/Service-Archiver-tp19720816p19720816.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]