First of all, I recommend you don't use 5.5.26. There was a known buffering issue with that
version that is fixed in 5.5.27. If I remember correctly, the input stream of the request
in a servlet was truncated at 8192 bytes.
As for your original question, are you posting streaming data (large files)?
-----Original Message-----
From: Tuncer Tunçer [mailto:tuncerkare@gmail.com]
Sent: Tuesday, April 07, 2009 7:29 AM
To: users@tomcat.apache.org
Subject: NOT AN EAGAIN STATUS
I am running 5.5.26 on a debian server. i frequently see an error
message on my tomcat logs saying :
org.apache.catalina.connector.Request parseParameters
WARNING: Exception thrown whilst processing POSTed parameters
java.net.SocketTimeoutException: Exception filling buffer with data from
underlying input stream: not an EAGAIN status, so perhaps disconnected
client?
does anybody have any idea about why this is happening and how can i
resolve this? I am having some serious problems on the site especially
about performance and resource usage, and i think this error may be
connected with this problems.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|