Re: postgres- connection refuse

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: postgres- connection refuse
Date: 2003-09-09 11:47:43
Message-ID: 20030909124743.C2393@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 09/09/2003 12:08 Yang Soon Chiao wrote:
> This is my first time using postgres. Everything work fine when I use
> psql at the bin, however when I try to connect using java, I get this
> message.
>
> Connection refused. Check that the hostname and port are correct and that
> the postmaster is accepting TCP/IP connections.
>
> - It seem like I have the problem with hostname and port but I don't know
> how to tune it. (I've modify my postgresql.conf set tcpip_socket = true
> but still cannot work).

Did you restart the postmaster?

>
> - Here is how my code looks like
> conn = DriverManager.getConnection("jdbc:postgresql:mydb","", "");
>
> (I'm not connecting to any web server)
>
> Please help and thanks in advance.
>

I'm sure if an empty userid will work (I've never tried it). What does
your pg_hba.conf say? Aslo what version of postgreSQL are you using?

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nick Fankhauser 2003-09-09 12:24:57 Re: postgres- connection refuse
Previous Message Yang Soon Chiao 2003-09-09 11:08:56 postgres- connection refuse