Exception: An I/O error occured while sending to the backend

From: Jan de Visser <jdevisser(at)digitalfairway(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Exception: An I/O error occured while sending to the backend
Date: 2006-03-02 19:34:00
Message-ID: 200603021434.01069.jdevisser@digitalfairway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Hello,

While doing performance tests on Windows Server 2003 I get the following:

An I/O error occured while sending to the backend.
org.postgresql.util.PSQLException: An I/O error occured while sending to the
backend.
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:214)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:430)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:346)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:250)

In my server log, I have:

2006-03-02 12:31:02 5692 6436342 LOG: could not receive data from client: A
non-blocking socket operation could not be completed immediately.

At the time my box is fairly heavy loaded, but still responsive. Server and
JBoss appserver live on the same dual 2Ghz Opteron.

A quick Google told me that:

1. More people have seen this.
2. No solutions.
3. The server message appears to indicate an unhandled WSAEWOULDBLOCK winsock
error on recv(), which MSDN said is to be expected and should be retried.

Is this a known bug?

jan

--
--------------------------------------------------------------
Jan de Visser                     jdevisser(at)digitalfairway(dot)com

                Baruk Khazad! Khazad ai-menu!
--------------------------------------------------------------

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Lewis 2006-03-02 19:48:45 Re: Exception: An I/O error occured while sending to the
Previous Message Tom Lane 2006-03-02 19:21:03 Re: Question about the contrib rpm ?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lewis 2006-03-02 19:48:45 Re: Exception: An I/O error occured while sending to the
Previous Message Kris Jurka 2006-03-02 18:08:02 Re: Bad Value for Data Type Timestamp