| От | Craig Ringer |
|---|---|
| Тема | Re: An I/O error occured while sending to the backend. |
| Дата | |
| Msg-id | 4BBAB406.4080303@postnewspapers.com.au обсуждение исходный текст |
| Ответ на | An I/O error occured while sending to the backend. (Breno BF <brenobfernandes@bsd.com.br>) |
| Ответы |
Re: An I/O error occured while sending to the backend.
|
| Список | pgsql-jdbc |
Breno BF wrote: > I am getting this error using glassfish and postgresql: " Caused by: > org.postgresql.util.PSQLException: An I/O error occured while sending to > the backend." Further in the exception log, you'll see: Caused by: java.net.SocketException: Socket closed In other words, the pgsql backend has "hung up" on the client. Most likely the Pg backend terminated for some reason, which you should see in the PostgreSQL logs. > log_min_messages = error > log_min_error_statement = error Turn these down to at least 'info', restart PostgreSQL, and see if you get anything informative in the logs. -- Craig Ringer
В списке pgsql-jdbc по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера