Обсуждение: PostgreSQL 8.1 Error: Server doesn't listen

Поиск
Список
Период
Сортировка

PostgreSQL 8.1 Error: Server doesn't listen

От
Brian Wiitanen
Дата:

Hello Support Team,

                                      I am trying to connect to my Database server using pgAdmin3 and I am receiving the following error:

 

 

Server doesn’t listen

 

The server doesn’t accept the connection library reports

 

Could not connect to the server: Connection refused (0x0000274D/10061) Is the server running on host “127.0.0.1” and accepting TCP/IP connections on port 5432?

 

I made sure that the firewalls are turned off and there are no anti-virus software.  I am also able to ping 127.0.0.1, and I even tried reinstalling PostgreSQL 8.1 and I keep getting the same error.  I am all out of ideas.  Could you please point me in the right direction?   I included my configuration files.

cid:031574319@15022011-2D83

Brian Wiitanen___________________
Support Specialist

National Information Solutions Cooperative
One Innovation Circle
Lake St. Louis, MO 63367
+ Email: brian.wiitanen@nisc.coop
( Phone: 866.WWW.NISC (866.999.6472)

 

 

Вложения

Re: PostgreSQL 8.1 Error: Server doesn't listen

От
Raymond O'Donnell
Дата:
On 26/03/2012 22:34, Brian Wiitanen wrote:
> Hello Support Team,
> 
>                                       I am trying to connect to my
> Database server using pgAdmin3 and I am receiving the following error:
> 
> *Server doesn’t listen*
> 
> * *
> 
> *The server doesn’t accept the connection library reports*
> 
> * *
> 
> *Could not connect to the server: Connection refused (0x0000274D/10061)
> Is the server running on host “127.0.0.1” and accepting TCP/IP
> connections on port 5432?*
> 
> I made sure that the firewalls are turned off and there are no
> anti-virus software.  I am also able to ping 127.0.0.1, and I even tried
> reinstalling PostgreSQL 8.1 and I keep getting the same error.  I am all
> out of ideas.  Could you please point me in the right direction?   I
> included my configuration files.

Are you sure that server is actually running?

What platform(s) are you on?

You should know also that 8.1 is a VERY old version of PostgreSQL, and
is no longer supported, meaning that it no longer gets bug fixes.

Ray.



-- 
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


Re: PostgreSQL 8.1 Error: Server doesn't listen

От
Raymond O'Donnell
Дата:
On 26/03/2012 23:05, Brian Wiitanen wrote:
> Thank you for responding Ray.  Yes, and I am using Microsoft Windows
> Server 2003 Service Pack 2.  We use PostgreSQL for our old mapping
> software and we have never used anything higher than 8.1  I will try
> to d/l the latest version and see if I can get it working.


Hello Brian,

[please keep replies on-list]

That's a good idea, though it's unlikely to solve your immediate problem
with the connection; and in fact you may find that the newer versions
won't work at all with old software, due to various changes along the
way (there have been five major versions since 8.1); certain automatic
casts have been removed, for example.

I'm no expert, but the message you got means that the client - pgAdmin
in your case - could not make any sort of connection to a Postgres
server on port 5432. If it was connecting but not able to authenticate,
or maybe the host was blocked by a rule in pg_hba.conf, you'd get
different errors.

Your postgres.conf looks OK to me - it's telling PG to listen on port
5432 on all available interfaces. Did you restart PG after making any
changes to this file?

The next thing to check would be any firewall, but you've already turned
that off.

I know I asked already, but did you double-check that the PostgreSQL
service is actually started?

Also, would you by any chance have more than one installation of PG on
that machine? - if so, you might be trying to connect to one that isn't
started. They'll be on different ports.

I don't know what else to suggest, but that's the area to investigate
anyway...

Ray.

-- 
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie