网上找到的,感谢!以后要多多注意返回时的提示了~~马虎啊
http://emmune.appspot.com/2009/11/26/error409.html
今晚上传GAE程序时(appcfg.py update myapp/ ;其中,myapp应用程序根目录的名称),半天不响应。再次上传,提示:
Error 409: — begin server output —
Another transaction by user emmune is already in progress for this app and major version. That user can undo the transaction with appcfg.py’s “rollback” command.
— end server output —于是,appcfg.py rollback myapp/ ,返回
……
Server: appengine.google.com.
Rolling back the update.再次appcfg.py update myapp/ ,成功更新项目。