Re: help please

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: help please
Дата
Msg-id Pine.BSO.4.64.0901042330590.24689@leary.csoft.net
обсуждение исходный текст
Ответ на help please  ("abhijeet dharurkar" <abhijeet.dharurkar@gmail.com>)
Список pgsql-jdbc

On Sat, 3 Jan 2009, abhijeet dharurkar wrote:

> all setings are correct but while running the program from command line it
> gives the error.......
>
> Exception in thread "main" org.postgresql.util.PSQLException: Protocol
> error.  Session setup failed.
>        at
> org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:381)
>        at
>

During the authentication step of the connection startup process we expect
only a couple of different message types.  Something about your setup is
giving a message type the driver is not prepared for.  Without knowing
what message it is, it's not clear how to help.  I've added additional
logging to the driver to print out the message type.  Please try this
driver and post the results.

http://ejurka.com/pgsql/jars/startlog/

Kris Jurka


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

Предыдущее
От: Guy Rouillier
Дата:
Сообщение: Re: help please
Следующее
От: Miłosz Tylenda
Дата:
Сообщение: Re: Support of getting generated keys in driver version 8.4devel