From: | Daniel Serodio <daniel(at)checkforte(dot)com(dot)br> |
---|---|
To: | PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org> |
Cc: | Thomas Roemer <thomas(at)asti-computer(dot)de> |
Subject: | Re: JDBC Error |
Date: | 2002-12-23 11:24:02 |
Message-ID: | 1040642647.6080.41.camel@kelly |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
"Broken pipe" means something closed the socket on the backend. Either
some firewall or somesuch closed the socket or the backend died. Check
the server log for some indication of the cause. If you see "unexpected
EOF on client connection", it means something else closed the socket,
not the server. Hope this helps.
On Mon, 2002-12-23 at 05:22, Thomas Roemer wrote:
> Hello,
>
> I want to connect linux-kontor to a Postgesql-Database. Everytime I try I get an errormessage like this:
>
> java.sql.SQLException: IOError while reading from Backend: java.net socketexception: Broken Pipe.
>
> I don't know what this mean. I hope somebody can help me.
>
> Thanks in advance,
>
> Thomas
--
[]'s
Daniel Serodio
From | Date | Subject | |
---|---|---|---|
Next Message | Florian Wunderlich | 2002-12-23 13:05:08 | toTimestamp fractional seconds fix (patch against CVS) |
Previous Message | Dustin Sallings | 2002-12-23 08:04:36 | JDBC warning on setAutoCommit(false) |