なんなんですかね。
GAEでDeployしたログ
2011-05-01 21:32:44 Running command: "['C:\\Python27\\python.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=XXXX@XXXXXX', '--passin', 'update', 'D:\\Users\\syasuda\\Documents\\gae\\XXXXXXX']"
Application: XXXXXX; version: 1.
Host: appengine.google.comBeginning update of app: XXXXXXXX, version: 1
Scanning files on local disk.
Initiating update of app: XXXXXXXXX, version: 1
Password for XXXX@XXXXX: Cloning 4 static files.
Cloning 3 application files.
Uploading 1 files and blobs.
Uploaded 1 files and blobs
Precompilation starting.
Precompilation completed.
Deploying new version.
Checking if new version is ready to serve.
Will check again in 1 seconds.
Checking if new version is ready to serve.
Will check again in 2 seconds.
Checking if new version is ready to serve.
Will check again in 4 seconds.
Checking if new version is ready to serve.
Will check again in 8 seconds.
Checking if new version is ready to serve.
Closing update: new version is ready to start serving.
Completed update of app: XXXXXXXX, version: 1
Uploading index definitions.
2011-05-01 21:33:09 (Process exited with code 0)You can close this window now.
この、「Checking if new version is ready to serve」てなんなんすかね。
あと、何も考えずにPython2.7.x系入れちゃったのは、入れなおしたほうがいいのかな。
2011-05-01 21:35:57 Running command: "['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--admin_console_server=', '--port=8080', 'D:\\Users\\syasuda\\Documents\\gae\\XXXXXXXX]"
WARNING 2011-05-01 12:35:59,252 datastore_file_stub.py:655] Could not read datastore data from c:\users\syasuda\appdata\local\temp\dev_appserver.datastore
INFO 2011-05-01 12:35:59,262 rdbms_sqlite.py:58] Connecting to SQLite database '' with file 'c:\\users\\syasuda\\appdata\\local\\temp\\dev_appserver.rdbms'
WARNING 2011-05-01 12:35:59,272 dev_appserver.py:4394] Could not initialize images API; you are likely missing the Python "PIL" module. ImportError: No module named _imaging
INFO 2011-05-01 12:35:59,282 dev_appserver_main.py:543] Running application XXXXXXXX on port 8080: http://localhost:8080
あ~めんどくせ。
コメント