Re: Broken pipe error

2001-02-28 Thread Xavier Escandell
For those who are interested in this issue (yet!) I know that this is not a Tomcat problem but I think it's important! We were working with the following network architecture: Servlets -subnet1--Firewall -subnet2---Database with this scenario we get the error. But we change the

Re: Broken pipe error

2001-02-23 Thread Xavier Escandell
Thanks for the anwser, but: - The servlet is not garbage collected. When I check it in the mornig, after all night of inactivity, the servlet is active. - Yesterday, I included a connection pooling class. Thus, the servlet re-starts the connection.But I get a "connection reset by peer" error,

Re: Broken pipe error

2001-02-23 Thread Xavier Escandell
01 6:34 AM To: [EMAIL PROTECTED] Subject: Re: Broken pipe error Thanks for the anwser, but: - The servlet is not garbage collected. When I check it in the mornig, after all night of inactivity, the servlet is active. - Yesterday, I included a connection pooling class. Thus, the servlet

RE: Broken pipe error

2001-02-23 Thread Rob Tanner
ough. Randy -Original Message- From: Xavier Escandell [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 6:34 AM To: [EMAIL PROTECTED] Subject: Re: Broken pipe error Thanks for the anwser, but: - The servlet is not garbage collected. When I check it in the morn

Re: Broken pipe error

2001-02-23 Thread Shahed Ali
This error drove my nuts. I was using Informix. Finally we used a connection pool called DbBroker from www.javaexchange.com. This pool constantly runs a thread that checks connection status and resets or recreates them if the connection is bad. After using this pool, all of our broken pipe

RE: Broken pipe error

2001-02-22 Thread Randy Layman
The answer is no - Tomcat knows nothing about your socket connections and therefore can't close them. A couple of things come to mind - first the Oracle drivers might be releasing the connection, check their documentation about this. Also, what is the behavior if your servlet is

RE: Broken pipe error

2001-02-22 Thread Laurent LAUBIN
fvrier 2001 14:37 : '[EMAIL PROTECTED]' Objet : RE: Broken pipe error Hi: I get "broken pipe error" when trying to re-execute a servlet after several hours of innactivity. Then I must re-start Tomcat to get all running again. The servlet is connected to a database using oracle t

RE: Broken pipe error

2001-02-22 Thread Cato, Christopher
, Christopher [mailto:[EMAIL PROTECTED]] Envoy : jeudi 22 fvrier 2001 14:37 : '[EMAIL PROTECTED]' Objet : RE: Broken pipe error Hi: I get "broken pipe error" when trying to re-execute a servlet after several hours of innactivity. Then I must re-start Tomcat to get all run