Replies: 1 comment
-
@tkarpli this sounds like a good idea. Feel free to take a look at what kind of changes that might take. The Windows installer packaging code can be found in the |
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
-
Community Support Policy
RabbitMQ version used
4.0.7
Erlang version used
27.2.x
Operating system (distribution) used
Windows Server 2019
How is RabbitMQ deployed?
Windows installer
rabbitmq-diagnostics status output
See 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.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
.
Steps to reproduce the behavior in question
advanced.config
See 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
What problem are you trying to solve?
Running rabbitmq-server if the "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Ericsson\Erlang\ErlSrv\1.1\RabbitMQ" registry key exists, doesn't install RabbitMQ service and a message box with error message: "rabbitmq-service.bat start exited with code 1." is displayed.
The RabbitMQ service is not actually installed by the setup
To resolve this issue, simply delete the registry key before running the RabbitMQ installation.
Beta Was this translation helpful? Give feedback.
All reactions