PDA

View Full Version : failed to etablished connection "127.0.0.1"



trogg
05-15-2011, 03:11 PM
ive tried rebooting, deleting then re installing, nothing seems to work, anyone have any ideas?

philliivey
05-15-2011, 06:09 PM
Same here! I am waiting for support to see if we can set up a teamviewer session, I have tried everything that it says to do and I prob have done more damage then good to my laptop and maybe even lost my whole database, I am not sure.

For some reason postgre refuses to start.

Patvs
05-16-2011, 03:53 AM
If you already had PostgreSQL installed before (and it was running before):

This is usually a firewall or windows update issue.

First try to reboot.

If no help, try this:

Start > Programs > PostgreSQL > 8.x > Stop Service

Start > Programs > PostgreSQL > 8.x > Start Service

If that doesnt help delete the \postgresql\8.x\data\postmaster.pid file, if you see it. And reboot.


If that doesn't help you will have to reinstall PostgreSQL completely


---


If you're installing HoldemManager/PostgreSQL with a new installation.
The secondary logon service is a standard windows service which is available on every windows computer. In the latest versions it is not started automatically. You need to start it via control panel > administrative tools > services. Starting it once should insure it works in the future also.

And try to install it again.
If that fails, download and install the manual installer from PostgreSQL: The world's most advanced open source database (http://www.postgresql.org) (try 8.4.8) and let us know which error you get during the installation using that installer.