Re: Unable to commit: transaction marked for rollback

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Unable to commit: transaction marked for rollback
Дата
Msg-id 4C2D7C97.8010908@opencloud.com
обсуждение исходный текст
Ответ на Unable to commit: transaction marked for rollback  (David Kerr <dmk@mr-paradox.net>)
Список pgsql-jdbc
David Kerr wrote:
> 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

This looks like a JTA exception not a JDBC exception.

i.e. something has marked the TM-managed transaction for rollback via
Transaction.setRollbackOnly()

This can happen for all sorts of reasons, from an explicit request from
your application, through to container handling of an unexpected
exception from an EJB, etc.

-O

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: a problem with getting correct info about table's privileges
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: 9.0 and pg_stat_activity.application_name