Skip to content

Instantly share code, notes, and snippets.

@dcorbacho
Created June 14, 2017 12:25
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 dcorbacho/70ddf1ca887668de64e147c8dd39c490 to your computer and use it in GitHub Desktop.
Save dcorbacho/70ddf1ca887668de64e147c8dd39c490 to your computer and use it in GitHub Desktop.
2017-06-14 13:08:29.302 [info] <0.165.0> Configured peer discovery backend: rabbit_peer_discovery_etcd
2017-06-14 13:08:29.302 [info] <0.165.0> Will try to lock with peer discovery backend rabbit_peer_discovery_etcd
2017-06-14 13:08:29.303 [error] <0.164.0> CRASH REPORT Process <0.164.0> with 0 neighbours exited with reason: no such process or port in call to gen_server:call(httpc_manager, {request,{request,undefined,<0.165.0>,0,http,{"localhost",2379},"/v2/keys/rabbitmq/default/start...",...}}, infinity) in application_master:init/4 line 134
@dcorbacho
Copy link
Author

dcorbacho commented Jun 16, 2017

Checking health of node rabbit2@mars ...
Error:
{:badrpc, {:EXIT, {:aborted, {:no_exists, :rabbit_vhost}}}}
Adding user "testuser" ...
Error:
{:badrpc, {:EXIT, {:noproc, {:gen_server2, :call, [:worker_pool, {:next_free, #PID<8233.188.0>}, :infinity]}}}}
Changing password for user "testuser" ...
Error:
{:no_such_user, "testuser"}
Setting runtime parameter "federation-upstream" for component "name" to "{"uri" : "amqp://"}" ...
Error:
{:badrpc, {:EXIT, {:badarg, [{:ets, :lookup, [:rabbit_registry, {:runtime_parameter, :"federation-upstream"}], []}, {:rabbit_registry, :lookup_module, 2, [file: 'src/rabbit_registry.erl', line: 64]}, {:ra
bbit_runtime_parameters, :lookup_component, 1, [file: 'src/rabbit_runtime_parameters.erl', line: 405]}, {:rabbit_runtime_parameters, :set_any0, 5, [file: 'src/rabbit_runtime_parameters.erl', line: 149]},
{:rabbit_runtime_parameters, :set_any, 5, [file: 'src/rabbit_runtime_parameters.erl', line: 143]}, {:rpc, :"-handle_call_call/6-fun-0-", 5, [file: 'rpc.erl', line: 187]}]}}}
Listing runtime parameters for vhost "/" ...

Clearing runtime parameter "name" for component "federation-upstream" on vhost "/" ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment