Connecting via postgresql jdbc

From: Bruce Hyatt <brucejhyatt(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Connecting via postgresql jdbc
Date: 2008-12-12 02:31:21
Message-ID: 858033.32126.qm@web34401.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have not been able to connect to postgresql via postgresql jdbc. The problem is not with postgresql jdbc because tcpdump on the postgresql host shows that the connection is getting through.

The message I get from the java app is that the connection is refused. The username passed by DriverManager.getConnection works from psql on the postgresql host. I'm sure I know the password for this user and tried using a null string for the password too with the same result.

I'm running the java app on windows xp pro connecting to postgresql 8.3.5 on centos 4.7 via postgresql-8.3-604.jdbc4 on an private network. The hosts files are configured correctly. The postgresql.conf file has listen_addresses = '*'. Pg_hba.conf IPv4 local connections is:
host all all 192.168.1.0/24 MD5

TIA,
Bruce Hyatt

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Damian Carey 2008-12-12 02:52:51 Re: Connecting via postgresql jdbc
Previous Message Mag Gam 2008-12-12 01:09:32 tuning question