[Questions] RabbitMQ 4.0.5 Erlang 27.2 Windows standard installation service restart after one minute #13058
-
Community Support Policy
RabbitMQ version used4.0.5 Erlang version used27.2.x Operating system (distribution) usedWindows 11 Pro How is RabbitMQ deployed?Windows installer rabbitmq-diagnostics status output
Logs from node 1 (with sensitive values edited out)
Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.conf
Steps to deploy RabbitMQ clusterExecute Erlang installer then RabbitMQ installer Steps to reproduce the behavior in questionExecute Erlang installer then RabbitMQ installer advanced.config
Application code# PASTE CODE HERE, BETWEEN BACKTICKS Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKS What problem are you trying to solve?The service restart every 50 seconds and application fails open connection. The listening ports list is empty |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
RabbitMQ could not connect to its local |
Beta Was this translation helpful? Give feedback.
RabbitMQ could not connect to its local
epmd
, almost certainly due to security tooling, anti-viruses of sorts. See what ports RabbitMQ uses and whitelist the node's data directory and all of those ports (at least for local connections, and if you need clustering, for remote ones as well).