Advertisement
glymrvls

running locally

Feb 12th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.23 KB | None | 0 0
  1. mayank@mayank-Inspiron-N5110:~/soc$ thirdparty/google_appengine/old_dev_appserver.py build --port=8090
  2. INFO     2014-02-13 03:37:41,534 sdk_update_checker.py:245] Checking for updates to the SDK.
  3. INFO     2014-02-13 03:37:41,537 __init__.py:94] Connecting through tunnel to: appengine.google.com:443
  4. WARNING  2014-02-13 03:37:41,983 dev_appserver.py:3564] The datastore file stub is deprecated, and
  5. will stop being the default in a future release.
  6. Append the --use_sqlite flag to use the new SQLite stub.
  7.  
  8. You can port your existing data using the --port_sqlite_data flag or
  9. purge your previous test data with --clear_datastore.
  10.  
  11. INFO     2014-02-13 03:37:42,046 dev_appserver_multiprocess.py:656] Running application dev~soc-project on port 8090: http://localhost:8090
  12. INFO     2014-02-13 03:37:42,046 dev_appserver_multiprocess.py:658] Admin console is available at: http://localhost:8090/_ah/admin
  13. ERROR    2014-02-13 03:37:53,516 dev_appserver_import_hook.py:1263] Third party package Crypto must be included in the "libraries:" clause of your app.yaml file in order to be imported.
  14. INFO     2014-02-13 03:37:54,216 recording.py:665] Saved; key: __appstats__:073500, part: 203 bytes, full: 574172 bytes, overhead: 0.017 + 0.112; link: http://localhost:8090/_ah/stats/details?time=1392262673535
  15. INFO     2014-02-13 03:37:54,231 dev_appserver.py:3090] "GET /seed_db HTTP/1.1" 200 -
  16. INFO     2014-02-13 03:37:59,033 recording.py:665] Saved; key: __appstats__:079000, part: 138 bytes, full: 14827 bytes, overhead: 0.000 + 0.005; link: http://localhost:8090/_ah/stats/details?time=1392262679016
  17. INFO     2014-02-13 03:37:59,047 dev_appserver.py:3090] "GET /login HTTP/1.1" 302 -
  18. INFO     2014-02-13 03:37:59,070 dev_appserver.py:3090] "GET /_ah/login?continue=http%3A//localhost%3A8090/ HTTP/1.1" 200 -
  19. INFO     2014-02-13 03:38:01,260 dev_appserver.py:3090] "GET /_ah/login?email=glymrvls%40gmail.com&action=Login&continue=http%3A%2F%2Flocalhost%3A8090%2F HTTP/1.1" 302 -
  20. INFO     2014-02-13 03:38:01,482 recording.py:665] Saved; key: __appstats__:081200, part: 137 bytes, full: 36174 bytes, overhead: 0.001 + 0.007; link: http://localhost:8090/_ah/stats/details?time=1392262681288
  21. INFO     2014-02-13 03:38:01,492 dev_appserver.py:3090] "GET / HTTP/1.1" 200 -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement