Hi,

I am using app engine patch to upload on production server. All goes
fine until it tries syncdb.
Below are the logs. I searched for such problems earlier but no luck.
Please give me some pointers

Thanks,
Gurminder

These are the logs:
================================================
Uploading index definitions.
Running syncdb.
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/commands/update.py", line 70, in
run_from_argv
  File "/home/sunny/apatch/app-engine-patch-sample/common/zip-packages/
django-1.1.zip/django/core/management/commands/update.py", line 53, in
run_appcfg
  File "/home/sunny/apatch/app-engine-patch-sample/apps/__init__.py",
line 188, in call_command

  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 302: Found
================================================

--

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=.


Reply via email to