PDA

View Full Version : HEM not starting



Teamcharlie
02-07-2011, 10:59 PM
When I start my HEM the message "The following error occured when trying to open the database:Failed to establish a connection to 127.0.0.1" After I hit ok a few times the install PostgreSQL blue screen come up. When I hit the connect button, the message can not connect comes up & asked if I would like to attempt to start the service. When I click the yes button Hem says "HEM has stared the service & Please try again." After clicking ok it goes back to the blue PostgreSQL screen.

I have installed the latest patch, How do I fix this problem?

dlognittam
02-07-2011, 11:58 PM
When I start my HEM the message "The following error occured when trying to open the database:Failed to establish a connection to 127.0.0.1" After I hit ok a few times the install PostgreSQL blue screen come up. When I hit the connect button, the message can not connect comes up & asked if I would like to attempt to start the service. When I click the yes button Hem says "HEM has stared the service & Please try again." After clicking ok it goes back to the blue PostgreSQL screen.

I have installed the latest patch, How do I fix this problem?

I'm having the exact same problem.

Patvs
02-08-2011, 02:17 AM
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


Read: FAQ - Hold'em Manager Poker Tracking Software :: Can't Connect / Failed to Start PostgreSQL (http://faq.holdemmanager.com/questions/91/Can%27tConnect%7B47%7DFailedToStartPostgreSQL)

Teamcharlie
02-11-2011, 03:00 PM
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


Read: FAQ - Hold'em Manager Poker Tracking Software :: Can't Connect / Failed to Start PostgreSQL (http://faq.holdemmanager.com/questions/91/Can%27tConnect%7B47%7DFailedToStartPostgreSQL)
Ok I tried the start and stop service & that did not work. So I uninstall-ed postgresql, when reinstalling it, during the service configuration screen, it asked for the password. I forgot/lost my old password how do I proceed with this step?

RDB
02-11-2011, 04:34 PM
http://faq.holdemmanager.com/questions/82/Password+Issues+%28PostgreSQL%29

Teamcharlie
02-18-2011, 04:56 PM
http://faq.holdemmanager.com/questions/82/Password+Issues+%28PostgreSQL%29

This has not help me, I reinstalled the postgresql and I still get the cannot connect message. How can I fix this asap?

Patvs
02-19-2011, 04:15 AM
click on Start and go to Programs -> Accessories -> Command Prompt

* If you are on Vista, rightclick and choose "Run as Administrator".


A black box should appear. Type 'net user postgres /delete' (without the quotes) and press enter.

The user is now deleted and you can (re)install PostgreSQL.