surabhi.ahuja wrote:
org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.
Caused by: java.net.SocketException: Broken pipe
This is a network error that the driver can't do anything about. If you have a stateful firewall between the client and the server, perhaps it is dropping the connection because it has been idle.
-O