Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 61868 invoked from network); 29 Sep 2008 09:38:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2008 09:38:12 -0000 Received: (qmail 91501 invoked by uid 500); 29 Sep 2008 09:38:03 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 91384 invoked by uid 500); 29 Sep 2008 09:38:02 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 91373 invoked by uid 99); 29 Sep 2008 09:38:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 02:38:02 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 09:37:01 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KkFCA-0002wr-TF for axis-user@ws.apache.org; Mon, 29 Sep 2008 02:37:34 -0700 Message-ID: <19720816.post@talk.nabble.com> Date: Mon, 29 Sep 2008 02:37:34 -0700 (PDT) From: losintikfos To: axis-user@ws.apache.org Subject: Service Archiver MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: brightdadson@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi Experts, Need your urgent help! i am trying to archive a java class which 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: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org