prepared transaction with identifier "1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" does not exist - Mailing list pgsql-jdbc

From Ashish Jain
Subject prepared transaction with identifier "1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" does not exist
Date
Msg-id 14af40510906160310s49a7b7acq3f250e03b6949e46@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Hi Folks,

I have hit another error while commiting the transaction on to the database. Here is the error

javax.transaction.xa.XAException: org.postgresql.util.PSQLException: ERROR: prepared transaction with identifier "1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" does not exist
    at org.postgresql.xa.PGXAConnection.commitPrepared(PGXAConnection.java:446)
    at org.postgresql.xa.PGXAConnection.commit(PGXAConnection.java:373)


I googled and found that it can be a problem with drivers as well.

I am using Java6 and postgresql 8.3.5.
Is there any specific driver configuration required for this combination???

Thanks
Ashish

pgsql-jdbc by date:

Previous
From: Ashish Jain
Date:
Subject: Re: Bad value for type BigDecimal : Y
Next
From: Dennis Brakhane
Date:
Subject: Re: prepared transaction with identifier "1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" does not ex