problem in pg_hba.conf file

From: "Irfan Qaiser" <irfan(at)appsys(dot)com(dot)pk>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: problem in pg_hba.conf file
Date: 2000-06-30 06:55:27
Message-ID: 001701bfe260$38d82390$0300a8c0@jungle
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I m getting the following error message when i try to get a connection through a jsp file.

"Something unusual has occured to cause the driver to fail. Please report this exception: java.sql.SQLException: No pg_hba.conf entry for host 161.58.235.51, user ticket, database theatick "

where '161.58.235.51' is the ip address of my server and theatick is the database name and tikcet is the user Id for that database

whereas pg_hpa.conf file contain two (by default) entries

local all trust
host all 127.0.0.1 255.255.255.255 trust

is there anything else required in pg_hba.conf or what ????

Irfan Qaiser

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anatoly K. Lasareff 2000-06-30 07:10:43 Re: problem in pg_hba.conf file
Previous Message Peter Eisentraut 2000-06-29 15:37:03 Re: Mergin a old dir with current system