{failed_to_connect_using_provided_uris,
[{rabbit_shovel_worker,make_conn_and_chan,2,
[{file,"src/rabbit_shovel_worker.erl"},{line,246}]},
{rabbit_shovel_worker,handle_cast,2,
[{file,"src/rabbit_shovel_worker.erl"},{line,63}]},
{gen_server2,handle_msg,2,[{file,"src/gen_server2.erl"},{line,1047}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]}
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This means that Shovel tried connecting to all provided URIs and none of them succeeded (possibly due to authentication/permission errors).See target node's logs for details.RabbitMQ documentation cannot know what URIs you should use. It only provides examples, you replace them with actual URIsthat contain reachable/correct IP addresses, credentials, encoded virtual host names and so on.
On Wed, Nov 29, 2017 at 10:29 PM, VNA <vanu...@gmail.com> wrote:
I am trying to setup Shovels in RabbitMQ 3.6.14 with Erlang 20.1I tried all the combinations of URIs as provided in the RabbitMQ documentation but none of them work. I keep getting this message. Can someone help me with this? Thank you very much{failed_to_connect_using_provided_uris,
[{rabbit_shovel_worker,make_conn_and_chan,2,
[{file,"src/rabbit_shovel_worker.erl"},{line,246}]},
{rabbit_shovel_worker,handle_cast,2,
[{file,"src/rabbit_shovel_worker.erl"},{line,63}]},
{gen_server2,handle_msg,2,[{file,"src/gen_server2.erl"},{line,1047}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]}
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.