Re: Problem connecting to postmaster

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Glenn Sullivan <glenn(dot)sullivan(at)varianinc(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem connecting to postmaster
Date: 2005-03-22 01:02:30
Message-ID: 87eke88pcp.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Glenn Sullivan <glenn(dot)sullivan(at)varianinc(dot)com> writes:

> Hi,
>
> I have installed native postgresql8.0.1 on a PC running Windows XP
> professional.
> I am having trouble connecting to it from my application. The application
> is a combination of java and C++ which was developed on Sun Solaris (Unix).
> Thus on the PC, I have installed Microsoft Interix (Service For Unix) on
> the PC to run the application. I don't know if this is the problem or not,
> but I am thus trying to connect to the DB running native from an application
> running from Interix. Does anyone know if this is inherently a problem?

Have you tried writing a small standalone Java application to test
connecting to the database? That would take Interix out of the
equation.

> My java code connects to the DB using
> DriverManager.getConnection("jdbc:postgresql://gandalf:5432/mydb",
> user, passwd);
>
> I get a PSQLException with a null message when this is executed.
>
> I start up the postmaster with -i to allow TCP/IP connections.
> I set Windows Firewall to "off"

Does "netstat" show the Postgres server listening on 5432? Have you
tried using "localhost" instead of "gandalf" in the JDBC URL?

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Qingqing Zhou 2005-03-22 01:27:42 Re: Tracking row updates
Previous Message sales@qlrmanager.com 2005-03-22 00:59:55 Looking for persons interested in a Beta version of a PostgreSQL reporting tool