PgAdmin not starting (eternal download)

I once had a Postgres database that worked with pgAdmin. I have a web service running on a WildFly server that connects to the database, and everything worked fine.

After some time (several months) I tried to open pgAdmin again and it stuck in loading ...

I uninstall postgres and pgAdmin using Revo Uninstall, then install postgres 9.6 and open pgAdmin and it stays on the boot screen forever.

Can anyone help me? [Using postgres 9.6 with pgAdmin v1.3],

In the event viewer, I saw the following error in pgAdmin:

Application name error: pgAdmin4.exe, version: 0.0.0.0, time stamp: 0x580f31f6 Invalid module name: MSVCP120.dll, version: 6.3.9600.18438, time stamp: 0x57ae642e Exception code: 0xc0000135 Error offset: 0x00000000000ecdd0 Failure process identifier: 0x1de4 Time application failure: 0x01d2a7d1566324ba Application path error: C: \ Program Files \ PostgreSQL \ 9.6 \ pgAdmin 4 \ bin \ pgAdmin4.exe Module path error: MSVCP120.dll Report ID: 984dd9d8-13c4-11e7-832d-5ce0c535006f Faulting full name Package: Error accessing the package ID of the application:

+6
source share
6 answers

Windows 7, 64 , "" pgAdmin 3 ( ), .

+3

macOS, ps aux | grep -i pgadmin ps aux | grep -i pgadmin ps aux | grep -i pgadmin ( ). kill -s TERM <process id>. killall pgAdmin4. "pgAdmin 4" .

+7

Mac. :

  • PgAdmin 3 PgAdmin4 ( )
  • → → , : Anywhere
  • PgAdmin4
+1

pgadmin:

Mac/Windows https://developer.pgadmin.org/~dpage/. , , .

0

( ). - pg_ctl, pgadmin. ! , , mysql.exe .

0

Source: https://habr.com/ru/post/1673887/


All Articles