Replies: 1 comment
-
RabbitMQ 3.13.x has been out of community support for some 10 months now. Something in your environment violates the fundamental assumptions for the protocol nodes and CLI tools use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
other (3.13.0)
Erlang version used
26.2.x
Operating system (distribution) used
SUSE Linux
How is RabbitMQ deployed?
Generic binary package
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
rabbitmqctl print many error:
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq server start failed
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
setp1. set rabbitmq node name to /etc/hosts:
setp2. init rabbitmq config
step3. run rabbitmq-server
Steps to reproduce the behavior in question
just run rabbitmqctl
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
What problem are you trying to solve?
Based on the error message, I located the call location in the code(in rabbit_env.erl):
I checked my node name and the information in /etc/hosts based on information from other forums and found nothing unusual. Please provide some ideas for solving the problem. At the same time, after I changed the calling node, it started normally.
The /etc/hosts file of a normally invoked node is as follows:
Beta Was this translation helpful? Give feedback.
All reactions