Hi,
I'm running Django and app-engine-patch 1.0. When I enter appcfg.py
update ../app it responds with:
Scanning files on local disk.
Scanned 500 files.
Initiating update.
2009-03-28 17:14:23,647 ERROR appcfg.py:1235 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
File "/home/wiiboy/Desktop/apps/google/appengine/tools/appcfg.py",
line 1213, in DoUpload
missing_files = self.Begin()
File "/home/wiiboy/Desktop/apps/google/appengine/tools/appcfg.py",
line 1009, in Begin
version=self.version, payload=self.config.ToYAML())
File "/home/wiiboy/Desktop/google_appengine/google/appengine/tools/
appengine_rpc.py", line 303, in Send
f = self.opener.open(req)
File "/usr/lib64/python2.5/urllib2.py", line 387, in open
response = meth(req, response)
File "/usr/lib64/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python2.5/urllib2.py", line 425, in error
return self._call_chain(*args)
File "/usr/lib64/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/usr/lib64/python2.5/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
Error 500: --- begin server output ---
Server Error (500)
A server error has occurred.
--- end server output ---
What's up?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---