Hi,
I am using app engine patch, it uploads the application sucessfully
till "Running syncdb"
All it does is cribs with this Traceback. I have tried lot many things
with settings but no luck.
Please if any one can tell me basic reason for this error.

Thanks,
Guri
=================================

Traceback (most recent call last):
  File "manage.py", line 18, in <module>
    execute_manager(settings)
  File "/home/sunny/apatch/app-engine-patch-sample/apps/__init__.py",
line 384, in execute_manager

  File "/home/sunny/apatch/app-engine-patch-sample/apps/__init__.py",
line 325, in execute

  File "/home/sunny/apatch/app-engine-patch-sample/common/zip-packages/
django-1.1.zip/django/core/management/base.py", line 200, in
run_from_argv
  File "/home/sunny/apatch/app-engine-patch-sample/common/zip-packages/
django-1.1.zip/django/core/management/base.py", line 227, in execute
  File "/home/sunny/apatch/app-engine-patch-sample/common/zip-packages/
django-1.1.zip/django/core/management/base.py", line 356, in handle
  File "/home/sunny/apatch/app-engine-patch-sample/common/zip-packages/
django-1.1.zip/django/core/management/commands/syncdb.py", line 63, in
handle_noargs
  File "/home/sunny/apatch/app-engine-patch-sample/common/
appenginepatch/appenginepatcher/patch.py", line 66, in count
    return old_count(self, limit)
  File "/usr/local/google_appengine/google/appengine/ext/db/
__init__.py", line 1552, in count
    result = raw_query.Count(limit=limit)
  File "/usr/local/google_appengine/google/appengine/api/
datastore.py", line 1084, in Count
    self._ToPb(limit=limit), resp)
  File "/usr/local/google_appengine/google/appengine/api/
apiproxy_stub_map.py", line 72, in MakeSyncCall
    apiproxy.MakeSyncCall(service, call, request, response)
  File "/usr/local/google_appengine/google/appengine/api/
apiproxy_stub_map.py", line 266, in MakeSyncCall
    rpc.CheckSuccess()
  File "/usr/local/google_appengine/google/appengine/api/
apiproxy_rpc.py", line 111, in CheckSuccess
    raise self.exception
urllib2.HTTPError: HTTP Error 500: Internal Server Error

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to