Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Broken pipe

Status
Not open for further replies.

pogden

Programmer
Feb 17, 2002
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top