Re: I/O Dispatcher thread blocks on a read

2010-05-15 Thread Supun Kamburugamuva
Hi Oleg, A quick question. In this system we have two IO dispatchers. Only one dispatcher is blocked. But all the workers are waiting on a lock unlocked by the dispatchers. If one dispatcher is blocked, what happen to the other dispatcher? Is it going to work normally? Thanks, Supun.. On Sat, Ma

Re: I/O Dispatcher thread blocks on a read

2010-05-15 Thread Oleg Kalnichevski
On Sat, 2010-05-15 at 18:28 +0530, Supun Kamburugamuva wrote: > Hi Oleg, > > There is an exception in the listening side of the transport. Do you think > this is the cause of the error? > > Thanks, > Supun.. > Most likely it is. The real problem is, however, that the producer thread failed to s

Re: I/O Dispatcher thread blocks on a read

2010-05-15 Thread Supun Kamburugamuva
Hi Oleg, There is an exception in the listening side of the transport. Do you think this is the cause of the error? Thanks, Supun.. 2010-05-13 23:39:40,076 [-] [http-Listener I/O dispatcher-1] ERROR ServerHandler I/O error: Input length = 1 java.nio.charset.MalformedInputException: Input length

Re: I/O Dispatcher thread blocks on a read

2010-05-15 Thread Oleg Kalnichevski
On Sat, 2010-05-15 at 14:02 +0530, Supun Kamburugamuva wrote: > Hi, > > One of the I/O dispatcher threads in Synapse is blocked > in SharedInputBuffer.read method. Here is the thread dump. I would really > appreciate if you can point me to the correct path for figuring out the root > cause of this

I/O Dispatcher thread blocks on a read

2010-05-15 Thread Supun Kamburugamuva
Hi, One of the I/O dispatcher threads in Synapse is blocked in SharedInputBuffer.read method. Here is the thread dump. I would really appreciate if you can point me to the correct path for figuring out the root cause of this. This dispatcher is sending the message out from synapse. In this case i