On 3/21/07, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
On Wed, 2007-03-21 at 11:06 +0000, ant elder wrote: > I've been trying to use JMeter to test Synapse but getting > intermittent failures, see below for the stack trace output. Happens > all the time, maybe a few hundred requests are successful but then it > gets the failure and hangs. I'm not sure whats the easiest way to > debug this is, any ideas? > > ...ant > Anthony, The transport appears to be hanging because an unchecked exception caused the I/O dispatch thread to terminate. I believe there are several different types of problems (at least two) that we are seeing here. [I/O reactor worker thread 5] ERROR ServerHandler - I/O Error : null > java.nio.channels.ClosedChannelException > at > sun.nio.ch.SocketChannelImpl.ensureReadOpen(SocketChannelImpl.java:112) > at > sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:139) This one is definitely a bug in HttpCore. Could you please raise a Jira issue in HttpComponents Core and I'll get this problem fixed tonight or tomorrow? Oleg
Done, see https://issues.apache.org/jira/browse/HTTPCORE-60 Thanks for your help. ...ant
