I am trying to run Rabbitmq on my MAC CATALINA 10.15.5 and seeing this error everytime I run rabbitmq-server
.
rabbitmq-server
Crash dump is being written to erl_crash.dump...done
init terminating in do_boot ()
the output of rabbitmqctl status
is this:
{"init terminating in do_boot",{load_failed,[logger_filters,supervisor,error_logger,logger_backend,gen_event,erl_eval,file_server,logger_server,logger_simple_h,gen,file,lists,proc_lib,logger,file_io_server,kernel,filename,heart,error_handler,ets,application_master,code_server,code,application_controller,erl_parse,gen_server,logger_config,application,erl_lint]}}
Crash dump is being written to: erl_crash.dump...done
init terminating in do_boot ()
I tried uninstalling Erlang and Rabbitmq but still getting the same error.
what I am doing wrong here? I tried previous posts on this same topic but no help so far.