Re: ERROR: The backend has broken the connection -- AND: FATAL:

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: ERROR: The backend has broken the connection -- AND: FATAL:
Дата
Msg-id 43D6C911.9070706@opencloud.com
обсуждение исходный текст
Ответ на Re: ERROR: The backend has broken the connection -- AND: FATAL:  (Andres Olarte <olarte.andres@gmail.com>)
Ответы Re: ERROR: The backend has broken the connection -- AND: FATAL:  (Antonio Rodriguez Anaya <arodriguez@dia.uned.es>)
Список pgsql-jdbc
Andres Olarte wrote:
> What backend version are you using? I seems you are using a very old
> version of the backend (server) and the driver is trying to comunicate
> in a newer protocol.  Theres a way to change the protocol, using the
> connection string, but I think it will be better to update the server to
> the newest version.

The driver automatically falls back to the older v2 protocol when
necessary. It tries the v3 protocol initially, which is what produces
the "unsupported frontend protocol" error on the server side, and then
falls back to v2 when that fails.

Antonio, can you try to reproduce this with debug logging enabled (add
"?loglevel=2" to the end of your JDBC URL), and send me the resulting
debug output to me off-list?

-O

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

Предыдущее
От: Andres Olarte
Дата:
Сообщение: Re: ERROR: The backend has broken the connection -- AND: FATAL:
Следующее
От: Colin Taylor
Дата:
Сообщение: Re: Socket read fails