0

this is the error message .. any help will be 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 protected]', '--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 the ssl module, the identity of the remote host cannot be verified, and
connections may NOT be secure. To fix this, please install the ssl module from
http://pypi.python.org/pypi/ssl .
To learn more, see http://code.google.com/appengine/kb/general.html#rpcssl . 
Password for [email protected]: Error 409: --- begin server output ---
Another transaction by user XXXXXXXX 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 ---
2011-02-23 23:09:46 (Process exited with code 1)

You can close this window now.
3
  • To fix this, please install the ssl module from http://pypi.python.org/pypi/ssl -- it says it all. Commented Feb 23, 2011 at 21:13
  • @sukhbir: That lack of ssl is just a warning. It is not causing the problem that @adham is seeing. Commented Feb 23, 2011 at 21:15
  • Yes brothers , i'm looking for a soluion for the problem ?! .. what is Error 409 mean ? Commented Feb 23, 2011 at 21:17

2 Answers 2

4

This problem can occur if an update is started and does not finish for whatever reason. As the error message notes, the correct thing to do is to give appcfg.py the rollback command. That will undo the failed changes and reset your app so it is ready for an update.

Sign up to request clarification or add additional context in comments.

2 Comments

i think you mean somthing like this techperience.blogspot.com/2010/07/…
If you want to avoid a rollback, you can simply increase the version number.
-1

Try

easy_install ssl

The message says that module is missing.

@Adam: duly noted. I apologize for missing the "Warning text".

I believe his error will go away in a while since another operation might be going on at the same time. He should install ssl module nevertheless. If after a while and it doesn't help, he should perform a rollback.

Google App Engine: appcfg.py rollback

1 Comment

That is just a warning and it has nothing to do with @adhams error

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.