Skip to main content

Error: this command requires the 'rabbit' app to be running on the target node. Start it with 'rabbitmqctl start_app'

 Problem Statement: RabbitMQ is not working or loading on the Windows Server.

when executing command 

rabbitmqctl status

rabbitmqctl add_users

then it display this error 

Error: this command requires the 'rabbit' app to be running on the target node. Start it with 'rabbitmqctl start_app'.

Arguments given:   status

Usage
rabbitmqctl [--node <node>] [--longnames] [--quiet] status [--unit <unit>] [--timeout <timeout>]


Solution:

Uninstall RabbitMQ and Erlang via Windows Control Panel.

Remove any leftover files in locations:

%APPDATA%\RabbitMQ

%ProgramFiles%\RabbitMQ Server

Reinstall Erlang and RabbitMQ.


Comments

Popular posts from this blog

windows-7-medal-of-honor-allied-assault-crashes-to-the-desktop

When you run Mohaa.exe the screen goes blank and display error message “ Medal of Honor   Allied Assault(TM) has stopped working .” I tried to run Mohaa.exe with different windows compatibility mode but not success. The only solution which worked is listed below: 1:   download zip file  opengl32  , extract it and place in Mohaa main directory. (Check now the game if still doesn't work then follow point 2) 2: Apply DirectX 9.0c (Jun 10) using this  link  or you can find any other by searching in google.com. This solution has been verified by many other PC users and it works fine on Windows 7,8,10 .

The following Error happen when opening the remote Runspace: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host

 This error appears if you have disabled TLS 1.0 & 1.1 on the server & client protocol on the machine. Full error description is listed below under the image. Make sure your application is enforce to send communication via Tls1.2 protocol only. Error description: The following Error happen when opening the remote Runspace: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)    --- End of inner exception stack trace --- ...

How to check your laptop battery health

If you are not sure if Laptop is functioning properly or it need to be replaced, this can easily be identified by following below steps. 1: Open Windows PowerShell (Run as Administrator) 2: Execute below command           powercfg /batteryreport /output "C:\batteryHealth.html" You can conclude if battery need to be replaced or not by checking section " Battery Capacity History "