Re: org.postgresql.util.PSQLException: ERROR: current transaction

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Senthoorkumaran Punniamoorthy <senthoor(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: org.postgresql.util.PSQLException: ERROR: current transaction
Date: 2005-07-19 12:16:24
Message-ID: 42DCEF18.5070603@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Senthoorkumaran Punniamoorthy wrote:

> 2005-07-19 12:14:54,506 DEBUG
> [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.UserDeviceEntityBean#findAllByUser]
> Executing SQL: SELECT t0_o.userId, t0_o.deviceId FROM rcp_user_device
> t0_o WHERE (t0_o.userId = ?)
> 2005-07-19 12:14:54,509 ERROR
> [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.UserDeviceEntityBean#findAllByUser]
> Find failed
> org.postgresql.util.PSQLException: ERROR: current transaction is
> aborted, commands ignored until end of transaction block

This means that a *previous* query in the same transaction has failed.
Check for errors caused by an earlier query.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-07-19 12:19:08 Re: Timestamp Conversion Woes Redux
Previous Message im i 2005-07-19 11:25:36 Re: newbie question to setTimestamp( int parameterIndex, Timestamp x, Calendar cal)