Re: Unusual exception

2010-10-31 Thread Avinash Lakshman
Hi Mahadev I did and it turned out to be some screw up on our end. Thanks Avinash On Tue, Oct 26, 2010 at 3:39 PM, Mahadev Konar wrote: > Hi Avinash, > Not sure if you got a response for your email. > The exception that you mention mostly means that the client already closed > the socket or s

Re: Unusual exception

2010-10-26 Thread Mahadev Konar
Hi Avinash, Not sure if you got a response for your email. The exception that you mention mostly means that the client already closed the socket or shutdown. Looks like a client is trying to connect but disconnects before the server can respond. Do you have any such clients? Is this causing an

Re: Unusual exception

2010-10-20 Thread Patrick Hunt
EOS means that the client closed the connection (from the point of view of the server). The server then tries to cleanup by closing the socket explicitly, in some cases that results in debug messages you see subsequent. EndOfStreamException: Unable to read additional data from client sessionid 0x0