Re: [ADMIN] Problems connecting to postgres using JDBC Driver.

2007-08-27 Thread Daniel Muñoz
Hi Neil. On postgresql.conf I changed the listen_address to *. Then commented the first host entry on pg_hba.conf then restarted the server. I wasnt able to log to the client on the command line (psql) because or missing or erroneos pg_hba.conf. So I added again the first host entry and restarte

Re: [ADMIN] Problems connecting to postgres using JDBC Driver.

2007-08-27 Thread Neil Peter Braggio
Check the parameter listen_addresses in the postgresql.conf file to set the correct value for you (may be '*' to test). Remove or comment the first host entry. I guess it is not a valid CIDR-ADDRESS value ;-) Restart your server and try again your java application. Neil Peter Braggio [EMAI

[ADMIN] Problems connecting to postgres using JDBC Driver.

2007-08-27 Thread Daniel Muñoz
Hello. I need your help. I have a box running Fedora Core 6. I installed the Postgres Server using yum, so i have the distributing software. Ever since i installed it im having problems connecting my java applications to the database. But first thing first: This is the error message i get when