Обсуждение: BUG #5764: installation error (incomplete process)

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

BUG #5764: installation error (incomplete process)

От
"abraham camacho"
Дата:
The following bug has been logged online:

Bug reference:      5764
Logged by:          abraham camacho
Email address:      abrahamc@cantv.net
PostgreSQL version: 8.0.0
Operating system:   Windows 7
Description:        installation error (incomplete process)
Details:

I am receiving the next 2 messages when I try to install the MoteView
Software that includes PstgreSQL V8.0:

FAILED TO CONNECT TO THE DATABASE. CONTRIB FILES ARE INSTALLED, BUT ARE NOT
ACTIVATED IN ANY DATABASES

COULD NOT CONNECT TO SERVER: CONNECTION REFUSED (0X0000274D/10061) IS THE
SERVER RUNNING ON HOST "127.0.0.1" AND ACCEPTING TCP/IP CONNECTIONS ON PORT
5432?

I have deactivated the mcafee firewall in my PC but still it doesnot work.

I will appreciate your support and orientation with this issue.

Sincerely

Re: BUG #5764: installation error (incomplete process)

От
"Kevin Grittner"
Дата:
"abraham camacho" <abrahamc@cantv.net> wrote:

> PostgreSQL version: 8.0.0

Yikes.  That was released almost six years ago and went out of
support last month.  There are 26 maintenance releases since that
"dot 0" release to fix bugs and security problems.

http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy

http://www.postgresql.org/support/versioning

http://www.postgresql.org/docs/8.0/static/release.html

> I am receiving the next 2 messages when I try to install the
> MoteView Software that includes PstgreSQL V8.0:

This, however, doesn't sound likely to be a PostgreSQL bug (even one
of the hundreds fixed in 8.0.26).  It is more likely a problem in
the installation procedure provided by MoteView.  You might want to
contact them first.

> I have deactivated the mcafee firewall in my PC but still it
> doesnot work.

Sometimes a firewall causes problems unless it is actually
uninstalled.  "Deactivating" them often leaves quite a bit of
intrusive code running.

-Kevin