Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HttpProcessor[80][58] process.parse error ?

Status
Not open for further replies.

outis

Programmer
Jun 20, 2001
21
MX
Hi, all y have problems in my server they crash a couple of times per day and verifying the localhost log y found this particular lines


004-06-14 05:43:27 HttpProcessor[80][58] process.parse
java.io.IOException: Line too long
at org.apache.catalina.connector.http.SocketInputStream.readRequestLine(SocketInputStream.java:271)
at org.apache.catalina.connector.http.HttpProcessor.parseRequest(HttpProcessor.java:710)
at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:974)
at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:536)

can anybody can tell me the posibles causes of this error.

I will apreciate your responce

 
Sounds like the incoming HTTP request is too long. Check your access log to see if tomcat has logged the actual request.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top