Unable to commit: transaction marked for rollback - Mailing list pgsql-jdbc

From David Kerr
Subject Unable to commit: transaction marked for rollback
Date
Msg-id 20100701181528.GA97516@mr-paradox.net
Whole thread Raw
Responses Re: Unable to commit: transaction marked for rollback
Re: Unable to commit: transaction marked for rollback
Re: Unable to commit: transaction marked for rollback
List pgsql-jdbc
Hello!

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 to database issue. But it seems like an app
issue to me.

I was thinking that maybe it's a 2 phase commit / XA or something like that.
(TX open, phase 1 commit fails, phase 2 commit throws this error?)

I can't imagine how this would happen within a single transaction setup.

Thanks!

Dave

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: 9.0 and pg_stat_activity.application_name
Next
From: "Kevin Grittner"
Date:
Subject: Re: Unable to commit: transaction marked for rollback