Thread: JDBC Error

JDBC Error

From
"Thomas Roemer"
Date:
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

Re: JDBC Error

From
Daniel Serodio
Date:
"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