-
Community Support Policy
RabbitMQ version usedother (please specify) Erlang version used26.0.x Operating system (distribution) usedWindows 10 1809 x64 LTSC How is RabbitMQ deployed?Windows binary package rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs
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.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ clusterNo needed for this issue. Steps to reproduce the behavior in question
advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
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?My company has the installers for Erlang and Rabbit encapsulated into a single EXE along with the other applications that are needed for our purpose and when we install the overall application via Software Center the RabbitMQ service fails to start. Error: "rabbit-service.bat start exited with code 1." We are installing the following versions: If we run the EXE manually then everything installs fine and the service starts. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Unfortunately, my telepathy is not what it used to be 😉 Could you provide logs? Is anything logged to the RabbitMQ log file, or the Event Viewer (Application or System)? What logs Finally, you must install RabbitMQ using a local administrator account, and it's best to ensure that |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ versions before |
Beta Was this translation helpful? Give feedback.
Looks like running with the latest version of Erlang (27.3.3) and the latest version of Rabbit (4.1.0) install clean.
Issue resolved.