When running appcfg.py update ., it times out "Checking if new version
is ready to serve".
I am trying to deploy a new version of my app. I also cannot delete
this aborted version from the admin panel.
2009-11-04 15:23:59,646 WARNING appcfg.py:1314 Version still not ready
to serve, aborting.
2009-11-04 15:23:59,646 ERROR appcfg.py:1454 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 1443, in DoUpload
self.Commit()
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 1315, in Commit
raise Exception('Version not ready.')
Exception: Version not ready.
Rolling back the update.
Traceback (most recent call last):
File "./common/.google_appengine/appcfg.py", line 60, in <module>
run_file(__file__, globals())
File "./common/.google_appengine/appcfg.py", line 57, in run_file
execfile(script_path, globals_)
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 2548, in <module>
main(sys.argv)
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 2539, in main
result = AppCfgApp(argv).Run()
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 1640, in Run
self.action(self)
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 2427, in __call__
return method()
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 1935, in Update
lambda path: open(os.path.join(basepath, path), 'rb'))
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 1443, in DoUpload
self.Commit()
File "/opt/google_appengine.126/google/appengine/tools/appcfg.py",
line 1315, in Commit
raise Exception('Version not ready.')
Exception: Version not ready.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---