Re: An I/O error occured while sending to the backend.
От | Oliver Jowett |
---|---|
Тема | Re: An I/O error occured while sending to the backend. |
Дата | |
Msg-id | 41E8C468.5020301@opencloud.com обсуждение исходный текст |
Ответ на | An I/O error occured while sending to the backend. (Stephen McConnell <mcconnell_stephen@yahoo.com>) |
Ответы |
Re: An I/O error occured while sending to the backend.
|
Список | pgsql-jdbc |
Stephen McConnell wrote: > Exception: java.io.IOException: Stream closed > Stack Trace: > java.io.IOException: Stream closed > Others have said this is a TCP/IP problem with a firewall, but it's > pretty apparent that since I'm accessing "localhost" > (jdbc:postgresql://localhost:5432/test_database) that It's not a > "firewall" problem UNLESS there's a problem with the Windoz XP > firewall. No, it doesn't look like a firewall problem -- that usually manifests as a connection refused or a connection reset by peer. This looks like the driver is closing the connection itself, but not invalidating the connection. I'd suspect an earlier error on the connection is causing this. Do you have a complete testcase I can try? -O
В списке pgsql-jdbc по дате отправления: