I have an Appengine connected android project (eclipse). I am trying to deploy it as I have done countless times. But this time I am getting the following error.
Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=myappid&version=1& 409 Conflict Another transaction by user myusername is already in progress for app: s~myappid, version: 1. That user can undo the transaction with "appcfg rollback".
See the deployment console for more details Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=myappid&version=1& 409 Conflict Another transaction by user myusername is already in progress for app: s~myappid, version: 1. That user can undo the transaction with "appcfg rollback".
So I open my osx terminal and navigate to the folder of my project. When I type
appcfg.py rollback .
I get a terminal error that
appcfg.py: error: Directory does not contain an app.yaml configuration file
Thanks for any direction.
Update
I think I finally found out where it is but now I am getting permission denied when I do
/Applications/eclipse/plugins/com.google.appengine.eclipse.sdkbundle_1.9.3/appengine-java-sdk-1.9.3/bin/appcfg.sh rollback war