Re: Problem with JTA/JTS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Johan Svensson <johan(dot)svensson(at)windh(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem with JTA/JTS
Date: 2002-06-14 13:27:27
Message-ID: 5729.1024061247@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Johan Svensson <johan(dot)svensson(at)windh(dot)net> writes:
> where xaCon is the "pooled connection". Doing that I still get error if
> I don't have the sleep() call between transactions. The PostgreSQL
> console still prints a lot of "DEBUG: pq_recvbuf: unexpected EOF on
> client connection" and one "FATAL 1: Sorry, too many clients already".

The unexpected-EOF messages indicate the client side cutting the
connection (and not bothering to send a terminate message first).
I agree with Dave that this must be a problem inside the
pooled-connection code --- somehow it's closing rather than recycling
connections.

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message SERFIOTIs gewrgios 2002-06-14 14:02:39 Re: Acquiring views
Previous Message Johan Svensson 2002-06-14 12:25:44 Re: Problem with JTA/JTS