Error on setAutoCommit with 9.4.1207

From: Enrico Olivelli - Diennea <enrico(dot)olivelli(at)diennea(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Error on setAutoCommit with 9.4.1207
Date: 2016-01-13 11:04:45
Message-ID: ADD972C51196844491C410BCD4146DCD8495E31118@dnaexc01.diennea.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
after an upgrade to 9.4.1207 we get sometimes in this error:

java.util.NoSuchElementException
at java.util.ArrayDeque.removeFirst(ArrayDeque.java:280)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1841)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:173)
at org.postgresql.jdbc.PgConnection.executeTransactionCommand(PgConnection.java:732)
at org.postgresql.jdbc.PgConnection.commit(PgConnection.java:745)
at org.postgresql.jdbc.PgConnection.setAutoCommit(PgConnection.java:715)

Could it be a 1207 regression ? on previuos version the error never occours

Enrico Olivelli
Software Development Manager @Diennea
Tel.: (+39) 0546 066100 - Int. 925
Viale G.Marconi 30/14 - 48018 Faenza (RA)

MagNews - E-mail Marketing Solutions
http://www.magnews.it<http://www.magnews.it/>
Diennea - Digital Marketing Solutions
http://www.diennea.com<http://www.diennea.com/>

________________________________
Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email marketing! http://www.magnews.it/newsletter/

The information in this email is confidential and may be legally privileged. If you are not the intended recipient please notify the sender immediately and destroy this email. Any unauthorized, direct or indirect, disclosure, copying, storage, distribution or other use is strictly forbidden.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2016-01-13 11:15:54 Re: Error on setAutoCommit with 9.4.1207
Previous Message Vladimir Sitnikov 2016-01-13 10:44:31 Re: Fwd: [JDBC] Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102