DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38836>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38836
Summary: java.io.IOException when reading data
Product: Tomcat 5
Version: 5.5.12
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Servlet & JSP API
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: mcamou@mail.com
I have an application that sends data to a servlet. It sends a data file, usually 100 lines
where each line
is 116 characters long.
I am getting the following exception. It does not occur all the time, but it seems to occur
when the
server is especially loaded:
java.io.IOException
at org.apache.catalina.connector.InputBuffer.reset(InputBuffer.java:439)
at org.apache.catalina.connector.CoyoteReader.reset(CoyoteReader.java:133)
at org.apache.catalina.connector.CoyoteReader.readLine(CoyoteReader.java:190)
at mx.com.cie.tarificador.parser.Receiver.receive(Receiver.java:87)
(mx.com.cie.tarificador.parser.Receiver.receive is a method I call from the doGet and doPost
servlet
methods to do the receiving and parsing of the file).
Note that this is not a dupe of bug #34829 since in this case the error occurs even though
the line is
116 characters long.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|