Hi Hiranya
Getting a TCPMon trace in a dynamic load balance scenario is tricky since the destination hosts and ports are discovered and determined dynamically by Synapse. However using the ability of IntelliJ-IDEA debugger to manually set object properties in the debug mode I managed to trace the messages going from Synapse to Axis2 node instances. The trace is attached herewith. (If there is a better way of doing this please do let me know. I can try it out.)

It seems the addressing headers are missing in the request.
This trace shows a successful case.. what would be interesting is one that fails.. one option is to run the server on another machine (you cannot get a tcpdump on the same machine), and get a tcpdump instead.. Usually I use something like

sudo tcpdump -i eth1 -X -n -s 4096 port 8080 or port 8200 > /tmp/dump3.txt

asankha

--
Asankha C. Perera
http://adroitlogic.org

http://esbmagic.blogspot.com


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

Reply via email to