We are developing an app on Apache Tomcat 4.0.2 ( apache 1.3.22, tomcat 4.0.2, jdk 1.2.2 ) running on Redhat 7.1 with postgresql 7.1.3 as the backend. Ever since going live with the tomcat build, we have been getting the following errors:
"Unable to retrieve new session ID from database; class org.postgresql.util.PSQLException, message An I/O error has occured while flushing the output - java.io.IOException: Broken pipe"
&
"Unable to retrieve new session ID from database; java.sql.SQLException, mesage FATAL 1: This connection has been terminated by the administrator."
I have examined the postmaster logs for this instance and only find messages that coienside with the occurance of the above erros of this nature:
DEBUG: connection: host=nnn.nnn.nnn.nnn user=xxxxx database=xxxxxx
pq_recvbuf: recv() failed: Connection reset by peer
Any help regarding the postgresql databases role/solution in this problem would be greatly apperciated.
Paul Ogden
"Unable to retrieve new session ID from database; class org.postgresql.util.PSQLException, message An I/O error has occured while flushing the output - java.io.IOException: Broken pipe"
&
"Unable to retrieve new session ID from database; java.sql.SQLException, mesage FATAL 1: This connection has been terminated by the administrator."
I have examined the postmaster logs for this instance and only find messages that coienside with the occurance of the above erros of this nature:
DEBUG: connection: host=nnn.nnn.nnn.nnn user=xxxxx database=xxxxxx
pq_recvbuf: recv() failed: Connection reset by peer
Any help regarding the postgresql databases role/solution in this problem would be greatly apperciated.
Paul Ogden