Created
August 6, 2018 08:40
-
-
Save plucury/bb8b9930792c48d6910e1ecbf407bc5c 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
Traceback (most recent call last): | |
File "shell/backfill_history_signed_doc_sync_es.py", line 46, in <module> | |
do_backfill() | |
File "shell/backfill_history_signed_doc_sync_es.py", line 33, in do_backfill | |
with ClusterRpcProxy(config) as cluster_rpc: | |
File "/usr/local/lib/python2.7/site-packages/nameko/standalone/rpc.py", line 221, in __enter__ | |
return self.start() | |
File "/usr/local/lib/python2.7/site-packages/nameko/standalone/rpc.py", line 227, in start | |
self._reply_listener.setup() | |
File "/usr/local/lib/python2.7/site-packages/nameko/rpc.py", line 308, in setup | |
self.queue_consumer.register_provider(self) | |
File "/usr/local/lib/python2.7/site-packages/nameko/standalone/rpc.py", line 117, in register_provider | |
verify_amqp_uri(amqp_uri) | |
File "/usr/local/lib/python2.7/site-packages/nameko/amqp.py", line 51, in verify_amqp_uri | |
with transport.establish_connection(): | |
File "/usr/local/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 116, in establish_connection | |
conn = self.Connection(**opts) | |
File "/usr/local/lib/python2.7/site-packages/nameko/amqp.py", line 37, in __init__ | |
six.raise_from(IOError(BAD_VHOST), exc) | |
File "/usr/local/lib/python2.7/site-packages/six.py", line 718, in raise_from | |
raise value | |
IOError: Error connecting to broker, probably caused by using an invalid or unauthorized vhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment