For some reason, my tomcat deployment begins throwing BadFileNumber exceptions when a large file (>1MB) is served over high load. I'm using JRE 1.6.0_17 with Tomcat 6.0.14. What could possibly cause tomcat to serve bad files under high load for large files?

link|improve this question

feedback

2 Answers

take a look at this post from serverfault. it seems to be the same problem. for quick reference: the link to the bug report mentioned in the post.

link|improve this answer
This is a rewording of that problem, and the provided bugfix does not work. I'm hoping someone else has an actual solution to this specific issue. – Stefan Kendall Jan 20 '10 at 22:56
feedback
up vote 0 down vote accepted

A fix for this issue has been added to the 6.0.x and 5.5.x source line. This was fixed in glassfish, but it was never backported to Tomcat.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.