Re: remote connection with JDBC

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: remote connection with JDBC
Дата
Msg-id Pine.BSO.4.56.0411211524320.24919@leary.csoft.net
обсуждение исходный текст
Ответ на remote connection with JDBC  (Tony Smith <quickome@yahoo.com>)
Ответы Re: remote connection with JDBC
Список pgsql-jdbc

On Sun, 21 Nov 2004, Tony Smith wrote:

> java.io.EOFException
> at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:244)
> at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:222)

You should check in your server log file to see if it has anything
interesting to say about this failure.  What authentication method are you
using (md5/crypt/password/...)?  The driver shouldn't be bailing out with
an error like that, but it is unclear where the actual problem is.  The
stacktrace line numbers don't match up with the current source, so it
would be helpful if you downloaded the lastest version of the driver.

http://jdbc.postgresql.org/download.html#jars

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tony Smith
Дата:
Сообщение: remote connection with JDBC
Следующее
От: Tony Smith
Дата:
Сообщение: Re: remote connection with JDBC