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.
asked Oct 8, 2017 at 17:13
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
0
worked for me if I run PgAdmin as administrator.
Right click on the .exe file and run as administrator. It will work.
answered Mar 8, 2018 at 14:19
1
i got this error using PgAdmin 4 (v4.3) and here is what fixed it for me
- right lick on my server and
disconnect server
- reconnect by clicking expand arrow on the server.
seems my connection was stale
answered Apr 23, 2019 at 14:23
Sonic SoulSonic Soul
23.2k35 gold badges128 silver badges195 bronze badges
1
- in C:Users(your username)AppDataRoaming
delete folder pgAdmin
(AppData — is hidden folder) - run pgadmin with administrator.
Worked Fine for me
Previously it was showing Fatal error
answered Mar 8, 2019 at 12:34
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
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
rename your C:Users<your username>AppDataRoamingpgAdmin to .back and restart pgAdmin v4.6x
answered Jul 14, 2022 at 19:23
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.
asked Oct 8, 2017 at 17:13
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
0
worked for me if I run PgAdmin as administrator.
Right click on the .exe file and run as administrator. It will work.
answered Mar 8, 2018 at 14:19
1
i got this error using PgAdmin 4 (v4.3) and here is what fixed it for me
- right lick on my server and
disconnect server
- reconnect by clicking expand arrow on the server.
seems my connection was stale
answered Apr 23, 2019 at 14:23
Sonic SoulSonic Soul
23.2k35 gold badges128 silver badges195 bronze badges
1
- in C:Users(your username)AppDataRoaming
delete folder pgAdmin
(AppData — is hidden folder) - run pgadmin with administrator.
Worked Fine for me
Previously it was showing Fatal error
answered Mar 8, 2019 at 12:34
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
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
rename your C:Users<your username>AppDataRoamingpgAdmin to .back and restart pgAdmin v4.6x
answered Jul 14, 2022 at 19:23
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
- How fatal error: server could not be contacted when running pgAdmin4. ‘NoneType’ object has no attribute ‘value’ Error Occurs ?
- How To Solve fatal error: server could not be contacted when running pgAdmin4. ‘NoneType’ object has no attribute ‘value’ Error ?
- Solution 1
- Solution 2
- 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.
- 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.
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.