-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yes, the only reason that I can think this happening is when
stacktraces are suppressed using the parameter that Ted had mentioned.

First check the value of that parameter inside your axis2.xml (which you
might find inside $AXIS2_HOME/conf). If it is false, then make it true
and try again. If you still see that problem, let me know so I can fix
if there is an issue.

Thanks,
Chinthaka

Ted Jones wrote:
> You can get the full stack trace by setting
> *sendStacktraceDetailsWithFaults *to *true* in axis2.xml of the server.
>  
> *<parameter name="sendStacktraceDetailsWithFaults"
> locked="false">true</parameter>*
> ** 
> Not recommended for production, but it helps for debug purposes.
>  
> -Ted
> ------------------------------------------------------------------------
> *From:* Geoff Peart [mailto:[EMAIL PROTECTED]
> *Sent:* Thursday, June 28, 2007 10:35 AM
> *To:* [email protected]
> *Subject:* Strang Falt Message
> 
> Help please J
> 
>  
> 
> I am getting a very strange fault message:
> 
>  
> 
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
> 
>             <soapenv:Body>
> 
>                         <soapenv:Fault>
> 
>                                     <faultcode>soapenv:Client</faultcode>
> 
>                                    
> <faultstring>com.quickplay.openvideo.partnercontroller.service.OpenVideoServiceSkeleton</faultstring>
> 
>                                     <detail/>
> 
>                         </soapenv:Fault>
> 
>             </soapenv:Body>
> 
> </soapenv:Envelope>
> 
>  
> 
> The faultstring is the name of my implementation class.  Beyond that no
> detail, no information in the log beyond debug level stuff (attached below)
> 
>  
> 
> Please any hints would be helpful, I?ve beat my head against my desk all
> week
> 
>  
> 
> Thanks
> 
>  
> 
> Geoff
> 
>  
> 
> Thursday June 28, 2007 11:30:20.113 -0400 DEBUG tuning)'
> org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.constructNode
> ==> Starting to process SOAP 1.1 message
> 
> Thursday June 28, 2007 11:30:20.175 -0400 DEBUG tuning)'
> org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement
> ==> Build the OMElelment EnvelopeBy the StaxSOAPModelBuilder
> 
> Thursday June 28, 2007 11:30:20.207 -0400 DEBUG tuning)'
> org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement
> ==> Build the OMElelment BodyBy the StaxSOAPModelBuilder
> 
> Thursday June 28, 2007 11:30:20.207 -0400 DEBUG tuning)'
> org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createOMElement
> ==> Build the OMElelment OpenVideoMessageRequestBy the StaxSOAPModelBuilder
> 
> Thursday June 28, 2007 11:30:20.222 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking pre-condition
> for Phase "Transport"
> 
> Thursday June 28, 2007 11:30:20.222 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking phase "Transport"
> 
> Thursday June 28, 2007 11:30:20.222 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'RequestURIBasedDispatcher' in Phase 'Transport'
> 
> Thursday June 28, 2007 11:30:20.238 -0400 DEBUG tuning)'
> org.apache.axis2.engine.RequestURIBasedDispatcher.findService ==>
> [MessageContext: logID=urn:uuid:F2B481475623A707C51183044620229]
> Checking for Service using target endpoint address :
> http://localhost:7001/axis2/services/OpenVideoService
> 
> Thursday June 28, 2007 11:30:20.253 -0400 DEBUG tuning)'
> org.apache.axis2.i18n.ProjectResourceBundle.handleGetObject ==>
> org.apache.axis2.i18n.resource::handleGetObject(servicefound)
> 
> Thursday June 28, 2007 11:30:20.253 -0400 DEBUG tuning)'
> org.apache.axis2.engine.AbstractDispatcher.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Found AxisService :
> OpenVideoService
> 
> Thursday June 28, 2007 11:30:20.253 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'SOAPActionBasedDispatcher' in Phase 'Transport'
> 
> Thursday June 28, 2007 11:30:20.253 -0400 DEBUG tuning)'
> org.apache.axis2.engine.SOAPActionBasedDispatcher.findOperation ==>
> [MessageContext: logID=urn:uuid:F2B481475623A707C51183044620229]
> Checking for Operation using SOAPAction : OpenVideoAction
> 
> Thursday June 28, 2007 11:30:20.253 -0400 DEBUG tuning)'
> org.apache.axis2.i18n.ProjectResourceBundle.handleGetObject ==>
> org.apache.axis2.i18n.resource::handleGetObject(operationfound)
> 
> Thursday June 28, 2007 11:30:20.269 -0400 DEBUG tuning)'
> org.apache.axis2.engine.AbstractDispatcher.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Found AxisOperation :
> OpenVideoOperation
> 
> Thursday June 28, 2007 11:30:20.269 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking post-conditions
> for phase "Transport"
> 
> Thursday June 28, 2007 11:30:20.269 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking pre-condition
> for Phase "Security"
> 
> Thursday June 28, 2007 11:30:20.269 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking phase "Security"
> 
> Thursday June 28, 2007 11:30:20.269 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking post-conditions
> for phase "Security"
> 
> Thursday June 28, 2007 11:30:20.285 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking pre-condition
> for Phase "PreDispatch"
> 
> Thursday June 28, 2007 11:30:20.285 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking phase "PreDispatch"
> 
> Thursday June 28, 2007 11:30:20.285 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'AddressingFinalInHandler' in Phase 'PreDispatch'
> 
> Thursday June 28, 2007 11:30:20.285 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'AddressingSubmissionInHandler' in Phase 'PreDispatch'
> 
> Thursday June 28, 2007 11:30:20.300 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking post-conditions
> for phase "PreDispatch"
> 
> Thursday June 28, 2007 11:30:20.300 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking pre-condition
> for Phase "Dispatch"
> 
> Thursday June 28, 2007 11:30:20.300 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking phase "Dispatch"
> 
> Thursday June 28, 2007 11:30:20.300 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'AddressingBasedDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.316 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'AddressingValidationHandler' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.316 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'RequestURIOperationDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.332 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.332 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.332 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking Handler
> 'InstanceDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.363 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking post-conditions
> for phase "Dispatch"
> 
> Thursday June 28, 2007 11:30:20.363 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking pre-condition
> for Phase "OperationInPhase"
> 
> Thursday June 28, 2007 11:30:20.378 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking phase
> "OperationInPhase"
> 
> Thursday June 28, 2007 11:30:20.378 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking post-conditions
> for phase "OperationInPhase"
> 
> Thursday June 28, 2007 11:30:20.378 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking pre-condition
> for Phase "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.378 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking phase
> "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.378 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Checking post-conditions
> for phase "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.457 -0400 DEBUG tuning)'
> org.apache.axis2.engine.DependencyManager.initServiceClass ==> Exception
> trying to call init
> 
> java.lang.NoSuchMethodException: init
> 
>         at
> java.lang.Class.findMethod(Ljava.lang.String;[Ljava.lang.Class;I)Ljava.lang.reflect.Method;(Unknown
> Source)
> 
>         at
> java.lang.Class.getMethod(Ljava.lang.String;[Ljava.lang.Class;I)Ljava.lang.reflect.Method;(Unknown
> Source)
> 
>         at
> org.apache.axis2.engine.DependencyManager.initServiceClass(DependencyManager.java:53)
> 
>         at
> org.apache.axis2.receivers.AbstractMessageReceiver.getTheImplementationObject(AbstractMessageReceiver.java:170)
> 
>         at
> com.quickplay.openvideo.partnercontroller.service.OpenVideoServiceMessageReceiverInOut.invokeBusinessLogic(Lorg.apache.axis2.context.MessageContext;Lorg.apache.axis2.context.MessageContext;)V(Unknown
> Source)
> 
>         at
> org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:39)
> 
>         at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:144)
> 
>         at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:279)
> 
>         at
> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116)
> 
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> 
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> 
>         at
> weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
> 
>         at
> weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
> 
>         at
> weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
> 
>         at
> weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
> 
>         at
> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3245)
> 
>         at
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
> 
>         at
> weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
> 
>         at
> weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
> 
>         at
> weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909)
> 
>         at
> weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
> 
>         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
> 
>         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
> 
> Thursday June 28, 2007 11:30:20.550 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> in Phase "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.550 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> in Phase "OperationInPhase"
> 
> Thursday June 28, 2007 11:30:20.566 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> in Phase "Dispatch"
> 
> Thursday June 28, 2007 11:30:20.566 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'InstanceDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.566 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.566 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.566 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.582 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'AddressingValidationHandler' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.582 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'AddressingBasedDispatcher' in Phase 'Dispatch'
> 
> Thursday June 28, 2007 11:30:20.582 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> in Phase "PreDispatch"
> 
> Thursday June 28, 2007 11:30:20.582 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'AddressingSubmissionInHandler' in Phase 'PreDispatch'
> 
> Thursday June 28, 2007 11:30:20.582 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'AddressingFinalInHandler' in Phase 'PreDispatch'
> 
> Thursday June 28, 2007 11:30:20.582 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> in Phase "Security"
> 
> Thursday June 28, 2007 11:30:20.597 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> in Phase "Transport"
> 
> Thursday June 28, 2007 11:30:20.597 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'
> 
> Thursday June 28, 2007 11:30:20.597 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620229] Invoking flowComplete()
> for Handler 'RequestURIBasedDispatcher' in Phase 'Transport'
> 
> Thursday June 28, 2007 11:30:20.597 -0400 DEBUG tuning)'
> org.apache.axis2.transport.http.AxisServlet.doPost ==>
> org.apache.axis2.AxisFault:
> com.quickplay.openvideo.partnercontroller.service.OpenVideoServiceSkeleton
> 
> Thursday June 28, 2007 11:30:20.597 -0400 DEBUG tuning)'
> org.apache.axis2.addressing.AddressingHelper.isFaultRedirected ==>
> [MessageContext: logID=urn:uuid:F2B481475623A707C51183044620229]
> isReplyRedirected: FaultTo is null. Returning isReplyRedirected
> 
> Thursday June 28, 2007 11:30:20.613 -0400 DEBUG tuning)'
> org.apache.axis2.addressing.AddressingHelper.isReplyRedirected ==>
> [MessageContext: logID=urn:uuid:F2B481475623A707C51183044620229]
> isReplyRedirected: ReplyTo is null. Returning false
> 
> Thursday June 28, 2007 11:30:20.769 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking pre-condition
> for Phase "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.769 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking phase
> "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.769 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking post-conditions
> for phase "soapmonitorPhase"
> 
> Thursday June 28, 2007 11:30:20.769 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking pre-condition
> for Phase "OperationOutFaultPhase"
> 
> Thursday June 28, 2007 11:30:20.785 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking phase
> "OperationOutFaultPhase"
> 
> Thursday June 28, 2007 11:30:20.785 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking post-conditions
> for phase "OperationOutFaultPhase"
> 
> Thursday June 28, 2007 11:30:20.785 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking pre-condition
> for Phase "PolicyDetermination"
> 
> Thursday June 28, 2007 11:30:20.785 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking phase
> "PolicyDetermination"
> 
> Thursday June 28, 2007 11:30:20.785 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking post-conditions
> for phase "PolicyDetermination"
> 
> Thursday June 28, 2007 11:30:20.785 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking pre-condition
> for Phase "MessageOut"
> 
> Thursday June 28, 2007 11:30:20.800 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking phase "MessageOut"
> 
> Thursday June 28, 2007 11:30:20.800 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking Handler
> 'AddressingOutHandler' in Phase 'MessageOut'
> 
> Thursday June 28, 2007 11:30:20.800 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.invoke ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Checking post-conditions
> for phase "MessageOut"
> 
> Thursday June 28, 2007 11:30:20.925 -0400 DEBUG tuning)'
> org.apache.axiom.om.util.StAXUtils.createXMLStreamWriter ==>
> XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter
> 
> Thursday June 28, 2007 11:30:21.019 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking flowComplete()
> in Phase "MessageOut"
> 
> Thursday June 28, 2007 11:30:21.019 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking flowComplete()
> for Handler 'AddressingOutHandler' in Phase 'MessageOut'
> 
> Thursday June 28, 2007 11:30:21.019 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking flowComplete()
> in Phase "PolicyDetermination"
> 
> Thursday June 28, 2007 11:30:21.019 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking flowComplete()
> in Phase "OperationOutFaultPhase"
> 
> Thursday June 28, 2007 11:30:21.035 -0400 DEBUG tuning)'
> org.apache.axis2.engine.Phase.flowComplete ==> [MessageContext:
> logID=urn:uuid:F2B481475623A707C51183044620779] Invoking flowComplete()
> in Phase "soapmonitorPhase"
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGhC6rjON2uBzUhh8RAhPDAJ9R59zSYyKJVnlVXv8hxJnePu6YMwCgrFGw
qdfyqL0s2/VNHfJCeewkCj8=
=4YUh
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to