Re: XA transaction -- Linux v Windows

From: Dennis Gesker <dennis(at)gesker(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: XA transaction -- Linux v Windows
Date: 2014-07-30 21:15:10
Message-ID: CADyGkNRchAwrc6wTXZ2TZo9wQqTn+L=P-BC-L-qFy3pahAuBQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Item was commented out on both servers. Set to a big number in the conf
file on my Windows machine an now its running fine.

Thanks for the help!!

Dennis

On Wed, Jul 30, 2014 at 2:52 PM, John R Pierce <pierce(at)hogranch(dot)com> wrote:

> On 7/30/2014 1:42 PM, Dennis Gesker wrote:
>
>> I have an application running in Glassfish using the 9.3-1102 JDBC 41
>> driver against pgsql 9.3. The install on Linux (Ubuntu) is installed using
>> the default configuration. Everything runs smoothly.
>>
>> I installed pgsql 9.3 on my Windows 8.1 workstation (again default
>> install) but I get errors similar to:
>> ...
>>
>> Caused by: org.postgresql.util.PSQLException: ERROR: prepared
>> transaction with identifier "4871251_BgAAAEfR84hkcmdXb3Jrc3RhdGlvbi
>> xzZXJ2ZXIsUDEwMA==_ZHJnV29ya3N0YXRpb24sc2VydmVyLFAxMDAsAQ==" does not
>> exist
>> [snip]
>>
>
> what is max_prepared_transactions on both servers?
>
> test=# show max_prepared_transactions ;
> max_prepared_transactions
> ---------------------------
> 0
> (1 row)
>
>
> I believe 0 disables server-side prepared transactions.
>
> --
> john r pierce 37N 122W
> somewhere on the middle of the left coast
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

--
Dennis Roman Gesker <http://gesker.wordpress.com>
MBA, MS-MIS <http://katz.pitt.edu>
[image: dennis(at)gesker(dot)com] <dennis(at)gesker(dot)com>[image: Follow @Gesker on
Twitter] <https://twitter.com/gesker>[image: Follow on Facebook]
<https://www.facebook.com/gesker>[image: Follow me on LinkedIn]
<http://www.linkedin.com/in/gesker>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hannes Erven 2014-07-31 08:56:09 executeQuery() throws "Statement has been closed"
Previous Message John R Pierce 2014-07-30 20:52:38 Re: XA transaction -- Linux v Windows