pgadmin4 can't start

From: msm(dot)scaglione(at)libero(dot)it
To: "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: pgadmin4 can't start
Date: 2020-07-31 09:41:24
Message-ID: 514399208.122484.1596188485090@mail1.libero.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm working on debian buster

I installed pgadmin4-desktop following instruction:

https://www.pgadmin.org/download/pgadmin-4-apt/

from terminal

cd /usr/pgadmin4/bin
./pgadmin4

Python path: "/usr/pgadmin4/venv/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/pgadmin4/venv/lib/python3.7/site-packages"
Python Home: "/usr/pgadmin4/venv"
Webapp path: "/usr/pgadmin4/web/pgAdmin4.py"
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).
* Serving Flask app "pgadmin" (lazy loading)
* Environment: production
WARNING: Do not use the development server in a production environment.
Use a production WSGI server instead.
* Debug mode: off

and then hundreds of rows like:

Failed to connect to the server: "Connection closed" ( request URL: "http://127.0.0.1:5432/misc/ping?key=f600e8c7-9b4e-45f7-88c7-88e6fce18345" ).

What's wrong in your opinion?

Pgadmin3 works well

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message D A Rose 2020-08-05 11:36:18 How to post a question
Previous Message msm.scaglione 2020-07-31 09:17:24 Re: configuration problems with Debian and derivates [solved]