Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 94930 invoked from network); 28 Mar 2007 22:52:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 22:52:21 -0000 Received: (qmail 46506 invoked by uid 500); 28 Mar 2007 22:52:20 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 46484 invoked by uid 500); 28 Mar 2007 22:52:20 -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 46468 invoked by uid 99); 28 Mar 2007 22:52:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 15:52:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of RDegrand@co.jefferson.co.us designates 206.247.49.30 as permitted sender) Received: from [206.247.49.30] (HELO ww11.co.jefferson.co.us) (206.247.49.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 15:52:12 -0700 Received: from jeffco.us (gwgate.jefferson.co.us [172.16.8.29]) by ww11.co.jefferson.co.us (8.13.1/8.13.1) with ESMTP id l2SMpmFq018767 for ; Wed, 28 Mar 2007 16:51:48 -0600 Received: from GWGC6-MTA by jeffco.us with Novell_GroupWise; Wed, 28 Mar 2007 16:51:48 -0600 Message-Id: <460A9D1A020000F100030605@jeffco.us> X-Mailer: Novell GroupWise Internet Agent 7.0.1 Date: Wed, 28 Mar 2007 16:51:38 -0600 From: "Richard DeGrande" To: Subject: Has anyone seen this ? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-JeffCo-MailScanner-Information: Please contact the Help Desk for more information X-JeffCo-MailScanner: Found to be clean X-JeffCo-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-1.85, required 4, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -0.05) X-JeffCo-MailScanner-From: rdegrand@gwgate.jefferson.co.us X-Virus-Checked: Checked by ClamAV on apache.org org.apache.axis2.deployment.DeploymentException: Processing Operations = Modules Error in schema generating Unexpected end of ZLIB input stream; = nested exception is: java.io.EOFException: Unexpected end of ZLIB input stream; nested = exception is: org.apache.axis2.deployment.DeploymentException: Error in schema = generating Unexpected end of ZLIB input stream; nested exception is: java.io.EOFException: Unexpected end of ZLIB input stream; nested = exception is: org.apache.axis2.deployment.DeploymentException: Processing = Operations Modules Error in schema generating Unexpected end of ZLIB input = stream; nested exception is: java.io.EOFException: Unexpected end of ZLIB input stream; nested = exception is: org.apache.axis2.deployment.DeploymentException: Error in schema = generating Unexpected end of ZLIB input stream; nested exception is: java.io.EOFException: Unexpected end of ZLIB input stream at org.apache.axis2.deployment.repository.util.ArchiveReader.proces= sServiceGroup(ArchiveReader.java:139) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deployment= Engine.java:528) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WS= InfoList.java:196) at org.apache.axis2.deployment.RepositoryListener.update(Repository= Listener.java:227) at org.apache.axis2.deployment.RepositoryListener.checkServices(Rep= ositoryListener.java:174) at org.apache.axis2.deployment.RepositoryListener.startListener(Rep= ositoryListener.java:219) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkReposit= ory(SchedulerTask.java:61) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(Schedule= rTask.java:68) at org.apache.axis2.deployment.sch I've googled this and found that it is sometimes caused by not closing the = zip stream. I'm using the jar command in Ant to create the .aar file. I've tried to insure that the jar is not being compressed. = When I initially deployed the jar it seemed to work.=20 Code and services.xml enclosed... package jeffco.us.service; import org.apache.axiom.om.OMElement; public class HelloService { public HelloService(){ super(); } public void doServiceOne(OMElement e){ System.out.println("This is doServiceOne()"); } } The Hello Service. jeffco.us.service.Hel= loService urn:doServiceOne thanks rick --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org