what is this error when deploying google python-appengine application? -
this error message .. appreciated .
2011-02-23 23:09:11 running command: "['c:\\python25\\pythonw.exe', '-u', 'c:\\program files\\google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=adham587@gmail.com', '--passin', 'update', 'c:\\users\\adham\\desktop\\images']" application: refacingme; version: 1. server: appengine.google.com. scanning files on local disk. initiating update. 2011-02-23 23:09:42,223 warning appengine_rpc.py:405 ssl module not found. without ssl module, identity of remote host cannot verified, , connections may not secure. fix this, please install ssl module http://pypi.python.org/pypi/ssl . learn more, see http://code.google.com/appengine/kb/general.html#rpcssl . password xxxxx@gmail.com: error 409: --- begin server output --- transaction user xxxxxxxx in progress app , major version. user can undo transaction appcfg.py's "rollback" command. --- end server output --- 2011-02-23 23:09:46 (process exited code 1) can close window now.
this problem can occur if update
started , not finish whatever reason. error message notes, correct thing give appcfg.py rollback
command. undo failed changes , reset app ready update.
Comments
Post a Comment