On 24/11/2009 20:03, Konstantin Kolinko wrote:
2009/11/24<geoff...@fileflow.com>:
There is a different amount of data sent each time before it crashes. I also 
tried byte by byte and gets the same error but it seems that it is less often.


So it is random... I wonder what can trigger it.

What connectors are you using? Is it HTTP, or AJP? What is your
configuration as a whole?

There was the following bugreport recently:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48105

The reporter of issue 48105 wrote that he saw exceptions in 6.0.18,
.20 as well, but no stack traces were provided, so it is unconfirmed.

I don't think we got to the bottom of why that was happening. I was hoping the problem would be in the same method, but it's not in exactly the same location for both.

The append(byte[], int, int) method is implicated in both, and in both cases an 8k byte buffer was in use in the app code.

@Geoffrey - can you try using a smaller (say 4k) byte buffer instead, and adding some code to count how many bytes have been sent when the error occurs?


p


---------------------------------------------------------------------
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