Re: [INTERFACES] JDBC Connection refused - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] JDBC Connection refused
Date
Msg-id Pine.LNX.3.96.980928192101.495B-100000@maidast.retep.org.uk
Whole thread Raw
In response to JDBC Connection refused  (Richard Heller <rheller@prime.cs.ohiou.edu>)
List pgsql-interfaces
On Sun, 27 Sep 1998, Richard Heller wrote:

> Hi,
>
> I created a database using createdb and it got created correctly.
> However, I'm having trouble connecting to it with JDBC.  I named the
> database "mydb" and the url I'm using in JDBC to connect is
> "jdbc:postgresql:mydb".  I'm getting
>
> java.sql.SQLException: Connection failed: java.net.ConnectException:
> Connection refused
>
> at runtime.  What causes this and how do I fix it?

Connection refused is always caused by running postmaster without -i

--
       Peter T Mount peter@retep.org.uk
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


pgsql-interfaces by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [INTERFACES] Creating a database with JDBC
Next
From: "Cary B. O'Brien"
Date:
Subject: Re: [INTERFACES] Creating a database with JDBC