rabbitMQ service failing while trying to configure data collection

Hi,

I have installed my Chef server and Chef automate, and am trying to integrate both the servers together but after integration the reconfiguration command for automate server doesn’t complete successfully.

Previously the setup was working fine and I was able to get the nodes and cookbooks uploaded data on my automate dashboard but it looks like it suddenly broke down. Digging in deeper I found that the rabbitmq service has been stopped and doesn’t restart if run manually. I tried rebuilding the machines but it looks like this time the integration is not working with the service down.

Error executing action run on resource ‘execute[wait for rabbitmq initial start]’

[2018-03-22T18:20:57+05:30] INFO: Retrying execution of execute[wait for rabbitmq initial start], 9 attempt(s) left
[execute] Error: Failed to initialize erlang distribution: {{shutdown,
{failed_to_start_child, auth,
{“Cookie file /var/opt/delivery/rabbitmq/.erlang.cookie must be accessible by owner only”,
[{auth,init_cookie,0,
[{file,“auth.erl”},
{line,286}]},
{auth,init,1,
[{file,“auth.erl”},
{line,140}]},
{gen_server,init_it,6,
[{file,
“gen_server.erl”},
{line,328}]},
{proc_lib,
init_p_do_apply,3,
[{file,“proc_lib.erl”},
{line,240}]}]}}},
{child,undefined,
net_sup_dynamic,
{erl_distribution,
start_link,
[[‘rabbitmq-cli-17’,
shortnames]]},
permanent,1000,supervisor,
[erl_distribution]}}.

Is it a bug in the new release or is it that some configuration changed? Thanks in advance!