Postgresql fatal error

A couple of days before I have installed on my PC with Windows 7 Professional new version of PgAdmin (version 4). It worked fine, but today it loads slowly and then information window appears with ...

A couple of days before I have installed on my PC with Windows 7 Professional new version of PgAdmin (version 4). It worked fine, but today it loads slowly and then information window appears with text: «PgAdmin fatal error. The appllication server could not be contacted.». I restarted windows, but it doesn’t help. Is there any solution of this problem? Thanks.

a_horse_with_no_name's user avatar

asked Oct 8, 2017 at 17:13

Dionisius1976's user avatar

6

I had the same issue. Try right clicking the PgAdmin icon and clicking «Run as administrator». Worked for me.

answered Nov 15, 2017 at 9:58

Ray Jowa's user avatar

0

worked for me if I run PgAdmin as administrator.

Right click on the .exe file and run as administrator. It will work.

Stephen Kennedy's user avatar

answered Mar 8, 2018 at 14:19

sudhanshu kumar sinha's user avatar

1

i got this error using PgAdmin 4 (v4.3) and here is what fixed it for me

  1. right lick on my server and disconnect server
  2. reconnect by clicking expand arrow on the server.

seems my connection was stale

answered Apr 23, 2019 at 14:23

Sonic Soul's user avatar

Sonic SoulSonic Soul

23.2k35 gold badges128 silver badges195 bronze badges

1

  1. in C:Users(your username)AppDataRoaming
    delete folder pgAdmin
    (AppData — is hidden folder)
  2. run pgadmin with administrator.

Worked Fine for me
Previously it was showing Fatal error

SayedMaheen's user avatar

answered Mar 8, 2019 at 12:34

Irakli dd's user avatar

I had to reinstall it, as Steve suggested in comments. Then it started working again.

It’s probably best to start with Ray Jowa’s solution — try right clicking the PgAdmin icon and clicking «Run as administrator».

answered Jun 5, 2018 at 18:38

NessBird's user avatar

NessBirdNessBird

6951 gold badge6 silver badges15 bronze badges

This was odd, my PATH variable which had the python interpreter in it was somehow a factor, I do not completely understand though, right after I removed it everything worked, I will look further into it but so far I think that if you have python interpreter it might be the one causing the issue.

answered Sep 7, 2018 at 7:18

omar A.R's user avatar

rename your C:Users<your username>AppDataRoamingpgAdmin to .back and restart pgAdmin v4.6x

answered Jul 14, 2022 at 19:23

Keith Klingeman's user avatar

A couple of days before I have installed on my PC with Windows 7 Professional new version of PgAdmin (version 4). It worked fine, but today it loads slowly and then information window appears with text: «PgAdmin fatal error. The appllication server could not be contacted.». I restarted windows, but it doesn’t help. Is there any solution of this problem? Thanks.

a_horse_with_no_name's user avatar

asked Oct 8, 2017 at 17:13

Dionisius1976's user avatar

6

I had the same issue. Try right clicking the PgAdmin icon and clicking «Run as administrator». Worked for me.

answered Nov 15, 2017 at 9:58

Ray Jowa's user avatar

0

worked for me if I run PgAdmin as administrator.

Right click on the .exe file and run as administrator. It will work.

Stephen Kennedy's user avatar

answered Mar 8, 2018 at 14:19

sudhanshu kumar sinha's user avatar

1

i got this error using PgAdmin 4 (v4.3) and here is what fixed it for me

  1. right lick on my server and disconnect server
  2. reconnect by clicking expand arrow on the server.

seems my connection was stale

answered Apr 23, 2019 at 14:23

Sonic Soul's user avatar

Sonic SoulSonic Soul

23.2k35 gold badges128 silver badges195 bronze badges

1

  1. in C:Users(your username)AppDataRoaming
    delete folder pgAdmin
    (AppData — is hidden folder)
  2. run pgadmin with administrator.

Worked Fine for me
Previously it was showing Fatal error

SayedMaheen's user avatar

answered Mar 8, 2019 at 12:34

Irakli dd's user avatar

I had to reinstall it, as Steve suggested in comments. Then it started working again.

It’s probably best to start with Ray Jowa’s solution — try right clicking the PgAdmin icon and clicking «Run as administrator».

answered Jun 5, 2018 at 18:38

NessBird's user avatar

NessBirdNessBird

6951 gold badge6 silver badges15 bronze badges

This was odd, my PATH variable which had the python interpreter in it was somehow a factor, I do not completely understand though, right after I removed it everything worked, I will look further into it but so far I think that if you have python interpreter it might be the one causing the issue.

answered Sep 7, 2018 at 7:18

omar A.R's user avatar

rename your C:Users<your username>AppDataRoamingpgAdmin to .back and restart pgAdmin v4.6x

answered Jul 14, 2022 at 19:23

Keith Klingeman's user avatar

Hello Guys, How are you all? Hope You all Are Fine. Today I have fresh installed postgresql pgAdmin4 in my windows PC When I run pgAdmin 4 I get a “fatal error: server could not be contacted” in postgresql. So Here I am Explain to you all the possible solutions here.

Without Wasting your time, Lets start This Article to Solve This Error.

Contents

  1. How fatal error: server could not be contacted when running pgAdmin4. ‘NoneType’ object has no attribute ‘value’ Error Occurs ?
  2. How To Solve fatal error: server could not be contacted when running pgAdmin4. ‘NoneType’ object has no attribute ‘value’ Error ?
  3. Solution 1
  4. Solution 2
  5. Summery

Today I have fresh installed postgresql pgAdmin4 in my windows PC When I run pgAdmin 4 I get a “fatal error: server could not be contacted” in postgresql

Traceback (most recent call last):
  File "C:Program FilesPostgreSQL13pgAdmin 4webpgAdmin4.py", line 98, in <module>
    app = create_app()
  File "C:Program FilesPostgreSQL13pgAdmin 4webpgadmin__init__.py", line 347, in create_app
    if not os.path.exists(SQLITE_PATH) or get_version() == -1:
  File "C:Program FilesPostgreSQL13pgAdmin 4webpgadminsetupdb_version.py", line 19, in get_version
    return version.value
AttributeError: 'NoneType' object has no attribute 'value'

How To Solve fatal error: server could not be contacted when running pgAdmin4. ‘NoneType’ object has no attribute ‘value’ Error ?

Question: How To Solve fatal error: server could not be contacted when running pgAdmin4. ‘NoneType’ object has no attribute ‘value’ Error ?
Answer: I found one of the Temporary solution you can run “pgAdmin 4” app using python. First of all delete C:UsersusernameAppDataRoamingpgadmin. Open terminal. Run C:Program FilesPostgreSQL12pgAdmin 4webpgAdmin4.py file using python Run as administrator the “pgAdmin 4” app from the windows menu and it will work as expected.

Solution 1

This is pgAdmin Bug. It appears this is a widespread bug that has been reported on the pgAdmin bug list. The standalone pgAdmin can be installed without the same issues from pgadmin.org/download.

Solution 2

I found one of the Temporary solution you can run “pgAdmin 4” app using python.

  1. First of all delete C:UsersusernameAppDataRoamingpgadmin.
  2. Open terminal.
  3. Run C:Program FilesPostgreSQL12pgAdmin 4webpgAdmin4.py file using python
  4. Run as administrator the “pgAdmin 4” app from the windows menu and it will work as expected.

Summery

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also Read

  • SyntaxError: invalid syntax to repo init in the AOSP code.

Понравилась статья? Поделить с друзьями:
  • Postgresql error status 1060
  • Postgresql error running icacls
  • Power query error функции
  • Postgresql error role does not exist
  • Postgresql error permission denied to create database