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

From Dave Cramer
Subject Re: org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.
Date
Msg-id CADK3HHJmEkHdLTL7z3QNJXdGPgWOX6CL6vrmEL3je31BmoR0rg@mail.gmail.com
Whole thread Raw
In response to Re: org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.  ("Chandrasekharaiah, Roopa Hiremath" <roopa.chandrasekharaiah@hp.com>)
List pgsql-jdbc
Well .... I'm hopelessly lost on windows, but as a first attempt can
you turn it off and see if the problem goes away ? If it does then I'd
suggest making sure port 5432 is completely open. But again remember I
have no clue how a firewall on windows works.

FWIW, deploying postgresql on windows is not really recommended. Yes
postgresql works on windows but the full potential is not realized .

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Thu, Jun 21, 2012 at 12:18 AM, Chandrasekharaiah, Roopa Hiremath
<roopa.chandrasekharaiah@hp.com> wrote:
> And also PostgreSQL is installed in the same machine in which I am running my application
>
> -----Original Message-----
> From: Chandrasekharaiah, Roopa Hiremath
> Sent: Thursday, June 21, 2012 9:32 AM
> To: 'Dave Cramer'; Kevin Grittner
> Cc: pgsql-jdbc@postgresql.org
> Subject: RE: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.
>
> Thanks Dave Cramer and Kevin. I am using windows OS. firewall is on. What setting I should be doing in firewall to
avoidthis? Please reply 
>
> -----Original Message-----
> From: davecramer@gmail.com [mailto:davecramer@gmail.com] On Behalf Of Dave Cramer
> Sent: Thursday, June 21, 2012 2:07 AM
> To: Kevin Grittner
> Cc: Chandrasekharaiah, Roopa Hiremath; pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.
>
> Or as someone pointed out a gentoo specific problem
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
> On Wed, Jun 20, 2012 at 3:25 PM, Kevin Grittner
> <Kevin.Grittner@wicourts.gov> wrote:
>> RoopaHC <roopa.chandrasekharaiah@hp.com> wrote:
>>
>>> An I/O error occured while sending to the backend.
>>
>>> Caused by: Connection reset by peer: socket write error
>>
>>> I am not able to see any errors in postgress.log as well
>>
>> If there is nothing in the log, it is likely to be a network or
>> firewall problem.
>>
>> -Kevin
>>
>> --
>> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc

pgsql-jdbc by date:

Previous
From: "Chandrasekharaiah, Roopa Hiremath"
Date:
Subject: Re: org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.
Next
From: Brett Walker
Date:
Subject: Curious behaviour with Execute Batch and Prepared Statements