Advertisement
Guest User

commcarehq

a guest
Apr 3rd, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. Environment:
  2.  
  3.  
  4. Request Method: GET
  5. Request URL: http://127.0.0.1:8000/a/test/reports/submissions_by_form/
  6.  
  7. Django Version: 1.3
  8. Python Version: 2.6.5
  9. Installed Applications:
  10. ['corehq.apps.userhack',
  11. 'django.contrib.admin',
  12. 'django.contrib.auth',
  13. 'django.contrib.contenttypes',
  14. 'django.contrib.sessions',
  15. 'django.contrib.sites',
  16. 'django.contrib.staticfiles',
  17. 'south',
  18. 'djcelery',
  19. 'djtables',
  20. 'djkombu',
  21. 'couchdbkit.ext.django',
  22. 'django_digest',
  23. 'django_rest_interface',
  24. 'django_granular_permissions',
  25. 'django_tables',
  26. 'django_user_registration',
  27. 'auditcare',
  28. 'djangocouch',
  29. 'djangocouchuser',
  30. 'hqscripts',
  31. 'casexml.apps.case',
  32. 'casexml.apps.phone',
  33. 'corehq.apps.cleanup',
  34. 'corehq.apps.cloudcare',
  35. 'corehq.apps.domain',
  36. 'corehq.apps.domainsync',
  37. 'corehq.apps.hqadmin',
  38. 'corehq.apps.hqcase',
  39. 'corehq.apps.hqwebapp',
  40. 'corehq.apps.docs',
  41. 'corehq.apps.hqmedia',
  42. 'couchforms',
  43. 'couchexport',
  44. 'couchlog',
  45. 'formtranslate',
  46. 'receiver',
  47. 'langcodes',
  48. 'corehq.apps.receiverwrapper',
  49. 'corehq.apps.migration',
  50. 'corehq.apps.app_manager',
  51. 'corehq.apps.fixtures',
  52. 'corehq.apps.reminders',
  53. 'corehq.apps.prescriptions',
  54. 'corehq.apps.translations',
  55. 'corehq.apps.users',
  56. 'corehq.apps.ota',
  57. 'corehq.apps.groups',
  58. 'corehq.apps.sms',
  59. 'corehq.apps.registration',
  60. 'corehq.apps.unicel',
  61. 'corehq.apps.reports',
  62. 'corehq.apps.hq-bootstrap',
  63. 'corehq.apps.builds',
  64. 'corehq.apps.api',
  65. 'corehq.couchapps',
  66. 'sofabed.forms',
  67. 'soil',
  68. 'corehq.apps.hqsofabed',
  69. 'xep_hq_server',
  70. 'touchforms.formplayer',
  71. 'phonelog',
  72. 'pathfinder',
  73. 'hutch',
  74. 'dca']
  75. Installed Middleware:
  76. ['django.middleware.common.CommonMiddleware',
  77. 'django.contrib.sessions.middleware.SessionMiddleware',
  78. 'django.middleware.locale.LocaleMiddleware',
  79. 'django.contrib.auth.middleware.AuthenticationMiddleware',
  80. 'django.contrib.messages.middleware.MessageMiddleware',
  81. 'corehq.middleware.OpenRosaMiddleware',
  82. 'corehq.apps.domain.middleware.DomainMiddleware',
  83. 'corehq.apps.users.middleware.UsersMiddleware',
  84. 'casexml.apps.phone.middleware.SyncTokenMiddleware',
  85. 'auditcare.middleware.AuditMiddleware']
  86.  
  87.  
  88. Traceback:
  89. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
  90. 111. response = callback(request, *callback_args, **callback_kwargs)
  91. File "submodules/core-hq-src/corehq/apps/domain/decorators.py" in _inner
  92. 70. return view_func(req, domain_name, *args, **kwargs)
  93. File "submodules/dimagi-utils-src/dimagi/utils/decorators/datespan.py" in wrapped_func
  94. 46. return f(*args, **kwargs)
  95. File "submodules/core-hq-src/corehq/apps/reports/views.py" in report_dispatcher
  96. 386. return k.as_view()
  97. File "submodules/core-hq-src/corehq/apps/reports/standard.py" in as_view
  98. 72. self.get_global_params()
  99. File "submodules/core-hq-src/corehq/apps/reports/standard.py" in get_global_params
  100. 155. super(StandardDateHQReport, self).get_global_params()
  101. File "submodules/core-hq-src/corehq/apps/reports/standard.py" in get_global_params
  102. 49. self.users = util.get_all_users_by_domain(self.domain, self.group, self.individual, self.user_filter)
  103. File "submodules/core-hq-src/corehq/apps/reports/util.py" in get_all_users_by_domain
  104. 167. submitted_user_ids = get_all_userids_submitted(domain)
  105. File "submodules/core-hq-src/corehq/apps/reports/util.py" in get_all_userids_submitted
  106. 196. reduce=True
  107. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/couchdbkit/client.py" in all
  108. 971. return list(self.iterator())
  109. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/couchdbkit/client.py" in iterator
  110. 927. self._fetch_if_needed()
  111. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/couchdbkit/client.py" in _fetch_if_needed
  112. 1006. self.fetch()
  113. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/couchdbkit/client.py" in fetch
  114. 988. self._result_cache = self.view._exec(**self.params).json_body
  115. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/couchdbkit/client.py" in _exec
  116. 1076. return self._db.res.get(self.view_path, **params)
  117. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/restkit/resource.py" in get
  118. 114. params_dict=params_dict, **params)
  119. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/couchdbkit/resource.py" in request
  120. 111. payload=payload, headers=headers, **params)
  121. File "/home/michael/.virtualenvs/commcare-hq/lib/python2.6/site-packages/restkit/resource.py" in request
  122. 210. response=resp)
  123.  
  124. Exception Type: RequestFailed at /a/test/reports/submissions_by_form/
  125. Exception Value: {"error":"reduce_overflow_error","reason":"Reduce output must shrink more rapidly: Current output: '[{\"xmlns\": \"http://openrosa.org/formdesigner/6B57A9F7-7DB4-4D76-BF53-3E7587F154D4\",\"app\": {\"name\": \"'... (first 100 of 279 bytes)"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement