Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created March 13, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/cc3067364a0bfdb7b3b030627c1ded3b to your computer and use it in GitHub Desktop.
Save harlowja/cc3067364a0bfdb7b3b030627c1ded3b to your computer and use it in GitHub Desktop.
[2018-03-13 19:44:54,165] ERROR in app: Exception on /reports/ajax/results/75f074c9-1622-45c5-906b-81f95b49523f.txt [GET]
Traceback (most recent call last):
File "/opt/ara/venv/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File "/opt/ara/venv/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/ara/venv/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/ara/venv/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/ara/venv/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/opt/ara/venv/lib/python2.7/site-packages/ara/views/reports.py", line 181, in ajax_results
for result in task_results:
File "/opt/ara/venv/lib/python2.7/site-packages/sqlalchemy/orm/loading.py", line 98, in instances
util.raise_from_cause(err)
File "/opt/ara/venv/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=cause)
File "/opt/ara/venv/lib/python2.7/site-packages/sqlalchemy/orm/loading.py", line 79, in instances
rows = [proc(row) for row in fetch]
File "/opt/ara/venv/lib/python2.7/site-packages/sqlalchemy/orm/loading.py", line 493, in _instance
loaded_instance, populate_existing, populators)
File "/opt/ara/venv/lib/python2.7/site-packages/sqlalchemy/orm/loading.py", line 593, in _populate_full
dict_[key] = getter(row)
File "/opt/ara/venv/lib/python2.7/site-packages/sqlalchemy/sql/type_api.py", line 1204, in process
return process_value(impl_processor(value), dialect)
File "/opt/ara/venv/lib/python2.7/site-packages/ara/models.py", line 158, in process_result_value
return encodeutils.safe_decode(zlib.decompress(value))
File "/opt/ara/venv/lib/python2.7/site-packages/oslo_utils/encodeutils.py", line 49, in safe_decode
return text.decode(incoming, errors)
MemoryError
[2018-03-13 19:44:56 +0000] [122] [INFO] Booting worker with pid: 122
[2018-03-13 19:46:05 +0000] [129] [INFO] Booting worker with pid: 129
[2018-03-13 19:46:17 +0000] [130] [INFO] Booting worker with pid: 130
[2018-03-13 19:46:28 +0000] [131] [INFO] Booting worker with pid: 131
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment