Created
January 30, 2015 20:56
-
-
Save nelsnelson/46b8be82b8978b16ae72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo abacus | |
[E 150127 05:22:01 app:1423] Exception on / [GET] | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app | |
response = self.full_dispatch_request() | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request | |
rv = self.handle_user_exception(e) | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception | |
reraise(exc_type, exc_value, tb) | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request | |
rv = self.dispatch_request() | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request | |
return self.view_functions[rule.endpoint](**req.view_args) | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/__init__.py", line 459, in abacus | |
return abacus_render_base(path) | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/__init__.py", line 178, in abacus_render_base | |
products = json.loads(redis_store.get('ROOT_JSON')) | |
File "build/bdist.linux-x86_64/egg/redis/client.py", line 863, in get | |
return self.execute_command('GET', name) | |
File "build/bdist.linux-x86_64/egg/redis/client.py", line 570, in execute_command | |
connection.send_command(*args) | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 556, in send_command | |
self.send_packed_command(self.pack_command(*args)) | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 532, in send_packed_command | |
self.connect() | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 436, in connect | |
raise ConnectionError(self._error_message(e)) | |
ConnectionError: Error 111 connecting to localhost:6379. ECONNREFUSED. | |
[E 150127 05:22:01 wsgi:358] 500 GET / (192.168.60.1) 10.84ms | |
[E 150127 05:22:01 app:1423] Exception on /favicon.ico [GET] | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app | |
response = self.full_dispatch_request() | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request | |
rv = self.handle_user_exception(e) | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception | |
reraise(exc_type, exc_value, tb) | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request | |
rv = self.dispatch_request() | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request | |
return self.view_functions[rule.endpoint](**req.view_args) | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/__init__.py", line 459, in abacus | |
return abacus_render_base(path) | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/__init__.py", line 178, in abacus_render_base | |
products = json.loads(redis_store.get('ROOT_JSON')) | |
File "build/bdist.linux-x86_64/egg/redis/client.py", line 863, in get | |
return self.execute_command('GET', name) | |
File "build/bdist.linux-x86_64/egg/redis/client.py", line 570, in execute_command | |
connection.send_command(*args) | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 556, in send_command | |
self.send_packed_command(self.pack_command(*args)) | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 532, in send_packed_command | |
self.connect() | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 436, in connect | |
raise ConnectionError(self._error_message(e)) | |
ConnectionError: Error 111 connecting to localhost:6379. ECONNREFUSED. | |
[E 150127 05:22:01 wsgi:358] 500 GET /favicon.ico (192.168.60.1) 7.52ms | |
[E 150127 05:22:01 app:1423] Exception on /favicon.ico [GET] | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app | |
response = self.full_dispatch_request() | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request | |
rv = self.handle_user_exception(e) | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception | |
reraise(exc_type, exc_value, tb) | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request | |
rv = self.dispatch_request() | |
File "/usr/local/lib/python2.7/dist-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request | |
return self.view_functions[rule.endpoint](**req.view_args) | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/__init__.py", line 459, in abacus | |
return abacus_render_base(path) | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/__init__.py", line 178, in abacus_render_base | |
products = json.loads(redis_store.get('ROOT_JSON')) | |
File "build/bdist.linux-x86_64/egg/redis/client.py", line 863, in get | |
return self.execute_command('GET', name) | |
File "build/bdist.linux-x86_64/egg/redis/client.py", line 570, in execute_command | |
connection.send_command(*args) | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 556, in send_command | |
self.send_packed_command(self.pack_command(*args)) | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 532, in send_packed_command | |
self.connect() | |
File "build/bdist.linux-x86_64/egg/redis/connection.py", line 436, in connect | |
raise ConnectionError(self._error_message(e)) | |
ConnectionError: Error 111 connecting to localhost:6379. ECONNREFUSED. | |
[E 150127 05:22:01 wsgi:358] 500 GET /favicon.ico (192.168.60.1) 6.97ms | |
^CTraceback (most recent call last): | |
File "/usr/local/bin/abacus", line 9, in <module> | |
load_entry_point('abacus==1.0.24', 'console_scripts', 'abacus')() | |
File "/usr/local/lib/python2.7/dist-packages/abacus-1.0.24-py2.7.egg/abacus/cli.py", line 31, in run_tornado | |
IOLoop.instance().start() | |
File "/usr/local/lib/python2.7/dist-packages/tornado-4.0.2-py2.7-linux-x86_64.egg/tornado/ioloop.py", line 812, in start | |
event_pairs = self._impl.poll(poll_timeout) | |
KeyboardInterrupt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment