users@jax-rpc.java.net

Re: When using a Handler seems to hang upon response JSWDP 1.5

From: Alessio Cervellin <Alessio.Cervellin_at_Sun-CS-Italy.COM>
Date: Thu, 01 Sep 2005 01:30:06 +0200

Ryan Champlin wrote:

> I've started downloading JWSDP 1.6 to see if I"m seeing the same issues
> there at all. I'm assuming the source for
> com.sun.xml.rpc.client.StubBase isn't released so I could debug into the
> _send() method further to try and see where its hanging up??
>
> Has anyone seen this problem before?

I had a similar behavior, but it was happening only when the soap
message was bigger than 2-3Mb... on Sun AS8.1 (solaris 10 sparc) the cpu
was stuck at 90% for 10-20minutes (MAYBE somewhere in the process of
trasforming the soap message in an xml object), on Sun WS6+JWSDP1.6
performances were slightly better.
By removing the handler (whose code was void, just empty methods!),
things worked fine.
Dunno about Tomcat...