Re: Cannot see the start server Icon

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Mamatha_Kagathi_Chan(at)dell(dot)com
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Cannot see the start server Icon
Date: 2011-07-11 14:00:20
Message-ID: CA+OCxoxOOUGh2b5eSqj0_vT_ZE0mTo7zfxU7yA6TM7Fdm3_=9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

You seem to have gained a carriage return in your pg_hba.conf file. Please
remove it, so the md5 method is back on the end of the first host line:

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# IPv4 local connections:
host all all 127.0.0.1/3 md5

# IPv6 local connections:
host all all ::1/128 md5

On Mon, Jul 11, 2011 at 2:52 PM, <Mamatha_Kagathi_Chan(at)dell(dot)com> wrote:

> ******
>
> Hi Dave,****
>
> ** **
>
> I am pasting the content of the error window as mentioned below. I am
> attachin the log as found in Pg_log and I have also mentioned the messages
> as found in event log.****
>
> ** **
>
> ---------------------------****
>
> Error****
>
> ---------------------------****
>
> An error occured checking the catalog:****
>
> ** **
>
> Host not found****
>
> ** **
>
> Hint:Please check internet connection or proxy server configurations. ****
>
> ---------------------------****
>
> OK ****
>
> ---------------------------****
>
> ** **
>
> EVENT LOG (repetitively)****
>
> ** **
>
> Timed out waiting for server startup****
>
> Waiting for server startup...****
>
> ** **
>
> ** **
>
> Thanks,****
>
> Mamatha****
> ------------------------------
>
> *From:* Dave Page [mailto:dpage(at)pgadmin(dot)org]
> *Sent:* Monday, July 11, 2011 6:30 PM
>
> *To:* Chan, Mamatha Kagathi
> *Cc:* **pgadmin-support(at)postgresql(dot)org**
> *Subject:* Re: [pgadmin-support] Cannot see the start server Icon
> ****
>
> ** **
>
> Hi,****
>
> ** **
>
> Your second screenshot is just black, so I can't see the error. Can you
> please check the logs (event log, and in $PGDATA/pg_log) for errors, and
> send a readable version of the screenshot?****
>
> ** **
>
> Thanks.****
>
> On Mon, Jul 11, 2011 at 1:37 PM, <Mamatha_Kagathi_Chan(at)dell(dot)com> wrote:***
> *
>
> Hi Dave,****
>
> ****
>
> Due to some technical issue I was not able to download the 9.0.4 version
> successfully. Hence I Uninstalled and reinstalled the 9.0.2 version. After
> completing the installation I was able to see the service and I no more get
> the error while starting the service and each time Postmaster.OPTS file is
> being generated. However, I am still not able to start the server and I get
> the following message. I also get the error in the second screen shot every
> now and then. I feel there is some connectivity issue with postgres alone.
> Hence I am attaching the pg_hba file with this mail. Please let me know if
> you can help me here.****
>
> ****
>
> ****
>
> ****
>
> ****
>
> ****
>
> Thanks,****
>
> Mamatha ****
> ------------------------------
>
> *From:* Dave Page [mailto:dpage(at)pgadmin(dot)org]
> *Sent:* Friday, July 08, 2011 5:59 PM****
>
>
> *To:* Chan, Mamatha Kagathi
> *Cc:* pgadmin-support(at)postgresql(dot)org
> *Subject:* Re: [pgadmin-support] Cannot see the start server Icon****
>
> ****
>
> ****
>
> On Fri, Jul 8, 2011 at 1:23 PM, <Mamatha_Kagathi_Chan(at)dell(dot)com> wrote:****
>
> Hi Dave,****
>
> ****
>
> After rebooting the system (twice) I still do not see the service and get
> the same message. I am pasting the screenshot of the service manager, I see
> only scheduler services.****
>
> ****
>
> I'm not sure what's happened in that case. Please download
> http://www.enterprisedb.com/postgresql-904-installers-win32 (that's the PG
> 9.0.4 installer) and run it. It should upgrade/reinstall the Postgres Plus
> Standard Server database component. ****
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB ****UK****: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company****
>
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB ****UK****: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company****
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Ashesh Vashi 2011-07-11 14:22:43 Re: Request
Previous Message Guillaume Lelarge 2011-07-11 13:59:11 Re: Request