I have opened a JIRA (AXIS2-1556) for this issue with the source code and .aar file to reproduce.
Gul -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 4:39 PM To: [email protected] Subject: Re: Axis2 org.apache.axis2.deployment.DeploymentException with nightly Gul, Jira please and upload your AAR as well. thanks, dims On 10/30/06, Gul Onural <[EMAIL PROTECTED]> wrote: > > > > > I am getting > org.apache.axis2.deployment.DeploymentException (entire exception > 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 > have is that I have got the SimpleService.wsdl splitted into several > wsdl files (one for the service definitions, one for the bindings and > one for the port type definitions). > > The following is my services.xml. > My .aar file contains multiple service implementation classes but, I > removed 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 files under META-INF directory. > > That's all I can verify, since the exception stack trace doesn't tell > that much to go further. > Can anyone help me to understand what would be wrong ? > Thanks, > > Gul > > Services.xml > ========= > <serviceGroup> > <service name="SimpleService"> > <messageReceivers> > <messageReceiver > mep="http://www.w3.org/2004/08/wsdl/in-out" > class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> > > <messageReceiver > mep="http://www.w3.org/2004/08/wsdl/robust-in-only" > class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/> > > </messageReceivers> > <parameter name="ServiceClass" > locked="false">com.test.example.SimpleService</parameter> > <parameter name="useOriginalwsdl">true</parameter> > <operation name="createSimpleExample" > mep="http://www.w3.org/2004/08/wsdl/in-out"> > > <actionMapping>urn:createSimpleExample</actionMapping> > > <outputActionMapping>urn:mycompany.com:web-services:SimpleServicePortT > ype:createSimpleExample</outputActionMapping> > > </operation> > </service> > </serviceGroup> > > Exception Stack trace : > ================== > Error: 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.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.NullPointerException at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLs > (ArchiveReader.java:307) > at > org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine > .java:513) > at > org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoLi > st.java:196) > at > org.apache.axis2.deployment.RepositoryListener.update(RepositoryListen > er.java:203) > at > org.apache.axis2.deployment.RepositoryListener.checkServices(Repositor > yListener.java:150) > at > org.apache.axis2.deployment.RepositoryListener.startListener(Repositor > yListener.java:195) > at > org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(Sc > hedulerTask.java:61) > at > org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask. > java:68) > at > org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run > (Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) > at > java.util.TimerThread.run(Timer.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.NullPointerException at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLF > ile(ArchiveReader.java:202) > at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLs > (ArchiveReader.java:287) ... 10 more Caused by: > org.apache.axis2.AxisFault: null; nested exception > is: java.lang.NullPointerException at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServic > e(WSDL11ToAxisServiceBuilder.java:253) > at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLF > ile(ArchiveReader.java:200) ... 11 more Caused by: > java.lang.NullPointerException at > com.ibm.wsdl.xml.WSDLReaderImpl.parseImport(Unknown Source) at > com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(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.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown > Source) at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown > Source) at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.readInTheWSDLF > ile(WSDL11ToAxisServiceBuilder.java:1606) > at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.setup(WSDL11To > AxisServiceBuilder.java:273) > at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServic > e(WSDL11ToAxisServiceBuilder.java:186) > ... 12 more -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
