Thanks for the response.

As far as I see in log files, this error occurs on pages used for ajax.
I mean I post data(and that is a few parameters, not large files) to
some jsp pages, used for ajax, and they reply back. I use prototype
javascript library for sending ajax requests and JSON for processing
answers from those ajax pages. 

I dont post files to ajax pages. This error is repeating too many times
on log files. Please help

On Tue, 2009-04-07 at 07:48 -0600, Jason Smith wrote:
> 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:tuncerk...@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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to