Re: Postgres Server Jdbc driver error
От | Oliver Jowett |
---|---|
Тема | Re: Postgres Server Jdbc driver error |
Дата | |
Msg-id | CA+0W9LOjLY6SfGMpAx3mzUaBZ53n7E09DkczeidaVarPxna=5g@mail.gmail.com обсуждение исходный текст |
Ответ на | Postgres Server Jdbc driver error (Silvio Brandani <silvio.brandani@tech.sdb.it>) |
Ответы |
Re: Postgres Server Jdbc driver error
|
Список | pgsql-jdbc |
2011/8/4 Silvio Brandani <silvio.brandani@tech.sdb.it>: > On the Tomcat side we get followin message: > > > Caused by: java.io.IOException: Tried to send an out-of-range integer as a > 2-byte value: 34027 > at org.postgresql.core.PGStream.SendInteger2(PGStream.java:201) > at > org.postgresql.core.v3.QueryExecutorImpl.sendParse(QueryExecutorImpl.java:1236) > at > org.postgresql.core.v3.QueryExecutorImpl.sendOneQuery(QueryExecutorImpl.java:1508) > at > org.postgresql.core.v3.QueryExecutorImpl.sendQuery(QueryExecutorImpl.java:1097) > at > org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) What is the query that triggers this exception? (Not the one logged on the server side, it is the next query that's the problem) Taking the exception at face value implies that your query has 34,027 parameters, which seems somewhat unlikely (!!) unless you have a badly garbled query string. Oliver
В списке pgsql-jdbc по дате отправления: