Hello,
I’m trying to execute RabbitMQ using the erlang parameter “-run observer”.
In windows it works correctly just added:
"!ERLANG_HOME!\bin\erl.exe" ^ -run observer ^I tried to do the same on my mac in different ways:
Modified the “rabbitmq-server” and I get this this error:
{"init terminating in do_boot",{undef,[{observer,start,[],[]},{init,start_it,1,[]},{init,start_em,1,[]}]}}Tried to add it using RABBITMQ_SERVER_ERL_ARGS, and Rabbit starts without execute the observer.
I tried to execute “erl -run observer” and works correctly.
Is there a way to enable the parameter ?
Environment :
Yosemite
Last erlang version.
Last rabbitmq version.
#ERL_DIR=${RABBITMQ_HOME}/erts-6.4/bin/sudo ./rabbitmq-server
.....
(rabbit@gabrieleMacBook)1>
(rabbit@gabrieleMacBook)1> observer:start().
ok--
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.