Re: Server not listening - Mailing list pgadmin-support

From Julius Tuskenis
Subject Re: Server not listening
Date
Msg-id 4B137C14.4060503@nsoft.lt
Whole thread Raw
In response to Server not listening  (Tim Clark <mudiver1200@yahoo.com>)
List pgadmin-support
Hello, Clark.

It seems to me that postgres does not start... The first thing I'd do is 
to check event logs (right click on my computer -> manage, in management 
console click Event Viewer -> Application). Maybe this will help.
As I understand you have edited postresql.conf - if you made mistake 
there - that may be the problem. Please check if you are using single 
quotes for listen address ( '*' ).

Good luck using postgres :)



2009.11.29 01:27, Tim Clark rašė:
> I am new to postgresql and am having problems connecting to the server. I am wanting to run PostGIS but can't seem to
getPostregSQL to work. I just installed the latest version (8.4) on a Dell Inspiron 5150 running Windows XP Service
Pack3.  I am following the tutorial at:
 
>
> http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01
> "Getting Started With PostGIS: An almost Idiot's Guide"
>
> I started pgAdmin III and double clicked on the server "PostgreSQL 8.4(localhost:5432).  I gave my password and got
themessage:
 
>
> Server doesn't listen
> The server doesn't accept connections: the connection library reports
> could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "127.0.0.1" and
acceptingTCP/IP connections on port 5432?
 
>
> I have read a couple other threads about this problem and I think I have narrowed down my problem to the port 5432
connection. I turned off Windows firewall, and typed "ping 127.0.0.1" at the command prompt.  The ping worked.  I then
tried"telnet 127.0.0.1 5432" at the command prompt and received "could not open connection to the host, on port 5432:
Connectfailed".
 
>
> My postresql.conf file has listen address set to "*" and port set to 5432.
>
> I am a biologist, not a computer expert, and have no idea how to get port 5432 to work.  I would appreciate any help
orsuggestions you could provide.
 
>
> Thanks,
>
> Tim
>
>
>
>
> Tim Clark
> Department of Zoology
> University of Hawaii
>
>
>
>
>    


-- 
Julius Tuskenis
Programavimo skyriaus vadovas
UAB nSoft
mob. +37068233050



pgadmin-support by date:

Previous
From: Tim Clark
Date:
Subject: Server not listening
Next
From: Wolfgang Keller
Date:
Subject: postgresql_autodoc integration in PgAdmin?