Re: An I/O error occured while sending to the backend.

From: Breno BF <brenobfernandes(at)bsd(dot)com(dot)br>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: An I/O error occured while sending to the backend.
Date: 2010-04-07 10:58:33
Message-ID: h2ka21be61a1004070358y718f7877z5b9e7241311fa3d2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

None ?

2010/4/6 Breno BF <brenobfernandes(at)bsd(dot)com(dot)br>

> 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?
>
> -B
>
> 2010/4/6 Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
>
> Breno BF wrote:
>>
>> > I am getting this error using glassfish and postgresql: " Caused by:
>> > org.postgresql.util.PSQLException: An I/O error occured while sending to
>> > the backend."
>>
>> Further in the exception log, you'll see:
>>
>> Caused by: java.net.SocketException: Socket closed
>>
>> In other words, the pgsql backend has "hung up" on the client. Most
>> likely the Pg backend terminated for some reason, which you should see
>> in the PostgreSQL logs.
>>
>> > log_min_messages = error
>> > log_min_error_statement = error
>>
>> Turn these down to at least 'info', restart PostgreSQL, and see if you
>> get anything informative in the logs.
>>
>> --
>> Craig Ringer
>>
>
>
>
> --
> - breno bf
>

--
- breno bf

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2010-04-07 12:54:10 Re: An I/O error occured while sending to the backend.
Previous Message Breno BF 2010-04-06 15:01:11 Re: An I/O error occured while sending to the backend.