Created
July 6, 2011 21:19
-
-
Save aperiodic/1068347 to your computer and use it in GitHub Desktop.
wordsplitter bad config stacktrace
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
Traceback (most recent call last): | |
File "wordsplit.py", line 46, in <module> | |
line=pipeline) | |
File "/home/ubuntu/contrivance/jigbee/topic/gateway.py", line 131, in get_raw_documents | |
for msgBundle in self.recv: | |
File "/home/ubuntu/contrivance/jigbee/topic/queues.py", line 19, in next | |
items = [self.redis.brpop(self.queue)] | |
File "/usr/local/lib/python2.6/dist-packages/redis-2.4.5-py2.6.egg/redis/client.py", line 553, in brpop | |
return self.execute_command('BRPOP', *keys) | |
File "/usr/local/lib/python2.6/dist-packages/redis-2.4.5-py2.6.egg/redis/client.py", line 238, in execute_command | |
connection.send_command(*args) | |
File "/usr/local/lib/python2.6/dist-packages/redis-2.4.5-py2.6.egg/redis/connection.py", line 206, in send_command | |
self.send_packed_command(self.pack_command(*args)) | |
File "/usr/local/lib/python2.6/dist-packages/redis-2.4.5-py2.6.egg/redis/connection.py", line 202, in send_packed_command | |
self._send(command) | |
File "/usr/local/lib/python2.6/dist-packages/redis-2.4.5-py2.6.egg/redis/connection.py", line 180, in _send | |
self.connect() | |
File "/usr/local/lib/python2.6/dist-packages/redis-2.4.5-py2.6.egg/redis/connection.py", line 127, in connect | |
raise ConnectionError(self._error_message(e)) | |
redis.exceptions.ConnectionError: Error 111 connecting localhost:6379. Connection refused. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment