[Users] Client for PEtALS

ticolucci ticolucci at gmail.com
Wed Mar 16 11:05:36 CET 2011


Hi!

I found out how to set the log level to DEBUG... =)
[it was indeed very simple =P  o/]

The message sent by JMeter (or curl, or java.net.*) is this:

Code:

<soapenv:Envelope 
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Body>
    <self:Message xmlns:self="http://localhost/NodeNode1">
       a
    </self:Message>
  </soapenv:Body>
</soapenv:Envelope>




But the message show in the log file is different... here is the log:

Code:

[Petals.Container.Components.petals-bc-soap.jetty]-FINEST 2010-12-18 16:04:43,198 REQUEST /petals/services/NodeService1 on org.mortbay.jetty.HttpConnection at 14340c4
[Petals.Container.Components.petals-bc-soap.jetty]-FINEST 2010-12-18 16:04:43,198 sessionManager=org.mortbay.jetty.servlet.HashSessionManager at 1f6c65c
[Petals.Container.Components.petals-bc-soap.jetty]-FINEST 2010-12-18 16:04:43,198 session=null
[Petals.Container.Components.petals-bc-soap.jetty]-FINEST 2010-12-18 16:04:43,199 servlet=AxisServlet
[Petals.Container.Components.petals-bc-soap.jetty]-FINEST 2010-12-18 16:04:43,199 chain=null
[Petals.Container.Components.petals-bc-soap.jetty]-FINEST 2010-12-18 16:04:43,199 servlet holder=AxisServlet
[Petals.Container.Components.petals-bc-soap]-FINE 2010-12-18 16:04:43,201 Receiving a message from Axis2 engine
[Petals.Container.Components.petals-bc-soap]-FINE 2010-12-18 16:04:43,201 Processing the incoming SOAP message
[Petals.Container.Components.petals-bc-soap]-FINEST 2010-12-18 16:04:43,201 soapAction found in the incoming message :  
[Petals.Container.Components.petals-bc-soap]-FINEST 2010-12-18 16:04:43,203 jbiOperation retrieved using old mechanism : {http://localhost/NodeNode1}Message
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,204 -CALL-MessageExchangeFactoryImpl.createInOptionalOutExchange()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,204 -CALL-MessageExchangeFactoryImpl.createExchange()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,204 -CALL-MessageExchangeFactoryImpl.setDefaultMessageExchangeProperties()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,205 -START-ComponentContextImpl.getEndpoint()
[Petals.JBI-Messaging.EndpointRegistryImpl]-FINEST 2010-12-18 16:04:43,205 BaseEndpointRegistry.getEndpoint() Entering method : getEndpoint with params service, name = {http://localhost/NodeNode1}NodeService1, NodePort1
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,207 -END-ComponentContextImpl.getEndpoint()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,208 -CALL-DeliveryChannelImpl.sendSync() Exchange Id:petals:uid:3688B783BC44B58652134356756862298412 - Timeout:0
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,208 -START-ComponentContextImpl.getLogger()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,208 -START-ComponentContextImpl.getComponentLogger()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,208 -END-ComponentContextImpl.getComponentLogger()
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,209 -END-ComponentContextImpl.getLogger()
[Petals.Container.Components.petals-bc-soap]-FINEST 2010-12-18 16:04:43,209 Message in with Id 'petals:uid:3688B783BC44B58652134356756862298412' to send
[Petals.Container.Components.petals-bc-soap]-FINEST 2010-12-18 16:04:43,209 Operation : {http://localhost/NodeNode1}Message
[Petals.Container.Components.petals-bc-soap]-FINEST 2010-12-18 16:04:43,209 MEP : http://www.w3.org/2004/08/wsdl/in-opt-out
[Petals.Container.Components.petals-bc-soap]-FINEST 2010-12-18 16:04:43,218 Message Content : <?xml version="1.0" encoding="UTF-8"?><self:Message xmlns:self="http://localhost/NodeNode1" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       a
    </self:Message>
[Petals.Container.Installer.petals-bc-soap]-FINEST 2010-12-18 16:04:43,218 -CALL-ComponentContextImpl.getTransactionManager()
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,218 -CALL-RouterServiceImpl.sendSync()
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,218 -CALL-RouterServiceImpl.removeBypassMessageExchange()
[Petals.JBI-Messaging.TransportResolverModule]-FINEST 2010-12-18 16:04:43,220 -CALL-TransportResolverModule.electEndpoints()
[Petals.JBI-Messaging.RouterMonitorServiceImpl]-FINEST 2010-12-18 16:04:43,220 -CALL-RouterMonitorServiceImpl.electEndpoints()
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,220 -START-RouterServiceImpl.sendToProvider()
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,220 RouterServiceImpl.sendToProvider() Send attempt to endpoint 'NodePort1'
[Petals.Transporter.LocalTransporter]-FINEST 2010-12-18 16:04:43,221 -START-LocalTransporterImpl.sendSync()
[Petals.JBI-Messaging.RouterMonitorServiceImpl]-FINEST 2010-12-18 16:04:43,221 -CALL-RouterMonitorServiceImpl.exchangeSent() Exchange Id : petals:uid:3688B783BC44B58652134356756862298412
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,222 -START-RouterServiceImpl.onExchange()
[Petals.JBI-Messaging.RouterMonitorServiceImpl]-FINEST 2010-12-18 16:04:43,222 -CALL-RouterMonitorServiceImpl.exchangeReceived() Exchange Id : petals:uid:3688B783BC44B58652134356756862298412
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,222 -END-RouterServiceImpl.receive() Exchange Id : petals:uid:3688B783BC44B58652134356756862298412 - Component : petals-se-bpel
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,222 -END-RouterServiceImpl.onExchange()
[Petals.Container.Installer.petals-se-bpel]-FINEST 2010-12-18 16:04:43,222 -CALL-ComponentContextImpl.getTransactionManager()
[Petals.Container.Installer.petals-se-bpel]-FINEST 2010-12-18 16:04:43,222 -END-DeliveryChannelImpl.poll()
[Petals.Container.Components.petals-se-bpel]-FINE 2010-12-18 16:04:43,222 Accepting a JBI message with Id : petals:uid:3688B783BC44B58652134356756862298412
[Petals.Container.Components.petals-se-bpel]-FINEST 2010-12-18 16:04:43,223 Process an exchange as PROVIDER with id : petals:uid:3688B783BC44B58652134356756862298412
[Petals.Container.Installer.petals-se-bpel]-FINEST 2010-12-18 16:04:43,223 -CALL-DeliveryChannelImpl.accept()
[Petals.Container.Components.petals-se-bpel]-FINE 2010-12-18 16:04:43,223 Intercepting message processing on ACCEPT
[Petals.Container.Installer.petals-se-bpel]-FINEST 2010-12-18 16:04:43,223 -START-DeliveryChannelImpl.poll()
[Petals.JBI-Messaging.RouterServiceImpl]-FINEST 2010-12-18 16:04:43,223 -START-RouterServiceImpl.receive() Component : petals-se-bpel - Timeout : -1
[Petals.Container.Components.petals-se-bpel]-FINE 2010-12-18 16:04:43,246 Message accepted by receiver JBIReceiverImpl_2 :
Message -> name: null - service = {http://localhost/NodeNode1}NodeService1 - endpoint = NodePort1 - operation = Message
<?xml version="1.0" encoding="UTF-8"?>
<self:Message xmlns:self="http://localhost/NodeNode1" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       a
    </self:Message>
[Petals.Container.Components.petals-se-bpel]-FINE 2010-12-18 16:04:43,246 Invoked operation:  Message
[Petals.Container.Components.petals-se-bpel]-INFO 2010-12-18 16:04:43,247 the receiver gives the message to workflow engine
[Root]-SEVERE 2010-12-18 16:04:43,250 No matching activity were found for given message null
[Root]-SEVERE 2010-12-18 16:04:46,767 No matching activity were found for given message null
[Root]-SEVERE 2010-12-18 16:04:46,771 No matching activity were found for given message null





Any clues?
Best regards,
Thiago




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications :
http://forum.petalslink.com/m2f_usercp.php

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=31666#31666

-------------------- m2f --------------------






More information about the Users mailing list