Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 69211 invoked from network); 5 Jun 2008 12:02:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 12:02:56 -0000 Received: (qmail 94127 invoked by uid 500); 5 Jun 2008 12:02:52 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 94083 invoked by uid 500); 5 Jun 2008 12:02:52 -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 94072 invoked by uid 99); 5 Jun 2008 12:02:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 05:02:52 -0700 X-ASF-Spam-Status: No, hits=-0.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.125.111.199] (HELO mx1.irishlifepermanent.ie) (194.125.111.199) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 12:02:03 +0000 Received: from ILIFE558.irishlifepermanent.ie (dubmsx1-out [127.0.0.3]) by mx1.irishlifepermanent.ie (0/0) with ESMTP id m55BXldE029619 for ; Thu, 5 Jun 2008 12:33:48 +0100 (IST) (envelope-from Meena.Karunanidhi@permanenttsb.ie) Received: (from defang@localhost) by ILIFE558.irishlifepermanent.ie (0/0) id m55BWSmZ029032 for ; Thu, 5 Jun 2008 12:32:28 +0100 (IST) (envelope-from Meena.Karunanidhi@permanenttsb.ie) Received: from emfadublin.irishlifepermanent.ie ([172.20.4.21]) by msxilp1b.irishlifepermanent.ie (MIMEDefang) with ESMTP id m55BUvia027812; Thu, 05 Jun 2008 12:32:28 +0100 (IST) X-Server-Uuid: 1CC965B6-C24F-4D11-A59B-1889B7E8F035 Content-class: urn:content-classes:message MIME-Version: 1.0 x-mimeole: Produced By Microsoft Exchange V6.5 Subject: axis2-1.4, xmlbeans, mtom, weblogic Date: Thu, 5 Jun 2008 13:00:44 +0100 Message-ID: <1AB16968E801F34DBB803746673CAD430613CA2D@serv3031.europa.internal> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: axis2-1.4, xmlbeans, mtom, weblogic Thread-Index: AcjHA8jCLx7r4KNSReuAGbzUoep/IQ== From: "Karunanidhi, Meena" To: axis-user@ws.apache.org, axis-dev@ws.apache.org X-OriginalArrivalTime: 05 Jun 2008 12:00:45.0678 (UTC) FILETIME=[C95688E0:01C8C703] X-WSS-ID: 64590C2B21K8970347-01-01 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8C703.C90B5AFB" X-Scanned-By: Mailsecure.net X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C8C703.C90B5AFB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi all, =20 I developed a web service in java with axis2-1.4 (using xmlbeans, mtom) and generated java code from eclipse plug-in.=20 =20 The service deployed successfully onto Weblogic 8.1, BUT when it is invoked throws the following exception on server side: (I did deploy the same service on axis2server BUT NO Error- It works perfect.) Error is only on Weblogic -8.1 =20 [ERROR]=20 java.lang.NullPointerException at org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.jav a:122) at org.apache.axis2.engine.Phase.invoke(Phase.java:317) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163) at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReques t(HTTPTransportUtils.java:275) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:131) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se rvletStubImpl.java:1077) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl. java:465) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl. java:348) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r un(WebAppServletContext.java:7047) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu bject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121 ) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl etContext.java:3902) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl. java:2773) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183) =20 Error on the client side: [java] org.apache.axis2.AxisFault: java.lang.NullPointerException [java] at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java :512) [java] at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(Out InAxisOperation.java:370) [java] at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper ation.java:416) [java] at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInA xisOperation.java:228) [java] at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163 ) [java] at mymtomns.SendAppAttServiceStub.sendData(SendAppAttServiceStub.java:169) [java] at mymtomns.SendAppAttClient.main(SendAppAttClient.java:60) =20 Any suggestions or feedback would be much appreciated. Thanks Meena -- This is a confidential communication and is intended only for the addressee= = indicated in the message (or duly authorised to be responsible for the = delivery of the message to such person). You are specifically prohibited = =66rom copying this message or delivering the same, or any part thereof, to= = any other person, whomsoever or howsoever, unless you receive written = authorisation from us to do.=20 If you are anyone other than the intended addressee, or person duly = authorised and responsible for the delivery of this message to the intended= = addressee, you should destroy this message and notify us immediately.=20 Please note that we accept no responsibility whatsoever in the event that = this message or any other email message or any part thereof becomes known o= r= is communicated to anyone other than the intended recipient or other perso= n= authorised in writing by us to receive it, howsoever arising and disclaim = all liability for any losses or damage which may be sustained by any person= = as a result thereof. permanent tsb is a trading name of Irish Life & Permanent plc which is = regulated by the Financial Regulator and is a tied insurance agent for Iris= h= Life Assurance plc. Irish Life & Permanent plc is a limited liability company registered in = Dublin under No. 222332. The company's registered office is: Irish Life = Centre, Lower Abbey Street, Dublin 1. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D ------_=_NextPart_001_01C8C703.C90B5AFB Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable

Hi= = all,

 

I = developed a web service in java with axis2-1.4 (using xmlbeans, mtom)  and = generated java code from eclipse plug-in.

 

The service deployed successfully onto Weblogic 8.1, = BUT when it is invoked throws the following exception on server = side:

(I did deploy the same service on axis2server BUT NO = Error- It works perfect.) Error is only on Weblogic = -8.1

 

[ERROR]

java.lang.NullPointerException

      at = org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122)

      at = org.apache.axis2.engine.Phase.invoke(Phase.java:317)

      at = org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)

      at = org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:163)

      at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(<= /span>HTTPTransportUtils.java:275)

      at = org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:131)

      at = javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

      at = javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

      at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)

      at = weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)

      at = weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)

      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(= WebAppServletContext.java:7047)

      at = weblogic.security.acl.internal.AuthenticatedSubject.doAs(<= =66ont color=3Dnavy face=3D"Courier New">AuthenticatedSubject.java:321)

      at = weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

      at weblogic.servlet.internal.WebAppServletContext.invokeServlet(= WebAppServletContext.java:3902)

      at = weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)

      at = weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)

      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)

 

Error on the client side:

[java] org.apache.axis2.AxisFault: java.lang.NullPointerException

 [java]     at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:51= 2)

 [java]     at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInA= xisOperation.java:370)

 [java]     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperati= on.java:416)

 [java]     at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxis= Operation.java:228)

 [java]     at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)

 [java]     at mymtomns.SendAppAttServiceStub.sendData(SendAppAttServiceStub.java:169)

 [java]     at mymtomns.SendAppAttClient.main(SendAppAttClient.java:60)<= /font>

 

Any suggestions or feedback would be much = appreciated.

Thanks

Meena

--

This is a confidential communication and is intended only for the addressee=
 =
indicated in the message (or duly authorised to be responsible for the =
delivery of the message to such  person). You are specifically prohibited =
=66rom copying this message or delivering the same, or any part thereof, to=
 =
any other person, whomsoever or howsoever, unless you receive written =
authorisation from us to do.=20

If you are anyone other than the intended addressee, or person duly =
authorised and responsible for the delivery of this message to the intended=
 =
addressee, you should destroy this message and notify us immediately.=20

Please note that we accept no responsibility whatsoever in the event that =
this message or any other email message or any part thereof becomes known o=
r=
 is communicated to anyone other than the intended recipient or other perso=
n=
 authorised in writing by us to receive it, howsoever arising and disclaim =
all liability for any losses or damage which may be sustained by any person=
 =
as a result thereof.

permanent tsb is a trading name of Irish Life & Permanent plc which is =
regulated by the Financial Regulator and is a tied insurance agent for Iris=
h=
 Life Assurance plc.

Irish Life & Permanent plc is a limited liability company registered in =
Dublin under No. 222332. The company's registered office is: Irish Life =
Centre, Lower Abbey Street, Dublin 1.


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D

------_=_NextPart_001_01C8C703.C90B5AFB--