Обсуждение: JDBC Error

Поиск
Список
Период
Сортировка

JDBC Error

От
"Thomas Roemer"
Дата:
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

От
Daniel Serodio
Дата:
"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