LOG: incomplete message from client

Поиск
Список
Период
Сортировка
От tcoq
Тема LOG: incomplete message from client
Дата
Msg-id 1398321454698-5801355.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: LOG: incomplete message from client  (tcoq <steffen.otto@dologo.de>)
Список pgsql-bugs
Hi together,

I am batch-inserting a wide table with 50 columns via JAVA JDBC. (Postgres
9.2.8)

Sporadically I run into this error: (server)

LOG:  incomplete message from client

(client):

: 16:26:06,830  WARN taskExecutor-3 spi.SqlExceptionHelper:143 - SQL Error:
0, SQLState: 08006
: 16:26:06,831 ERROR taskExecutor-3 spi.SqlExceptionHelper:144 - An I/O
error occurred while sending to the .
: 16:26:06,834  WARN taskExecutor-3 impl.NewPooledConnection:486 - [c3p0] A
PooledConnection that has already signalled a Connection error is still in
use!
: 16:26:06,835  WARN taskExecutor-3 impl.NewPooledConnection:487 - [c3p0]
Another error has occurred [ org.postgresql.util.PSQLException: This
connection has been closed. ] which will not be reported to listeners!
org.postgresql.util.PSQLException: This connection has been closed.
    at
org.postgresql.jdbc2.AbstractJdbc2Connection.checkClosed(AbstractJdbc2Connection.java:837)
    at
org.postgresql.jdbc2.AbstractJdbc2Connection.getAutoCommit(AbstractJdbc2Connection.java:798)
    at
com.mchange.v2.c3p0.impl.NewProxyConnection.getAutoCommit(NewProxyConnection.java:985)
    at
org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.isAutoCommit(LogicalConnectionImpl.java:392)
    at

org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.afterNonTransactionalQuery(TransactionCoordinatorImpl.java:195)
    at org.hibernate.internal.SessionImpl.afterOperation(SessionImpl.java:594)
    at
org.hibernate.internal.SessionImpl.executeNativeUpdate(SessionImpl.java:1289)
    at org.hibernate.internal.SQLQueryImpl.executeUpdate(SQLQueryImpl.java:400)
>>
Im only inserting empy values but one column differs in size: URL-column.
When i decrease the batch-size the problem occurs less frequent. I believe
the problem depends on the varying URL size I want to insert.

Is there any way to debug or are there any restrictions on JDBC size for
BATCH inserts? Or is it possible that there are invalid characters inside
some URLs?

Best regards
Steffen




--
View this message in context: http://postgresql.1045698.n5.nabble.com/LOG-incomplete-message-from-client-tp5801355.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

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

Предыдущее
От: Moshe Jacobson
Дата:
Сообщение: Re: Foreign key constraint not enforced??
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #10123: Weird entries in pg_stat_activity