R
R
RoffDaniel2021-03-02 09:58:30
RabbitMQ
RoffDaniel, 2021-03-02 09:58:30

Why can't I start RabbitMQ Server?

Greetings! It was necessary to install rabbitmq-server for the Seafile and Onlyoffice bundle. All operations are carried out in the LXC container on Proxmox 6.3-4. I install according to the instructions from the office. site, but when I run it I get an error that I can't figure out myself. Please tell me what is the error?

systemctl status rabbitmq-server.service

603de169d0dd3253948753.png

journalctl -xe

603de19f0872b386420365.png

rabbitmqctl status

603de1889e6b4613790974.png

/etc/rabbitmq/rabbitmq-env.conf

export [email protected]
export RABBITMQ_NODE_IP_ADDRESS=127.0.0.1
export ERL_EPMD_ADDRESS=127.0.0.1

HOME=/var/lib/rabbitmq
LOG_BASE=/var/log/rabbitmq
MNESIA_BASE=/var/lib/rabbitmq/mnesia


There are no dens, /var/log/rabbitmq is empty... Please tell me
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2021-03-03
@RoffDaniel

As I can see from the logs, Erlang did not find the crypto:macN/5 function , which was added in Erlang/OTP 22.1. So either the crypto module is not installed in the system, or the Erlang / OTP version is less than 22.1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question