Re: "Connection refused" - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: "Connection refused"
Date
Msg-id 005301c1bb50$ae51d1a0$8201a8c0@inspiron
Whole thread Raw
In response to "Connection refused"  (Vernon Wu <vernonw@gatewaytech.com>)
Responses Re: "Connection refused"  ("Oliver Friedrich" <oliver@familie-friedrich.de>)
List pgsql-jdbc
Vernon,

Presuming you are running on linux do a netstat -nlp | grep 5432 and you
should find a listening connection on port 5432, if you don't then you
have to start postgres with the -I flag, or set the option tcpip_socket
in the postgresql.conf file to true and restart postgres.

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Vernon Wu
Sent: Thursday, February 21, 2002 5:47 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] "Connection refused"


Hi,

I am very new to PostgreSQL's jdbc. After following the installation and
configure instructure of
http://www.fankhausers.com/postgresql/jdbc/, I get an error message
"***Exception: Connection refuled. Check that
the hotname and port is correct, and that the postmaster is running with
the -i flag, which enables TCP/IP networking"
when I run the test program. What I am missed here?

Thanks in advance.

v.



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly



pgsql-jdbc by date:

Previous
From: Vernon Wu
Date:
Subject: "Connection refused"
Next
From: Paulo Delgado
Date:
Subject: Re: "Connection refused"