Another transaction by user XXXXXX is already in progress for this app and majo

 


Another transaction by user XXXXXX is already in progress for this app and major version. That user can undo the transaction with appcfg.py's "rollback" command.

 

 

解决方法:

 

1.Another transaction by user xxx is already in progress for this app and major version. That user can undo the transaction with appcfg.py's "rollback" command.

解決に至りました。

コマンドプロンプトから下記を叩くことでrollback出来ます。

C:\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.2.1.v200905131143\appengine-java-sdk-1.2.1\bin> appcfg.cmd rollback C:\eclipse\workspace\ProjectName\war
2.
  

[google-appengine] Re: appcfg.py update error after upgrading to 1.1.9 and: msg#00567

GoogleAppEngine

Subject:
[google-appengine] Re: appcfg.py update error after upgrading to 1.1.9 and google-appengine-patch 1.0
No, before it. After that, I did run appcfg.py rollback, seemingly successfully. One note is I am unable to access code.google.com from China. Not sure if it is relevant. Thanks,
 
3.Google App Engine Rolling Back an Update
If you had an App Engine update go awry, you may need to roll it back. You will get a message like this when things are messed up and you try to "Deploy Application":
*** Running appfg.py with the following flags:     --no_cookies [email protected] --passin update Password for [email protected]: Scanning files on local disk. Initiating update. 2008-08-12 08:51:32,117 ERROR appcfg.py:1334 An unexpected error occurred. Aborting. Error 409: --- begin server output --- Another transaction by user acct 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 --- If deploy fails you might need to 'rollback' manually. The "Make Symlinks..." menu option can help with command-line work. *** appcfg.py has finished with exit code 0 *** The solution (paths from a mac) is to running the command:
python /usr/local/bin/appcfg.py -verbose --no_cookies [email protected] --passin rollback simplelti "simplelti" is the application directory - you need to run this where your application is a subdirectory.

 

你可能感兴趣的:(eclipse,python,C#,Google,Gmail)