Re: pgAdmin 4 v1.6 Released!
От | Dave Page |
---|---|
Тема | Re: pgAdmin 4 v1.6 Released! |
Дата | |
Msg-id | CA+OCxozzomxYLSjw0c_bNZWQCBJMc9iCq_tZqqDRdVo4BA977w@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: pgAdmin 4 v1.6 Released! (Pawel Hadam <hadzio@gmail.com>) |
Ответы |
Re: pgAdmin 4 v1.6 Released!
Re: pgAdmin 4 v1.6 Released! |
Список | pgadmin-hackers |
On Fri, Jul 14, 2017 at 1:58 PM, Pawel Hadam <hadzio@gmail.com> wrote:
Thank you Dave and Khushboo for advises.1) (re)moving 'pgadmin4.db' - did not help.2) I have disabled teredo - did not help.3) localhost is resolved to IPv6 address:$ ping localhostPinging ogrodowa [::1] with 32 bytes of data:Reply from ::1: time<1msReply from ::1: time<1msReply from ::1: time<1msReply from ::1: time<1ms4) I DO use IPv4 as well.5) No entries for localhost in hosts file.6) On which address/port the server should be listening?$ netstat -a | grep LISTEN | grep "127.0.0.1"TCP 127.0.0.1:3212 ogrodowa:0 LISTENINGTCP 127.0.0.1:3213 ogrodowa:0 LISTENINGTCP 127.0.0.1:4370 ogrodowa:0 LISTENINGTCP 127.0.0.1:4371 ogrodowa:0 LISTENINGTCP 127.0.0.1:4380 ogrodowa:0 LISTENINGTCP 127.0.0.1:4381 ogrodowa:0 LISTENINGTCP 127.0.0.1:5037 ogrodowa:0 LISTENINGTCP 127.0.0.1:9990 ogrodowa:0 LISTENINGTCP 127.0.0.1:30000 ogrodowa:0 LISTENINGTCP 127.0.0.1:49674 ogrodowa:0 LISTENING7) ping to 127.0.0.1 works well:$ ping 127.0.0.1Pinging 127.0.0.1 with 32 bytes of data:Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Not sure what else I need to check...
In the web/ subdirectory of the installation, you should find a file called config.py. Please create a file called config_local.py in the same directory, containing the following lines (excluding the ==== lines) :
====
from config import *
# Debug mode
DEBUG = True
# Log
CONSOLE_LOG_LEVEL = DEBUG
FILE_LOG_LEVEL = DEBUG
====
Then, try to start pgAdmin. That should create a more useful logfile in %APPDATA%\pgAdmin to share with us.
Thanks.
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
В списке pgadmin-hackers по дате отправления: