Re: Postgres service refuses to start on windows

From: Michael Swierczek <mike(dot)swierczek(at)gmail(dot)com>
To: Roman Isitua <romanisitua(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Postgres service refuses to start on windows
Date: 2011-06-20 13:08:25
Message-ID: BANLkTi=2DVn98fZW7WkVQ-2Sro1JZ31spg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, Jun 20, 2011 at 2:39 AM, Roman Isitua <romanisitua(at)yahoo(dot)com> wrote:

> hello !
>
> I having an issue with my postgres database installed on a windows xp. For
> some reason, I can no longer start the postgres service through pgadmin or
> the services window. I get the following error:
> Error 1053: The service did not respond to the start or control request in
> a timely fashion.
>
> Any ideas ?
>
> Roman.
>

Sometimes the PostgreSQL logs for the current day have useful error
messages. If you did a regular install, they're probably in "C:\Program
Files\PostgreSQL\(your version - probably 8.3, 8.4, or 9.0)\data\pg_log".
You may be able to figure out what is broken from that. If you can't
decipher the message and can't find anything on a web search, post it here
and I'm sure someone will know what is going on. Good luck.

-Mike

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma 2011-06-20 19:09:16 Re: Postgres service refuses to start on windows
Previous Message Roman Isitua 2011-06-20 06:39:28 Postgres service refuses to start on windows