You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Ron Hahne <Ro...@NielsenMedia.com> on 2004/06/16 03:01:37 UTC

invalid response

We were getting quite a few invalid response's without any idea of what
was wrong.
I modified the code so that the response received was returned in the
Exception error message.
What we got was very suprising and I was wondering if anyone else had
experienced this and had any ideas.

The response from the server was:
java.io.IOException: Unexpected Response from Server:  0.1777973 secs]
Line read [[GC 197231K->173276K(261568K), 0.1777973 secs]] 

The two outside brackets are from my code. This is obviously from
garbage collection, But Why?

Ron Hahne