Jonathan
unread,Nov 3, 2009, 11:29:00 PM11/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
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.