Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 79796 invoked from network); 2 Nov 2006 17:56:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 17:56:40 -0000 Received: (qmail 78050 invoked by uid 500); 2 Nov 2006 17:56:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 77369 invoked by uid 500); 2 Nov 2006 17:56:49 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 77358 invoked by uid 99); 2 Nov 2006 17:56:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 09:56:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 09:56:37 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EE167142BF for ; Thu, 2 Nov 2006 09:56:17 -0800 (PST) Message-ID: <21361635.1162490177057.JavaMail.root@brutus> Date: Thu, 2 Nov 2006 09:56:17 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Reopened: (AXIS2-1556) DeploymentException with segmented wsdl files In-Reply-To: <7735518.1162250776663.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1556?page=3Dall ] Davanum Srinivas reopened AXIS2-1556: ------------------------------------- =20 Sorry, i jumped the gun. Let me check again!. -- dims > DeploymentException with segmented wsdl files > --------------------------------------------- > > Key: AXIS2-1556 > URL: http://issues.apache.org/jira/browse/AXIS2-1556 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.1 > Environment: Axis2 1.1 (Oct. 30 nightly build) > Tomcat version 5.5.17 > Java 1.5 > Linux Redhat > Reporter: Gul Onural > Priority: Blocker > Attachments: SimpleService.zip, ws.zip > > > The attachement ws.zip can be used to reproduce the issue explained below= . > Gul > I am getting org.apache.axis2.deployment.DeploymentException (entire exce= ption stack trace is down below in the e-mail) from the service I am trying= to deploy to Tomcat version 5.5.17, using the Axis2 nightly (Oct 30). > This service worked with Axis2 release version. The only difference I hav= e is that I have got the SimpleService.wsdl splitted into several wsdl file= s (one for the service definitions, one for the bindings and one for the po= rt type definitions). > The following is my services.xml.=20 > My .aar file contains multiple service implementation classes but, I remo= ved them from the services.xml file below, for simplicity. > The name of the wsdl file containing the service definitions has the same= name as the name of the .aar file. The .aar file contains all the wsdl fi= les under META-INF directory. > That's all I can verify, since the exception stack trace doesn't tell tha= t much to go further. > Can anyone help me to understand what would be wrong ? > Thanks, > Gul > Services.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > > > > com.test.example.= SimpleService > true > > urn:createSimpleExample > urn:mycompany.com:web-services:SimpleServic= ePortType:createSimpleExample > > > > Exception Stack trace : > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Error: org.apache.axis2.deployment.DeploymentException: null; nested exce= ption is: java.lang.NullPointerException; nested exception is: org.apache.a= xis2.AxisFault: null; nested exception is: java.lang.NullPointerException; = nested exception is: org.apache.axis2.deployment.DeploymentException: null;= nested exception is: java.lang.NullPointerException; nested exception is: = org.apache.axis2.AxisFault: null; nested exception is: java.lang.NullPointe= rException at org.apache.axis2.deployment.repository.util.ArchiveReader.pro= cessWSDLs(ArchiveReader.java:307) at org.apache.axis2.deployment.Deployment= Engine.doDeploy(DeploymentEngine.java:513) at org.apache.axis2.deployment.r= epository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.d= eployment.RepositoryListener.update(RepositoryListener.java:203) at org.apa= che.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.ja= va:150) at org.apache.axis2.deployment.RepositoryListener.startListener(Rep= ositoryListener.java:195) at org.apache.axis2.deployment.scheduler.Schedule= rTask.checkRepository(SchedulerTask.java:61) at org.apache.axis2.deployment= .scheduler.SchedulerTask.run(SchedulerTask.java:68) at org.apache.axis2.dep= loyment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at ja= va.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(T= imer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: = null; nested exception is: java.lang.NullPointerException; nested exception= is: org.apache.axis2.AxisFault: null; nested exception is: java.lang.NullP= ointerException at org.apache.axis2.deployment.repository.util.ArchiveReade= r.processWSDLFile(ArchiveReader.java:202) at org.apache.axis2.deployment.re= pository.util.ArchiveReader.processWSDLs(ArchiveReader.java:287) ... 10 mor= e Caused by: org.apache.axis2.AxisFault: null; nested exception is: java.la= ng.NullPointerException at org.apache.axis2.description.WSDL11ToAxisService= Builder.populateService(WSDL11ToAxisServiceBuilder.java:253) at org.apache.= axis2.deployment.repository.util.ArchiveReader.processWSDLFile(ArchiveReade= r.java:200) ... 11 more Caused by: java.lang.NullPointerException at com.ib= m.wsdl.xml.WSDLReaderImpl.parseImport(Unknown Source) at com.ibm.wsdl.xml.W= SDLReaderImpl.parseDefinitions(Unknown Source) at com.ibm.wsdl.xml.WSDLRead= erImpl.readWSDL(Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL= (Unknown Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source= ) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at com.ibm.ws= dl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at org.apache.axis2.descript= ion.WSDL11ToAxisServiceBuilder.readInTheWSDLFile(WSDL11ToAxisServiceBuilder= .java:1606) at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.setu= p(WSDL11ToAxisServiceBuilder.java:273) at org.apache.axis2.description.WSDL= 11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:186)= ... 12 more=20 --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://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