I uninstalled rabbitMq using this guide: https://support.bioconnect.com/hc/en-us/articles/115011178868-How-to-Uninstall-RabbitMQ
After I tried reinstalling using this other guide: https://cmatskas.com/getting-started-with-rabbitmq-on-windows/
I navigated to http://localhost:15672/ and the site was unreachable. I opened up services to make sure that the rabbitMq service was on and it was not even created. I tried running the command 'rabbitmq-service install' as admin and got the following back
RabbitMQ service is already present - only updating service parameters
C:\Program Files\erl9.2\erts-9.2\bin\erlsrv: Warning, could not set correct interactive mode. RabbitMQ
Error: The handle is invalid.
C:\Program Files\erl9.2\erts-9.2\bin\erlsrv: Warning, could not set correct service description (comment) RabbitMQError: The handle is invalid.
I am wondering if i missed a step somewhere. Cant get rabbit to work.
Open a file explorer and type %appdata% in the location bar and press enter, this will being you to C:\Users\<your user>\AppData\Roaming. Delete the Rabbit MQ folder from that location. Once it is uninstalled, reinstall it using this installer http://installer-web-files.trms.com/carousel/rabbitmq-server-3.6.4.exe.
Enable the RabbitMQ management pluginOpen a command-line console (run as Administrator) and change to the RabbitMQ batch scripts folder; Execute the following command: rabbitmq-plugins. bat enable rabbitmq_management.
Uninstalling RabbitMQ and Erlang OTPOpen the Windows Control Panel. Double-click Programs and Features. In the list of currently installed programs, right-click RabbitMQ Server, and then click Uninstall. In the list of currently installed programs, right-click Erlang OTP, and then click Uninstall.
Once a supported version of Erlang is installed, download the RabbitMQ installer (rabbitmq-server-3.8. 0.exe) and run it. It installs RabbitMQ as a Windows service and starts it using the default configuration. Find below links for downloading erlang and rabbitmq exe file.
I also ran into this problem recently.
These simple steps solved the issue for me:
Open Regedit.exe
Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Ericsson\Erlang\ErlSrv\1.1\RabbitMQ
Remove that key
Now running rabbitmq-service.bat install
is successful.
Try to remove the service and reinstall it using the following steps:
Open CMD as administrator and navigate to the sbin folder (Mine is C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.4\sbin
)
Remove RabbitMQ service by:
rabbitmq-service.bat remove
Reinstall it by:
rabbitmq-service.bat install
Start the service by:
rabbimq-service.bat start
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With