|
Hi Dave: I guess it is the firewall that is doing the disconnection. Right now I just monitor the error. When 'connection reset by peer' happens I disconnect from client and reconnect. This seems to work. Bruce ----- Original Message ----- From: "Dave Wall" <dawall@us.ibm.com> To: <java400-l@midrange.com> Sent: Wednesday, February 27, 2002 2:24 PM Subject: Re: What is Connection reset by peer error? > > Reset by peer means the link no longer works because of an action outside > of the client JVM. Toolbox tries to send data via the socket but the other > end of the connection is no longer open. This can happen if the server job > ends abnormally, or if something in the path between the client and server > kills the connection. From the little bit you posted my guess is second > case. Do you have a router or a setting on the client or server that > resets (ends) connections that are not used for 30 minutes? > > David Wall > Toolbox for Java > iSeries ODBC Driver for Linux > > > > > "Bruce Jin" > <JIN007M@hotmail. To: <java400-l@midrange.com> > com> cc: > Sent by: Subject: What is Connection reset by peer error? > java400-l-admin@m > idrange.com > > > 02/27/2002 03:43 > PM > Please respond to > java400-l > > > > > > I am using toolbox on a Linux to access db2 on iSeries. In my servlet I > keep > the connection up all the time. If I let the servlet idle for 30 minutes, > then the next time I access it the following statement will fail: > > pstmt = connection.prepareStatement(sqlStatement); > > The error message is: java.sql.SQLException: Internal driver > error.(Connection reset by peer: Connection reset by peer) > > What is the remedy? > > Thanks > > Bruce > > _______________________________________________ > This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) > mailing list > To post a message email: JAVA400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > > > > > > _______________________________________________ > This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list > To post a message email: JAVA400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l > or email: JAVA400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/java400-l. > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.