PDA

View Full Version : 127.0.0.1 Error



onecasanova
05-21-2011, 12:00 AM
I know there is a FAQ for this, but the solution on the FAQ does not seem to work for me.

http://img191.imageshack.us/img191/6885/capturegky.png (http://imageshack.us/photo/my-images/191/capturegky.png/)

I continue to get the error. After I get that error I get this:

http://img59.imageshack.us/img59/3338/capture1sr.png (http://imageshack.us/photo/my-images/59/capture1sr.png/)

I click yes and get a new dialog box saying sorry it could not start the service. I then go to postgre in the start menu and stop service, then start service and get no change in the result and continue to get the 127 error.

Help?

Patvs
05-21-2011, 05:22 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

onecasanova
05-22-2011, 01:13 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

I've tried the stop and start service, it does not help. Where would I find the \postgresql\8.x\data\postmaster.pid at? And assuming that does not work I would need to uninstall and then reinstall postgresql completely?

Thanks.

Patvs
05-22-2011, 02:36 PM
C:/Program Files (x86)/PostgreSQL/8.4/data folder



You don't have to uninstall PostgreSQL.
Just install it again with the installer from PostgreSQL: The world's most advanced open source database (http://www.postgresql.org)

onecasanova
05-22-2011, 02:59 PM
Problem solved, thanks.

Can I delete postgreSQL 8.4 from my computer now with out losing the data stored while I was using it? I have already imported the HH's into holdem manager and am now using postgre 9.1.

fozzy71
05-22-2011, 06:30 PM
Yes, if you exported/backed-up what you could from 8.4 before using 9.1, you can uninstall and then delete the remaining
\8.4\data folder.

onecasanova
05-22-2011, 09:17 PM
Thanks you two.

vegito
05-23-2011, 04:57 PM
Sorry computer skills suck and english is not first language.

Same exact problem.
I go to that link and download new postgre.
It ask to enter my password. I try the standard dbpass and postgrespass but doesnt work even though when I open up my HEM it shows my password right there as shown in the following screenshot. it says i can click next to set pw up but I can't.

what now? :\

-also, I haven't installed anything or updated anything in windows from when I last used HEM.. :\

thanks for your help

Patvs
05-23-2011, 05:39 PM
If it doesn't accept 'postgrespass' delete the postgres user first:

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.

vegito
05-23-2011, 06:06 PM
If it doesn't accept 'postgrespass' delete the postgres user first:

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.

Thanks worked but I can't get passed the next problem.
installed, restarted, and tried to open hem to get the following error.

Patvs
05-23-2011, 06:08 PM
Please update to the latest version - http://www.holdemmanager.com/Downloads/HmUpdate.exe




Uninstall SQL 9.1 alpha.
Either install 9.0.x or 8.4.x

Next open dbcontrolpanel.exe (in the HoldemManager folder)
create a new database--> set it as default--> start HoldemManager

fozzy71
05-24-2011, 09:03 AM
The error at the bottom of your image is a benign error because the config file expects a database to be created and named accordingly, but it does not exist for some reason. Simply click OK and then click Connect on the Database Control Panel. Create a New Database if one doesn't exist, or select your existing HM database as Default, and Start Holdem Manager.