| Author |
Broken Pipe
|
derick perez
Greenhorn
Joined: Mar 08, 2002
Posts: 3
|
|
JAVA GURUs Hello! Ive been encountering this problem lately and I don't know what causes it. I hope you can enlighten me on this. Thanks.
|
flp
|
 |
Don Schaefer
Greenhorn
Joined: Jan 22, 2002
Posts: 16
|
|
|
I do not see any exception text associated with your message. Did I miss it?
|
 |
derick perez
Greenhorn
Joined: Mar 08, 2002
Posts: 3
|
|
|
This is the exception message: "Broken Pipe Exception. Connection reset by peer". It occurs only on Linux platform. I say this because i use windows 98 during development this does not occur; i also use jakarta-tomcat-3.1 for web server for both linux and windows. And observing it, it seems to throw this exception whenever the application sits idle for a certain length of time. I'm not exactly sure as to how many hours but my guess is about 5 to 8 hours.
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
This may mean that the connection was closed by the client. i.e the browser was closed. It may also mean that a timeout occured.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
http://www.coderanch.com/t/81620/Tomcat/error-message-server that post contains another link, follow it as well.
|
 |
 |
|
|
subject: Broken Pipe
|
|
|