connection time out

From: Bakos Sandor <dr_saca(at)freemail(dot)hu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: connection time out
Date: 2006-05-17 15:13:53
Message-ID: 446B3DB1.40109@freemail.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi All!

I have a linux clinet which connect to the remote posgtresql on a linux
too with a java GUI application.
This application read an write the database when a blockout occurs. In
this situation the java application
leave many connection in the postgresql (about 30). When the client is
restarting and try to connect to the database I get an
exception:

Caused by: java.net.ConnectException: Connection timed out

but the max connection in the server is 200. From the console I can
create many connection to the server (psql) just the java can't.

Someone have an idea ?

(postgresql 8, java 1.5)

Thx.
Saca

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jim C. Nasby 2006-05-17 19:00:01 Re: [PERFORM] Performance incorporate with JReport
Previous Message EBIHARA, Yuichiro 2006-05-17 14:36:59 Re: how to handle data containing '\0'