Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 78832 invoked from network); 13 Feb 2008 21:29:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2008 21:29:00 -0000 Received: (qmail 31644 invoked by uid 500); 13 Feb 2008 21:28:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 30968 invoked by uid 500); 13 Feb 2008 21:28:51 -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 30957 invoked by uid 99); 13 Feb 2008 21:28:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 13:28:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sushil.dodake@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 21:28:20 +0000 Received: by wa-out-1112.google.com with SMTP id k22so288962waf.18 for ; Wed, 13 Feb 2008 13:28:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=RrYxOM4I4pl7lczpDG2+yEHCfeuHS7X2FUoci046a1Y=; b=OXOpHJOWj6Dztpnjuwg1sz7p3Dp7WoFLY0/SVJtBNI71nlnuf+0oFZxeCIz977WeUkM5mtIkYx8GcUpQudomfXVDhjXiL4K77M8ONKrZoC1P2sjdczwKtU0P3bireN9HUy13cIypMS6+NTuJbpBybHDDK/LAUmvSEh+5w8L5CEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=oV9G/VNSvCKipbaIRb4PiF/HbiKn4ha4MXNYCt6yD3FI0kzRbzjTtsKIy7VsY1z0ZHWsW0rCpNE4u2aB+OVOf+1rURHDKm9RN79ZqpZFaI2N/Bhsk33RkmyUQrA4KqVwP4Ecs4L+btlxdGbKaaHsRNQKukf7vfWTB4EoqpNub0M= Received: by 10.114.194.1 with SMTP id r1mr526090waf.40.1202938108026; Wed, 13 Feb 2008 13:28:28 -0800 (PST) Received: by 10.114.12.19 with HTTP; Wed, 13 Feb 2008 13:28:27 -0800 (PST) Message-ID: Date: Wed, 13 Feb 2008 15:28:27 -0600 From: "Sushil Dodake" To: axis-dev@ws.apache.org, "Thilina Gunarathne" Subject: axis2 + large xml response unable to reach the clientside MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8145_28209922.1202938108014" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8145_28209922.1202938108014 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, In my applicaton i have many web services. >From a Web service A i call service B and is a syncronous call. my service B try to get data from DB form a response XML and then send it to the service A. Because of a very large data servcie B forms the response after 4 to 6 hours but when it tries to respond back i cant even see the exception log. from the fault statement i am not able to figure out whether it is a time out exception or it is coming because the response XML is too big to handle by HTTP. so i set max time outs as below 2147483600 2147483600 as the stack trace was not trasmitted to the client side, I put the following parameters in the axis2.xml true true but even after adding these paramaters i could bnot see the error log and my guess is the size of the XML is so large that while sending it errors out and the eror is swalloed somewhere in between and it doenst reach the client. so the client do not get any response back from the serverside. on the console i can see the final logs as below the first line debug statement informs that the response is created and is ready to send it back to the client Any thoughts on this as how to work around this issue. 2008-02-12 18:12:02,511 [http-8090-Processor25] DEBUG ***.*****.****.*****.*****ServiceImpl - Created respone OMElement for invoices 2008-02-12 18:12:02,605 [http-8090-Processor25] DEBUG org.apache.axis2.engine.AxisEngine - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] send:null 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "soapmonitorPhase" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "soapmonitorPhase" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "soapmonitorPhase" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "OperationOutPhase" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "OperationOutPhase" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "OperationOutPhase" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "PolicyDetermination" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "PolicyDetermination" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "PolicyDetermination" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "MessageOut" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "MessageOut" 2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking Handler 'AddressingOutHandler' in Phase 'MessageOut' 2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Addressing is disabled. Not adding WS-Addressing headers. 2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "MessageOut" 2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "Security" 2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "Security" 2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "Security" 2008-02-12 18:12:02,792 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true 2008-02-12 18:12:04,354 [http-8090-Processor25] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter 2008-02-12 18:56:59,475 [http-8090-Processor25] DEBUG org.apache.axis2.transport.http.CommonsHTTPTransportSender - org.apache.axis2.AxisFault 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "Security" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "MessageOut" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() for Handler 'AddressingOutHandler' in Phase 'MessageOut' 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "PolicyDetermination" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "OperationOutPhase" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "soapmonitorPhase" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "soapmonitorPhase" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "OperationInPhase" 2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "Dispatch" 2008-02-12 18:56:59,521 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'InstanceDispatcher' in Phase 'Dispatch' 2008-02-12 18:56:59,521 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch' 2008-02-12 18:56:59,521 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingValidationHandler' in Phase 'Dispatch' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingBasedDispatcher' in Phase 'Dispatch' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "PreDispatch" 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingSubmissionInHandler' in Phase 'PreDispatch' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingFinalInHandler' in Phase 'PreDispatch' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "Security" 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "Transport" 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'SOAPActionBasedDispatcher' in Phase 'Transport' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'RequestURIBasedDispatcher' in Phase 'Transport' 2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.transport.http.AxisServlet - org.apache.axis2.AxisFault 2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.AddressingHelper - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] isReplyRedirected: FaultTo is null. Returning isReplyRedirected 2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.AddressingHelper - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] isReplyRedirected: ReplyTo is null. Returning false 2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true 2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true 2008-02-12 18:57:00,584 [http-8090-Processor25] DEBUG org.apache.axis2.engine.AxisEngine - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] sendFault:null 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "soapmonitorPhase" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "soapmonitorPhase" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "soapmonitorPhase" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "OperationOutFaultPhase" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "OperationOutFaultPhase" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "OperationOutFaultPhase" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "PolicyDetermination" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "PolicyDetermination" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "PolicyDetermination" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "MessageOut" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "MessageOut" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking Handler 'AddressingOutHandler' in Phase 'MessageOut' 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Addressing is disabled. Not adding WS-Addressing headers. 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "MessageOut" 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter 2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.transport.http.CommonsHTTPTransportSender - org.apache.axis2.AxisFault 2008-02-12 18:57:00,615 [http-8090-Processor25] INFO org.apache.axis2.transport.http.AxisServlet - org.apache.axis2.AxisFault regards, sushil ------=_Part_8145_28209922.1202938108014 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi all,
 
In my applicaton i have many web services.
From a Web service A i call service B and is a syncronous call.
my service B try to get data from DB form a response XML and then send it to the service A.
Because of a very large data servcie B forms the response after 4 to 6 hours but when it tries to respond back i cant even see the exception log.
from the fault statement i am not able to figure out whether it is a time out exception or it is coming because the response XML is too big to handle by HTTP.
so i set max time outs as below
 
<parameter name="SO_TIMEOUT" locked="false">2147483600</parameter>
<parameter name="CONNECTION_TIMEOUT" locked="false">2147483600</parameter>
 
as the stack trace was not trasmitted to the client side, I put the following parameters in the axis2.xml
 
  <parameter name="sendStacktraceDetailsWithFaults">true</parameter>
<parameter name="DrillDownToRootCauseForFaultReason">true</parameter>
 
but even after adding these paramaters i could bnot see the error log and my guess is the size of the XML is so large that while sending it errors out and the eror is swalloed somewhere in between and it doenst reach the client.
so the client do not get any response back from the serverside.
 
on the console i can see the final logs as below
the first line debug statement informs that the response is created and is ready to send it back to the client
 
Any thoughts on this as how to work around this issue.

2008-02-12 18:12:02,511 [http-8090-Processor25] DEBUG ***.*****.****.*****.*****ServiceImpl - Created respone OMElement for invoices

2008-02-12 18:12:02,605 [http-8090-Processor25] DEBUG org.apache.axis2.engine.AxisEngine - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] send:null

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "soapmonitorPhase"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "soapmonitorPhase"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "soapmonitorPhase"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "OperationOutPhase"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "OperationOutPhase"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "OperationOutPhase"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "PolicyDetermination"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "PolicyDetermination"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "PolicyDetermination"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "MessageOut"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "MessageOut"

2008-02-12 18:12:02,636 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking Handler 'AddressingOutHandler' in Phase 'MessageOut'

2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Addressing is disabled. Not adding WS-Addressing headers.

2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "MessageOut"

2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking pre-condition for Phase "Security"

2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking phase "Security"

2008-02-12 18:12:02,683 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Checking post-conditions for phase "Security"

2008-02-12 18:12:02,792 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true

2008-02-12 18:12:04,354 [http-8090-Processor25] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter

2008-02-12 18:56:59,475 [http-8090-Processor25] DEBUG org.apache.axis2.transport.http.CommonsHTTPTransportSender - org.apache.axis2.AxisFault

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "Security"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "MessageOut"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() for Handler 'AddressingOutHandler' in Phase 'MessageOut'

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "PolicyDetermination"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "OperationOutPhase"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202861522623] Invoking flowComplete() in Phase "soapmonitorPhase"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "soapmonitorPhase"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "OperationInPhase"

2008-02-12 18:56:59,506 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "Dispatch"

2008-02-12 18:56:59,521 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'InstanceDispatcher' in Phase 'Dispatch'

2008-02-12 18:56:59,521 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'

2008-02-12 18:56:59,521 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingValidationHandler' in Phase 'Dispatch'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingBasedDispatcher' in Phase 'Dispatch'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "PreDispatch"

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingSubmissionInHandler' in Phase 'PreDispatch'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'AddressingFinalInHandler' in Phase 'PreDispatch'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "Security"

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() in Phase "Transport"

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] Invoking flowComplete() for Handler 'RequestURIBasedDispatcher' in Phase 'Transport'

2008-02-12 18:56:59,537 [http-8090-Processor25] DEBUG org.apache.axis2.transport.http.AxisServlet - org.apache.axis2.AxisFault

2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.AddressingHelper - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] isReplyRedirected: FaultTo is null. Returning isReplyRedirected

2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.AddressingHelper - [MessageContext: logID=urn:uuid:1217458E42234155741202855401300] isReplyRedirected: ReplyTo is null. Returning false

2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true

2008-02-12 18:57:00,037 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true

2008-02-12 18:57:00,584 [http-8090-Processor25] DEBUG org.apache.axis2.engine.AxisEngine - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] sendFault:null

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "soapmonitorPhase"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "soapmonitorPhase"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "soapmonitorPhase"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "OperationOutFaultPhase"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "OperationOutFaultPhase"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "OperationOutFaultPhase"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "PolicyDetermination"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "PolicyDetermination"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "PolicyDetermination"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking pre-condition for Phase "MessageOut"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking phase "MessageOut"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Invoking Handler 'AddressingOutHandler' in Phase 'MessageOut'

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.handlers.addressing.AddressingOutHandler - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Addressing is disabled. Not adding WS-Addressing headers.

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.engine.Phase - [MessageContext: logID=urn:uuid:1217458E42234155741202864220603] Checking post-conditions for phase "MessageOut"

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.addressing.EndpointReference - hasAnonymousAddress: http://www.w3.org/2005/08/addressing/anonymous is Anonymous: true

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axiom.om.util.StAXUtils - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter

2008-02-12 18:57:00,615 [http-8090-Processor25] DEBUG org.apache.axis2.transport.http.CommonsHTTPTransportSender - org.apache.axis2.AxisFault

2008-02-12 18:57:00,615 [http-8090-Processor25] INFO org.apache.axis2.transport.http.AxisServlet - org.apache.axis2.AxisFault

 

regards,

sushil

------=_Part_8145_28209922.1202938108014--