pgadmin 4 v 1.5.2 not starting in windows 8.1 - pgadmin-4

I had installed pgadmin 4 - v1.5.2 on system with Windows 8.1 Enterprise 64bit Os. When I start pgadmin it's stuck with message - "Loading pgAdmin4 v1.5...". To troubleshoot I had made below changes to config_local.py.
Disable upgrade
Enable debug mode.
Set SERVER_MODE = False
Please find the last few lines of the logs and attached screenshot.
2017-06-21 14:44:24,789: INFO werkzeug: 127.0.0.1 - - [21/Jun/2017
14:44:24] "GET /browser/server/static/js/variable.js HTTP/1.1" 200 -
2017-06-21 14:44:25,585: INFO werkzeug: 127.0.0.1 - - [21/Jun/2017
14:44:25] "GET /preferences/preferences/browser/show_node_schema
HTTP/1.1" 200 - 2017-06-21 14:44:26,296: INFO werkzeug: 127.0.0.1 - -
[21/Jun/2017 14:44:26] "GET
/preferences/preferences/browser/show_node_sequence HTTP/1.1" 200 -
2017-06-21 14:44:27,015: INFO werkzeug: 127.0.0.1 - - [21/Jun/2017
14:44:27] "GET /preferences/preferences/browser/show_node_view
HTTP/1.1" 200 - 2017-06-21 14:44:27,737: INFO werkzeug: 127.0.0.1 - -
[21/Jun/2017 14:44:27] "GET
/preferences/preferences/browser/show_node_mview HTTP/1.1" 200 -
2017-06-21 14:44:27,908: INFO werkzeug: 127.0.0.1 - - [21/Jun/2017
14:44:27] "GET /dashboard/ HTTP/1.1" 200 - 2017-06-21 14:44:28,573:
INFO werkzeug: 127.0.0.1 - - [21/Jun/2017 14:44:28] "GET
/preferences/preferences/browser/show_node_role HTTP/1.1" 200 -
2017-06-21 14:44:28,710: INFO werkzeug: 127.0.0.1 - - [21/Jun/2017
14:44:28] "GET /dashboard/static/img/welcome_logo.png HTTP/1.1" 200 -
2017-06-21 14:46:38,763: INFO werkzeug: 127.0.0.1 - - [21/Jun/2017
14:46:38] "POST /misc/ping HTTP/1.1" 200 -
I am not able to proceed with troubleshooting after this as I am not able to find any pointers. Please share inputs to fix this issue.

Related

Module status keeps running after it has been disabled

I rebooted my linux machine and started noticing these odd requests in my Apache access log.
::1 - - [16/Dec/2020:21:28:54 -0500] "GET /server-status?auto HTTP/1.1" 404 147 "-" "Go-http-client/1.1"
::1 - - [16/Dec/2020:21:29:07 -0500] "GET /server-status?auto HTTP/1.1" 404 147 "-" "Go-http-client/1.1"
::1 - - [16/Dec/2020:21:29:20 -0500] "GET /server-status?auto HTTP/1.1" 404 147 "-" "Go-http-client/1.1"
::1 - - [16/Dec/2020:21:29:26 -0500] "GET /server-status?auto HTTP/1.1" 404 147 "-" "Go-http-client/1.1"
::1 - - [16/Dec/2020:21:29:42 -0500] "GET /server-status?auto HTTP/1.1" 404 147 "-" "Go-http-client/1.1"
::1 - - [16/Dec/2020:21:29:58 -0500] "GET /server-status?auto HTTP/1.1" 404 147 "-" "Go-http-client/1.1"
I did some research on how to disable these requests and discovered they are part of a Apache module called "status". I disabled it, it when I run a2dismod status it appears to be disabled:
Module status already disabled
How can I get these requests to stop other than blocking them? I'd rather not have my access log filled with garbage.
You can use SetEnvIf:
SetEnvIf Request_URI "^/server-status?auto$" dontlog
More details here:
https://www.howtoforge.com/setenvif_apache2
Or you can find why you have requests and disactivate it. Maybe a monitoring system ?

React Native "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0" log after react native update

I've just updated from react native version 0.55 to 0.57.
After I start the project,
I keep on getting this log
[20:04:52] ::ffff:(IP address) - - [03/Nov/2018:11:04:52 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"
[20:05:02] ::ffff:(IP address) - - [03/Nov/2018:11:05:02 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"
[20:05:13] ::ffff:(IP address) - - [03/Nov/2018:11:05:13 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"
[20:05:23] ::ffff:(IP address) - - [03/Nov/2018:11:05:23 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"
[20:05:33] ::ffff:(IP address) - - [03/Nov/2018:11:05:33 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"
on console.log every 10 seconds. The project works fine though. What is this and why is this outputted on the console log? can i disable it?
I faced the same issue. The problem is with the version of the expo-cli / react-native-cli you are using. My problem is solved after upgrading to the latest version. Try to upgrade your cli. If the problem still exists, try to upgrade your npm to the latest version and cache verify and then install the latest cli again.

'goapprtc' works on Google Appengine but not locally

I'm working with 'goapprtc' without any code change.
When I delployed it on Google Appengine, it works very well. But when I run it on local server with 'dev_appserver.py':
dev_appserver.py goapprtc --host 0.0.0.0
remote two peers can connect to server, but cannot meet together.
They show only themselves, and 'connecting' message remain bottom.
I stopped firewall of local server, but the result was same.
1) So, why is that? What should I care about? Is this a problem with TURN Server or something?
2) If I want to run this server without 'dev_appserver.py', how can I modify the code? What packages can I use instead of 'appengine' packages:
"appengine"
"appengine/channel"
"appengine/datastore"
"appengine/urlfetch"
Command line messages here:
C:\>dev_appserver.py goapprtc.appspot.com-master --host 0.0.0.0
INFO 2015-08-24 16:14:08,477 sdk_update_checker.py:229] Checking for updates
to the SDK.
INFO 2015-08-24 16:14:10,634 sdk_update_checker.py:257] The SDK is up to dat
e.
INFO 2015-08-24 16:14:10,711 api_server.py:205] Starting API server at: http
://localhost:49641
INFO 2015-08-24 16:14:10,727 dispatcher.py:197] Starting module "default" ru
nning at: http://0.0.0.0:8080
INFO 2015-08-24 16:14:10,727 admin_server.py:118] Starting admin server at:
http://localhost:8000
2015/08/24 16:15:02 INFO: Applying media constraints: &{true true}
2015/08/24 16:15:02 INFO: User 66666666 added to room 1234
2015/08/24 16:15:02 INFO: Room 1234 has state &{66666666 false false}
INFO 2015-08-24 16:15:02,305 module.py:808] default: "GET /?r=1234 HTTP/1.1"
200 1681
INFO 2015-08-24 16:15:02,384 module.py:808] default: "GET /css/main.css HTTP
/1.1" 304 -
INFO 2015-08-24 16:15:02,390 module.py:808] default: "GET /js/main.js HTTP/1
.1" 304 -
INFO 2015-08-24 16:15:02,391 module.py:808] default: "GET /js/adapter.js HTT
P/1.1" 304 -
INFO 2015-08-24 16:15:02,394 module.py:808] default: "GET /images/goapprtc.g
if HTTP/1.1" 304 -
2015/08/24 16:15:03 INFO: User 66666666 connected to room 1234
2015/08/24 16:15:03 INFO: Room 1234 has state &{66666666 true false}
INFO 2015-08-24 16:15:03,486 module.py:808] default: "POST /_ah/channel/conn
ected/ HTTP/1.1" 200 -
2015/08/24 16:15:26 INFO: Applying media constraints: &{true true}
2015/08/24 16:15:26 INFO: User 44444444 added to room 1234
2015/08/24 16:15:26 INFO: Room 1234 has state &{66666666 44444444 true false}
INFO 2015-08-24 16:15:26,638 module.py:808] default: "GET /?r=1234 HTTP/1.1"
200 1691
INFO 2015-08-24 16:15:26,796 module.py:808] default: "GET /css/main.css HTTP
/1.1" 304 -
INFO 2015-08-24 16:15:26,801 module.py:808] default: "GET /js/main.js HTTP/1
.1" 304 -
INFO 2015-08-24 16:15:26,802 module.py:808] default: "GET /js/adapter.js HTT
P/1.1" 304 -
INFO 2015-08-24 16:15:26,805 module.py:808] default: "GET /images/goapprtc.g
if HTTP/1.1" 304 -
2015/08/24 16:15:28 INFO: User 44444444 connected to room 1234
2015/08/24 16:15:28 INFO: Room 1234 has state &{66666666 44444444 true true}
INFO 2015-08-24 16:15:28,387 module.py:808] default: "POST /_ah/channel/conn
ected/ HTTP/1.1" 200 -
2015/08/24 16:15:29 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:29,716 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:29 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:29,806 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:30 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:30,772 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:30 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:30,871 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:30 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:30,938 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:30 INFO: Delivered message to user 66666666
2015/08/24 16:15:30 INFO: Delivered message to user 66666666
2015/08/24 16:15:30 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:30,967 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:30,970 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:30,970 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:31 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:31,825 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:31 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:31,927 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:31 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:31,996 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: Delivered message to user 66666666
2015/08/24 16:15:32 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:32,065 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: Delivered message to user 66666666
INFO 2015-08-24 16:15:32,069 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:32,075 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: Delivered message to user 44444444
INFO 2015-08-24 16:15:32,104 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: Delivered message to user 44444444
INFO 2015-08-24 16:15:32,121 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: Delivered message to user 44444444
INFO 2015-08-24 16:15:32,147 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: Delivered message to user 44444444
2015/08/24 16:15:32 INFO: Delivered message to user 44444444
2015/08/24 16:15:32 INFO: Delivered message to user 44444444
INFO 2015-08-24 16:15:32,188 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:32,190 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:32,191 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: User 44444444 removed from room 1234
2015/08/24 16:15:32 INFO: Room 1234 has state &{66666666 true false}
2015/08/24 16:15:32 INFO: Sent BYE to 66666666
2015/08/24 16:15:32 WARNING: User 44444444 disconnected from room 1234
INFO 2015-08-24 16:15:32,848 module.py:808] default: "POST /_ah/channel/disc
onnected/ HTTP/1.1" 200 -
INFO 2015-08-24 16:15:32,904 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:32 INFO: User 66666666 removed from room 1234
2015/08/24 16:15:32 INFO: Room 1234 has state &{ false false}
2015/08/24 16:15:32 WARNING: User 66666666 disconnected from room 1234
INFO 2015-08-24 16:15:32,969 module.py:808] default: "POST /_ah/channel/disc
onnected/ HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,022 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,082 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,131 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,151 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,183 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,191 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,206 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,213 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,220 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,223 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:33,957 module.py:808] default: "POST /message?r=1234&u
=44444444 HTTP/1.1" 200 -
2015/08/24 16:15:34 ERROR: datastore: datastore: no such entity
2015/08/24 16:15:34 WARNING: Unexpected Connect Message to room 1234
INFO 2015-08-24 16:15:34,072 module.py:808] default: "POST /_ah/channel/conn
ected/ HTTP/1.1" 200 -
INFO 2015-08-24 16:15:34,148 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:34,170 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:34,239 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:34,243 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:34,243 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:34,346 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:35,153 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
INFO 2015-08-24 16:15:35,183 module.py:808] default: "POST /message?r=1234&u
=66666666 HTTP/1.1" 200 -
2015/08/24 16:15:35 ERROR: datastore: datastore: no such entity
2015/08/24 16:15:35 WARNING: Unexpected Connect Message to room 1234
INFO 2015-08-24 16:15:35,255 module.py:808] default: "POST /_ah/channel/conn
ected/ HTTP/1.1" 200 -
Thank you for reading.
Sorry for poor question!

Installing Google Appengine on Windows 7

My Windows Vista Laptop is dying so I purchased a new HP Laptop running Windows 7 Pro 64 Bit.
I then downloaded and installed python-2.7.8.amd64.msi. Followed by GoogleAppEngine-1.9.9.
Copied my Google App Application from the Vista Laptop to the Win7 and tried to run it. The problem is that more often than not Chrome just displays a blank page and the App Launcher Log shows a mammoth entry, shown below. Refreshing the Chrome screen sometimes displays the page correctly, sometimes it takes 3 or 4 attempts. (Note that this problem is across a couple of projects and all .html screens within them)
So, my question: any thoughts on what I have done wrong here?
The log reads ...
INFO 2014-08-22 11:25:40,788 module.py:642] default: "GET /favicon.ico HTTP/1.1" 500 -
INFO 2014-08-22 11:25:41,354 module.py:642] default: "GET /mainmenu.html HTTP/1.1" 200 8366
INFO 2014-08-22 11:25:41,367 module.py:642] default: "GET /static/fsnormal.css HTTP/1.1" 304 -
INFO 2014-08-22 11:25:41,374 module.py:642] default: "GET /static/fsprint.css HTTP/1.1" 304 -
INFO 2014-08-22 11:25:41,375 module.py:642] default: "GET /static/fsscript.js HTTP/1.1" 304 -
INFO 2014-08-22 11:25:41,375 module.py:642] default: "GET /static/appengine-noborder.gif HTTP/1.1" 304 -
INFO 2014-08-22 11:25:41,421 module.py:642] default: "GET /favicon.ico HTTP/1.1" 200 8364
IncompleteRead(2 bytes read)
IncompleteRead(2 bytes read)
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine\lib\cherrypy\cherrypy\wsgiserver\wsgiserver2.py", line 1302, in communicate
req.respond()
[ 100 lines removed ]
File "C:\Python27\lib\httplib.py", line 543, in read
return self._read_chunked(amt)
File "C:\Python27\lib\httplib.py", line 597, in _read_chunked
raise IncompleteRead(''.join(value))
IncompleteRead: IncompleteRead(2 bytes read)
INFO 2014-08-22 11:26:28,727 module.py:642] default: "GET /favicon.ico HTTP/1.1" 200 8364
Out of frustration I updated to Windows 8 (came on cd with new laptop) and then 8.1.
Problem seems to have gone.
David

google app engine converting (redirecting) HTTP POST to GET calls into the Handler

Https POST's on google app engine are getting redirected to app url with a GET and losing all arguments.
2011-11-28 22:21:06.026 / 302 218ms 0kb
71.167.39.92 - - [28/Nov/2011:19:21:06 -0800] "POST / HTTP/1.1" 302 0 "http://static.ak.facebook.com/platform/page_proxy.php?v=4" -
"9.appname.appspot.com" ms=219 cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000095
My handler is not called at this time, and app engine redirects above post to
2011-11-28 22:21:06.100 / 200 13ms 1kb Mozilla/5.0 (Windows NT 6.1;
WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
71.167.39.92 - - [28/Nov/2011:19:21:06 -0800] "GET / HTTP/1.1" 200 1661 "http://static.ak.facebook.com/platform/page_proxy.php?v=4"
"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101
Firefox/6.0.2" "9.appname.appspot.com" ms=14 cpu_ms=23 api_cpu_ms=0
cpm_usd=0.000873 instance=00c61b117c6840ba7ad8c376b950491ada80
This happens for every post. A HTTPs GET calls my handler directly.
I had a secure=always on my app.yaml - which caused the redirects to trigger every time on POSTs and resulted in GET's with full loss of post parameters (like signed_requests for FB apps for example). It is solved now.

Resources