Skip to content

Instantly share code, notes, and snippets.

@taras
Created September 20, 2009 02:09
Show Gist options
  • Save taras/189674 to your computer and use it in GitHub Desktop.
Save taras/189674 to your computer and use it in GitHub Desktop.
INFO 2009-09-20 02:07:46,069 appengine_rpc.py:157] Server: appengine.google.com
INFO 2009-09-20 02:07:46,079 appcfg.py:348] Checking for updates to the SDK.
DEBUG 2009-09-20 02:07:46,080 appengine_rpc.py:343] Sending HTTP request:
POST /api/updatecheck?release=1.2.5&timestamp=1250206498&api_versions=%5B%271%27%5D HTTP/1.1
Host: appengine.google.com
X-appcfg-api-version: 1
Content-type: application/octet-stream
User-agent: appcfg_py/1.2.5 Darwin/9.8.0 Python/2.5.4.final.0
INFO 2009-09-20 02:07:46,266 appcfg.py:362] The SDK is up to date.
WARNING 2009-09-20 02:07:46,267 datastore_file_stub.py:435] Could not read datastore data from /Users/taras/Sites/beecoop/var/dev_appserver.datastore
WARNING 2009-09-20 02:07:46,267 datastore_file_stub.py:435] Could not read datastore data from /Users/taras/Sites/beecoop/var/dev_appserver.datastore.history
INFO 2009-09-20 02:07:46,394 dev_appserver_main.py:478] Running application beecoopdb on port 10321: http://localhost:10321
Stop the server? [Y/n] DEBUG 2009-09-20 02:08:00,026 dev_appserver.py:390] Matched "/api/rest/metadata" to CGI dispatcher with path main.py
DEBUG 2009-09-20 02:08:00,028 dev_appserver.py:2159] Executing CGI with env:
{'APPLICATION_ID': 'beecoopdb',
'AUTH_DOMAIN': 'gmail.com',
'CONTENT_LENGTH': '',
'CONTENT_TYPE': 'application/x-www-form-urlencoded',
'CURRENT_VERSION_ID': '1.1',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
'HTTP_ACCEPT_LANGUAGE': 'en-us',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': '__utma=111872281.640398291.1253290476.1253399227.1253409119.4; __utmc=111872281; __utmz=111872281.1253290476.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)',
'HTTP_HOST': 'localhost:10321',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9',
'PATH_INFO': '/api/rest/metadata',
'PATH_TRANSLATED': '/Users/taras/Sites/beecoop/beecoop.com/main.py',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REQUEST_METHOD': 'GET',
'SCRIPT_NAME': '',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '10321',
'SERVER_PROTOCOL': 'HTTP/1.0',
'SERVER_SOFTWARE': 'Development/1.0',
'TZ': 'UTC',
'USER_EMAIL': '',
'USER_ID': ''}
Entering get_code(main)
Entering GetModuleInfo(main)
Entering GetParentSearchPath(main)
Entering GetParentPackage(main)
Exiting GetParentPackage(main)
Exiting GetParentSearchPath(main)
Entering FindModuleRestricted(main, main, None)
Exiting FindModuleRestricted(main, main, None)
Exiting GetModuleInfo(main)
Exiting get_code(main)
Entering GetModuleInfo(main)
Entering GetParentSearchPath(main)
Entering GetParentPackage(main)
Exiting GetParentPackage(main)
Exiting GetParentSearchPath(main)
Entering FindModuleRestricted(main, main, None)
Exiting FindModuleRestricted(main, main, None)
Exiting GetModuleInfo(main)
Entering GetParentPackage(main)
Exiting GetParentPackage(main)
INFO 2009-09-20 02:08:00,039 dev_appserver.py:3034] "GET /api/rest/metadata HTTP/1.1" 200 -
INFO 2009-09-20 02:08:00,048 dev_appserver_index.py:212] Updating /Users/taras/Sites/beecoop/beecoop.com/index.yaml
DEBUG 2009-09-20 02:08:00,070 dev_appserver.py:390] Matched "/favicon.ico" to File dispatcher with path static/index.html
INFO 2009-09-20 02:08:00,075 dev_appserver.py:3034] "GET /favicon.ico HTTP/1.1" 200 -
DEBUG 2009-09-20 02:08:00,076 dev_appserver_index.py:151] No need to update index.yaml
^CINFO 2009-09-20 02:08:04,515 dev_appserver_main.py:483] Server interrupted by user, terminating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment