public inbox for [email protected]  
help / color / mirror / Atom feed
Pgadmin won't connect?
3+ messages / 2 participants
[nested] [flat]

* Pgadmin won't connect?
@ 2025-01-07 07:51 Kacey Armstrong <[email protected]>
  2025-01-08 11:26 ` Re: Pgadmin won't connect? Yogesh Mahajan <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Kacey Armstrong @ 2025-01-07 07:51 UTC (permalink / raw)
  To: [email protected]

I've been using pgadmin for a while to connect to my PGS server (both in
docker containers) including very recently; today however, randomly, all I
get is a rapidly spinning "wait" icon over the server when trying to
connect: (see attached screencap)

It goes on perpetually. I have made no changes in settings, and the logs
for both PGS and PGAdmin show nothing in terms of errors or issues.

I'm updated to the latest versions of both software.

Anyone have any ideas?

TIA!


Attachments:

  [video/mp4] 2025-01-07_01-32-09.mp4 (128.3K, 3-2025-01-07_01-32-09.mp4)
  download

^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Pgadmin won't connect?
  2025-01-07 07:51 Pgadmin won't connect? Kacey Armstrong <[email protected]>
@ 2025-01-08 11:26 ` Yogesh Mahajan <[email protected]>
  2025-01-13 11:20   ` Re: Pgadmin won't connect? Yogesh Mahajan <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Yogesh Mahajan @ 2025-01-08 11:26 UTC (permalink / raw)
  To: Kacey Armstrong <[email protected]>; +Cc: [email protected]

Hi,

Can you please pgadmin container logs? Also you can try restarting
container.


Thanks,
Yogesh Mahajan
EnterpriseDB


On Wed, Jan 8, 2025 at 4:03 PM Kacey Armstrong <[email protected]>
wrote:

> I've been using pgadmin for a while to connect to my PGS server (both in
> docker containers) including very recently; today however, randomly, all I
> get is a rapidly spinning "wait" icon over the server when trying to
> connect: (see attached screencap)
>
> It goes on perpetually. I have made no changes in settings, and the logs
> for both PGS and PGAdmin show nothing in terms of errors or issues.
>
> I'm updated to the latest versions of both software.
>
> Anyone have any ideas?
>
> TIA!
>
>


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Pgadmin won't connect?
  2025-01-07 07:51 Pgadmin won't connect? Kacey Armstrong <[email protected]>
  2025-01-08 11:26 ` Re: Pgadmin won't connect? Yogesh Mahajan <[email protected]>
@ 2025-01-13 11:20   ` Yogesh Mahajan <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Yogesh Mahajan @ 2025-01-13 11:20 UTC (permalink / raw)
  To: Kacey Armstrong <[email protected]>; +Cc: pgadmin-support

Hi,

Can you please add PGADMIN_CONFIG_CONSOLE_LOG_LEVEL = 10 in the
environment variables and restart the container? 503 errors because server
is not connecting.
Above settings print logs in more detail?
Can you please share docker command or docker compose file used for
starting the container.

Thanks,
Yogesh Mahajan
EnterpriseDB


On Thu, Jan 9, 2025 at 11:37 PM Kacey Armstrong <[email protected]>
wrote:

> Hi Yogesh
>
> I have this in my pgadmin logs:
>
> postfix/postlog: starting the Postfix mail system
> [2025-01-09 10:41:49 -0600] [1] [INFO] Starting gunicorn 22.0.0
> [2025-01-09 10:41:49 -0600] [1] [INFO] Listening at: http://[::]:80 (1)
> [2025-01-09 10:41:49 -0600] [1] [INFO] Using worker: gthread
> [2025-01-09 10:41:49 -0600] [88] [INFO] Booting worker with pid: 88
>
> and a TON of these being repeated:
>
> 172.31.16.1 - - [09/Jan/2025:10:41:35 -0600] "GET /browser/server/obj/2/2
> HTTP/1.1" 503 100 "https://pgadmin.domain.com/browser/"; "Mozilla/5.0
> (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
> 131.0.0.0 Safari/537.36"
> 172.31.16.1 - - [09/Jan/2025:10:41:35 -0600] "POST
> /browser/server/connect/2/2 HTTP/1.1" 503 100 "
> https://pgadmin.domain.com/browser/"; "Mozilla/5.0 (Windows NT 10.0;
> Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0
> Safari/537.36"
> 172.31.16.1 - - [09/Jan/2025:10:41:35 -0600] "POST
> /browser/master_password HTTP/1.1" 200 166 "
> https://pgadmin.domain.com/browser/"; "Mozilla/5.0 (Windows NT 10.0;
> Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0
> Safari/537.36"
> 172.31.16.1 - - [09/Jan/2025:10:42:41 -0600] "POST /misc/cleanup HTTP/1.1"
> 200 0 "https://pgadmin.domain.com/browser/"; "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0
> Safari/537.36"
> 172.31.16.1 - - [09/Jan/2025:10:47:42 -0600] "POST /misc/cleanup HTTP/1.1"
> 200 0 "https://pgadmin.domain.com/browser/"; "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0
> Safari/537.36"
>
> I'm not sure WHY I'm getting those 503 there.
>
> I'm currently on pgadmin 8.14
>
> On Wed, Jan 8, 2025 at 5:27 AM Yogesh Mahajan <
> [email protected]> wrote:
>
>>
>> Hi,
>>
>> Can you please pgadmin container logs? Also you can try restarting
>> container.
>>
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>>
>> On Wed, Jan 8, 2025 at 4:03 PM Kacey Armstrong <[email protected]>
>> wrote:
>>
>>> I've been using pgadmin for a while to connect to my PGS server (both in
>>> docker containers) including very recently; today however, randomly, all I
>>> get is a rapidly spinning "wait" icon over the server when trying to
>>> connect: (see attached screencap)
>>>
>>> It goes on perpetually. I have made no changes in settings, and the logs
>>> for both PGS and PGAdmin show nothing in terms of errors or issues.
>>>
>>> I'm updated to the latest versions of both software.
>>>
>>> Anyone have any ideas?
>>>
>>> TIA!
>>>
>>>


^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2025-01-13 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-01-07 07:51 Pgadmin won't connect? Kacey Armstrong <[email protected]>
2025-01-08 11:26 ` Yogesh Mahajan <[email protected]>
2025-01-13 11:20   ` Yogesh Mahajan <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox