Re: Unexpected JDBC Connection closed
Date: Wed, 29 Jan 2003 13:46:37 -0800
Message-ID: <3E384BBD.1F600947_at_bea.com.remove.this>
thenrick wrote:
> Enrique Pineda <no-spam.me_at_enrique-pineda.com> wrote in message news:<no-spam.me-17BB58.13290628012003_at_netnews.attbi.com>...
> > Check your web server error logs to see if any exceptions are being
> > thrown. Maybe that will give you more insight.
> >
> > epp
>
> We are seeing this error in the web server error log quite a bit.
>
> 2003-01-29 09:01:24 Ajp13Processor[8009][4] process: invoke
> java.net.SocketException: Connection reset by peer: socket write error
This means the DBMS or perhaps a firewall between the app and the DBMS, has closed the connection out from under the driver. I would make sure you're using the latest appropriate JDBC driver version for the DBMS version you're using.
Joe Weinstein at BEA
>
> at java.net.SocketOutputStream.socketWrite(Native Method)
> at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
> at org.apache.ajp.Ajp13.send(Ajp13.java:525)
> at org.apache.ajp.RequestHandler.finish(RequestHandler.java:501)
> at org.apache.ajp.Ajp13.finish(Ajp13.java:395)
> at org.apache.ajp.tomcat4.Ajp13Response.finishResponse(Ajp13Response.java:196)
> at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:464)
> at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
> at java.lang.Thread.run(Thread.java:484)
>
> I am not sure if it is related. I also am unsure what might cause this.
> Thanks,
> Tom Henricksen
Received on Wed Jan 29 2003 - 22:46:37 CET
