Re: Intermittent I/O error?

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Intermittent I/O error?
Дата
Msg-id 433C784E.6080700@opencloud.com
обсуждение исходный текст
Ответ на Intermittent I/O error?  ("Vsevolod (Simon) Ilyushchenko" <simonf@cshl.edu>)
Список pgsql-jdbc
Vsevolod (Simon) Ilyushchenko wrote:

> Class: com.romeblack.release.core.EntityHomeException: An I/O error
> occured while sending to the backend.
> Exception: java.net.SocketException: Socket closed

This means you're trying to use a Connection that has had close() called
on it, or that has encountered a fatal I/O error previously (this would
have been reported via throwing an appropriate SQLException) that you
ignored.

> I'm using Tomcat 5.5.9 and JDBC 2 driver 8.0-312 connecting to an 8.0.3
> database on Fedora 4.

I guess you are using connection pooling then; I'd suspect some problem
there.

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: queries against CIDR fail against 8.0.3?
Следующее
От: Russell Francis
Дата:
Сообщение: Re: queries against CIDR fail against 8.0.3?