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 <tichondriusg...@gmail.com> 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 < > yogesh.maha...@enterprisedb.com> 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 <tichondriusg...@gmail.com> >> 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! >>> >>>