Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 76261 invoked from network); 31 Jul 2006 10:48:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 10:48:51 -0000 Received: (qmail 57033 invoked by uid 500); 31 Jul 2006 10:48:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 56983 invoked by uid 500); 31 Jul 2006 10:48:44 -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 56972 invoked by uid 99); 31 Jul 2006 10:48:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 03:48:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 03:48:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41CDA410009 for ; Mon, 31 Jul 2006 10:46:14 +0000 (GMT) Message-ID: <135118.1154342774260.JavaMail.jira@brutus> Date: Mon, 31 Jul 2006 03:46:14 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-850) NullPointerException in AbstractHTTPSender In-Reply-To: <28466520.1151310226879.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-850?page=comments#action_12424508 ] Deepal Jayasinghe commented on AXIS2-850: ----------------------------------------- I fixed this issue few days ago , can you please check whether error is still there > NullPointerException in AbstractHTTPSender > ------------------------------------------ > > Key: AXIS2-850 > URL: http://issues.apache.org/jira/browse/AXIS2-850 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: transports > Environment: Windows XP SP2, J2SE 1.5.0_03, Axis2 SNAPSHOT Jun 08, 2006 > Reporter: Michele Mazzucco > > I get a NullPointerException in AbstractHTTPSender:238 when the > following message is received: > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:wsa="http://www.w3.org/2005/08/addressing"> > > > > Result > > > 0 > 0 > 0 > 0 > 0 > 1151071762667 > > > > http://localhost:8080/axis2/services/RoutingService > > > > http://10.8.149.156:18080/axis2/services/MyService > > < > > wsa:Address>http://10.8.149.156:18080/axis2/services/MyService > > urn:uuid:B8218EB67E48B4770A11510717626673 > urn:result > wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply">urn:uuid:6C3FF1911E6B2CC78411510717620891 > > > xmlns:client="http://org.ncl.ac.uk/qosp/clients/codestore" > xmlns:tns="http://ws.apache.org/axis2"> > QoSP Echo String > > > > The reason of null pointer is the RelatesTo. Method > void A.first() > sends a message to > OMElement B.foo(). B.foo() processes the message and replies top A.second() (this is obtained via handler). When A.second() receives the message (which is actually a response to the message sent by A.first()), it contains a RelatesTo() element, which causes the problem. Removing the RelatesTo portion before the message hits the method fix the problem. > Please note that modifying $CATALINA_HOME\\webapps\axis2\WEB-INF\classes\log4j.properties didn't allow me to trace the problem to a log file. > Michele -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://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