I'm getting 500 errors in the response of appcfg.py now.
I don't know what triggers this. Does anybody know?
Scanning files on local disk.
Initiating update.
Cloning 7 static files.
Cloning 68 application files.
Uploading 2 files.
Deploying new version.
Checking if new version is ready to serve.
Will check again in 1 seconds.
Checking if new version is ready to serve.
Closing update: new version is ready to start serving.
2009-06-23 12:12:09,135 ERROR appcfg.py:1272 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1265, in DoUpload
self.Commit()
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1141, in Commit
self.StartServing()
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1194, in StartServing
app_id=self.app_id, version=self.version)
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengine_rpc.py", line 344, in Send
f = self.opener.open(req)
File "d:\prog\python\lib\urllib2.py", line 387, in open
response = meth(req, response)
File "d:\prog\python\lib\urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "d:\prog\python\lib\urllib2.py", line 425, in error
return self._call_chain(*args)
File "d:\prog\python\lib\urllib2.py", line 360, in _call_chain
result = func(*args)
File "d:\prog\python\lib\urllib2.py", line 506, in
http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Rolling back the update.