Re: BUG #2025: i can conect to the server

From: Richard Huxton <dev(at)archonet(dot)com>
To: edgar garcia <edgar_gl(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2025: i can conect to the server
Date: 2005-11-08 13:09:41
Message-ID: 4370A395.10503@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

edgar garcia wrote:
> Bug reference: 2025
> Operating system: Windows xp
> Description: i can conect to the server

> when try to connect with tiny application, show a error connection.
> Are ther some ficxes to connect.
> I selected :
> Port port 5443

You mean 5432 here don't you?

> host localhost
> And the error is :
> could not connect to server. Connection Refused
> The server run in the same machine.

It's one of:
1. Your server is not running on that machine.
2. It isn't listening on the port you have given.
3. A firewall or similar is blocking access to it.
4. Your application isn't connecting to the right port etc.

For each:
1. Check your services - is PG running?
2. Check your postgresql.conf - what does it say about ports/interfaces?
3. Check your system/firewall logs
4. Try connecting from psql/pgadmin.

Once you have done this, post a question to the general or novice
mailing lists - this is unlikely to be a bug in PostgreSQL.
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-08 13:10:37 Re: BUG #2023: Assertion Failure: File: "slru.c", Line: 309
Previous Message acvolcano 2005-11-08 10:41:13 a problem, maybe not a bug