Re: Unknown Response Type 1

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Unknown Response Type 1
Дата
Msg-id 410E3DCC.3010601@opencloud.com
обсуждение исходный текст
Ответ на Unknown Response Type 1  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-jdbc
Gaetano Mendola wrote:

> I had some OutOfMemory in the client side but not related with the
> Database interaction.

Are you sure there was no OutOfMemoryError thrown within the JDBC driver
code? (perhaps caused by some other part of the application exhausting
the heap?) The driver isn't very good about keeping connections in a
consistent state when unexpected exceptions are thrown. One possibility
is that OOME was thrown partway through reading or writing a message on
the protocol stream, but the driver did not invalidate that connection.
Subsequent use of the connection will then fail randomly since the
driver is out of sync with the message boundaries the server is expecting.

-O

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: Unknown Response Type 1
Следующее
От: "Mike Martin"
Дата:
Сообщение: Re: Wrong column names in ResultSetMetaData