prepared transaction with identifier "1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" does not exist
- From: Ashish Jain <ashjain2(at)gmail(dot)com>
- To: pgsql-jdbc(at)postgresql(dot)org
- Subject: prepared transaction with identifier "1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==" does not exist
- Date: Tue, 16 Jun 2009 15:40:16 +0530
- Message-id: <14af40510906160310s49a7b7acq3f250e03b6949e46@mail.gmail.com> <text/plain>
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
Home |
Main Index |
Thread Index