解决GAE工程无法提交问题
十一月 20th, 2008
昨天,因为网络中断的缘故,导致GAE工程提交到一半,失败了,再次提交时,提醒我:
Loaded authentication cookies from C:\Documents and Settings\Administrator/.appc fg_cookies Scanning files on local disk. Initiating update. 2008-11-19 16:54:12,765 ERROR appcfg.py:1334 An unexpected error occurred. Abort ing. Error 409: --- begin server output --- Another transaction by user coolchyni is already in progress for this app and ma jor version. That user can undo the transaction with appcfg.py's "rollback" comm and. --- end server output ---
因为没时间检查,昨天没去管它,今天再次提交发现还是不行,仔细看了下错误信息,好像可以使用rollback功能来解决。
查看了appcfg的帮助后,发现其实挺简单的,只要执行以下指令就可以了:
$ appcfg.py rollback 您的目录
就可以了,还是挺简单的。
ps:写这篇文章时,发现输入法用起来特别扭,一看怎么变成微软拼音输入法v2007了呢?原来是我昨天刚刚装了office2007,自动把我的谷歌输入法屏蔽了,在此鄙视一下。