Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured
Date: 2006-08-24 05:56:38
Message-ID: 44ED3F96.8010700@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

surabhi.ahuja wrote:
> hi,
> dont such messages get logged to postgreslog.

You might see something in the backend logs -- "unexpected client EOF"
perhaps? Or just idle backend processes. It depends on exactly what is
going wrong, and the timing of it.

> Also, is it possible to check wht firewall is dropping the connection
> between the client and the server.

That is something you will have to diagnose yourself, it is specific to
your network.

-O

In response to

Browse pgsql-general by date

  From Date Subject
Next Message surabhi.ahuja 2006-08-24 05:57:30 Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend
Previous Message Michael Fuhr 2006-08-24 05:41:50 Re: Shared Objects (Dynamic loading)

Browse pgsql-jdbc by date

  From Date Subject
Next Message surabhi.ahuja 2006-08-24 05:57:30 Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend
Previous Message Oliver Jowett 2006-08-24 04:09:21 Re: Some simple JDBC profiling results