Re: Connect is not available, request timeout after 30000ms.

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Pawan Sharma <pawanpg0963(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Connect is not available, request timeout after 30000ms.
Date: 2019-06-25 13:55:20
Message-ID: c4cd6ce0-f5a9-aaf2-2cd5-f602860e1d30@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/25/19 6:49 AM, Pawan Sharma wrote:
> Hi All,
>
>
> I have upgarded my PostgreSQL database from 10 to 11 version using
> pg_dump method.
>
> That database is used by two apps.
>
> 1. A   (most of the transaction are SELECT AND INSERT)
> 2. B   ( most of the transaction UPDATE AND DELETE)
>
> After the upgarde I am facing *error:connection is not available,
> request timeout after 3000ms* with app B whereas app A is working fine
> with same database..

Can the app connect at all?

What is the app doing when it gets the error?

Where is the error message appearing?

Are there other error messages befor eor afterthe above?

>
> I have upgarded my JDBC driver with lastest driver to fix this issue but
> no luck.
>
>
> Thanks for advance help.
>
>
> Regards,
> Pawan
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pawan Sharma 2019-06-25 14:06:16 Re: Connect is not available, request timeout after 30000ms.
Previous Message Pawan Sharma 2019-06-25 13:49:01 Connect is not available, request timeout after 30000ms.