Re: [GENERAL] Uncable to commit: transaction marked for rollback

2010-07-02 Thread Wappler, Robert
On 2010-07-01, David Kerr wrote: > I'm intermittantly getting this error message in a java app. > using Geronimo / Hibernate / Postgres 8.3.9 > > javax.transaction.RollbackException: Unable to commit: > transaction marked for > rollback > > Can someone give me a scenario where this would happen

Re: [GENERAL] Uncable to commit: transaction marked for rollback

2010-07-01 Thread Thomas Markus
Hi, it happens fi at transaction timeout or you executed a broken/failed statement und catched the exception try { call invalid sql } catch (Exception e) {} connection.commit() <- exception throws here, happens automatically inside your appserver regards Thomas Am 01.07.2010 20:06, schrieb D

Re: [GENERAL] Uncable to commit: transaction marked for rollback

2010-07-01 Thread David Kerr
On 7/1/2010 11:10 AM, Tom Lane wrote: David Kerr writes: I'm intermittantly getting this error message in a java app. using Geronimo / Hibernate / Postgres 8.3.9 javax.transaction.RollbackException: Unable to commit: transaction marked for rollback You might have better luck asking about t

Re: [GENERAL] Uncable to commit: transaction marked for rollback

2010-07-01 Thread Tom Lane
David Kerr writes: > I'm intermittantly getting this error message in a java app. > using Geronimo / Hibernate / Postgres 8.3.9 > javax.transaction.RollbackException: Unable to commit: transaction marked for > rollback You might have better luck asking about that on pgsql-jdbc --- there's no su

[GENERAL] Uncable to commit: transaction marked for rollback

2010-07-01 Thread David Kerr
I'm intermittantly getting this error message in a java app. using Geronimo / Hibernate / Postgres 8.3.9 javax.transaction.RollbackException: Unable to commit: transaction marked for rollback Can someone give me a scenario where this would happen? "unable to commit" makes everyone immediatly go