Hi Asanka, Thanks for the tip. I'll try it out and will let the team know. Anyway even in the previous case the service client didn't receive any response back. However according to the TCPMon trace the Axis2 server instance has sent a response back. Could it be because Synapse failed to route the response back properly?
Thanks Best Regards, Hiranya On Fri, Nov 14, 2008 at 10:30 AM, Asankha C. Perera <[EMAIL PROTECTED]>wrote: > 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] > >
