LoginSignup
0
0

More than 5 years have passed since last update.

GoogleAppEngineLauncherが100発100中で落ちるようになりました...

Last updated at Posted at 2016-02-26

Run でも Deploy でも必ず落ちる...

  • なんでじゃ〜〜?

とりあえずコマンドラインでなんとかできるの?

  • なんかrollbackが必要らしいです。
rollback
% appcfg.py rollback [プロジェクトフォルダ]
  • そいで update
update
% appcfg.py update [プロジェクトフォルダ]
01:05 AM Application: 【AppId】; version: 1
01:05 AM Host: appengine.google.com
01:05 AM Starting update of app: 【AppId】, version: 1
01:05 AM Getting current resource limits.
01:05 AM Scanning files on local disk.
01:05 AM Scanned 500 files.
01:05 AM Cloning 886 static files.
01:05 AM Cloning 4 application files.
01:05 AM Compilation starting.
01:05 AM Compilation completed.
01:05 AM Starting deployment.
01:05 AM Checking if deployment succeeded.
01:05 AM Deployment successful.
01:05 AM Checking if updated app version is serving.
01:05 AM Completed update of app: 【AppId】, version: 1
01:05 AM Uploading index definitions.
  • できました。

dev_appserver.pyでサーバー起動

  • dev_appserver.py でサーバも起動できました。
dev_appserver.py
dev_appserver.py --port=8080 --admin_port=8000 [プロジェクトフォルダ]
INFO     2016-02-27 05:12:31,237 sdk_update_checker.py:229] Checking for updates to the SDK.
INFO     2016-02-27 05:12:32,217 api_server.py:205] Starting API server at: http://localhost:57029
INFO     2016-02-27 05:12:32,222 dispatcher.py:197] Starting module "default" running at: http://localhost:8080
INFO     2016-02-27 05:12:32,224 admin_server.py:116] Starting admin server at: http://localhost:8000
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0