Re: An I/O error occured while sending to the backend. - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: An I/O error occured while sending to the backend.
Date
Msg-id 4BBC8072.1020002@postnewspapers.com.au
Whole thread Raw
In response to Re: An I/O error occured while sending to the backend.  (Breno BF <brenobfernandes@bsd.com.br>)
List pgsql-jdbc
On 6/04/2010 11:01 PM, Breno BF wrote:
> Hi,
>
> Craig, since I changed it to info, I could not see nothing in postgres
> logs when the problem occurs.
>
> log_min_messages = info
> log_min_error_statement = info
>
> should I change it to debug?

Er... sure.

Given that both client and server are on the local host I'd really
expect _some_ kind of indication that a backend was going away and
leaving the client without a connection. Clearly the connection pool
behind JPA expects the connection to still be active, and without any
network-layer issues to get in the way, it really must be the backend
dying for some reason.

--
Craig Ringer

pgsql-jdbc by date:

Previous
From: Breno BF
Date:
Subject: Re: An I/O error occured while sending to the backend.
Next
From: Leonardo F
Date:
Subject: Problem with copyIn(String sql, Reader from)