RabbitMQ 3.6.5 Windows 10 nodedown "node 'rabbit' not running at all"

4,695 views
Skip to first unread message

Binary Worrier

unread,
Aug 12, 2016, 11:15:39 AM8/12/16
to rabbitmq-users
I've lost count of the number of times I've installed Rabbit on windows machines without any trouble, however Windows 10 has me tearing my hair out.

I'm a developer, not an admin, and I'm out of my depth, sorry.

I've installed erlang, I've installed RabbitMQ 3.6.5. 
The Rabbit Windows service "looks" like it's running in the services, but whne I run "rabbitmqctl status"
I get


Status of node rabbit@xxxxxx ...
Error: unable to connect to node rabbit@xxxxxx: nodedown

DIAGNOSTICS
===========

attempted to contact: [rabbit@xxxxxx]

rabbit@xxxxxx:
  * connected to epmd (port 4369) on xxxxxx
  * epmd reports: node 'rabbit' not running at all
                  other nodes on xxxxxx: ['RabbitMQ']
  * suggestion: start the node

current node details:
- node name: 'rabbitmq-cli-28@xxxxxx'
- home dir: U:\
- cookie hash: Lif7QN7grz+u/QV8ITHDNg==
                     
I literally do not know where to go from here.

Any and all help will be gratefully received

Michael Klishin

unread,
Aug 12, 2016, 12:05:47 PM8/12/16
to rabbitm...@googlegroups.com
Dozens of similar threads in list archives, ranging from rabbitmqctl authentication to network drive issues. Inspecting server logs is a very good idea.

In this case it looks like the node indeed isn't running.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Michael Klishin

unread,
Aug 13, 2016, 11:48:08 PM8/13/16
to rabbitm...@googlegroups.com
According to `rabbitmqctl status` the node is not running. See the list of OS processes — does it
have erlsrv.exe or beam.exe?

Have you checked server logs? If not it might be a good idea to do so and post them here.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ

Binary Worrier

unread,
Aug 31, 2016, 7:04:25 AM8/31/16
to rabbitmq-users
Thanks, I got this sorted, by rooting through various Stackoverflow Q&As.
It seems the WIndows Installer doesn't install the service properly, and the rabbitmq-... bat files need homeshare and homedrive to be the boot drive.
Doing the following gets everything working

1. 1.  When running commands from the command line (such as enabling the management plugin), it doesn’t like that the homedrive and homeshare aren’t on C
Set homedrive=C:\
Set homeshare=C:\user\<username>

2.     2. There’s a known problem with the windows installer, you’ve to run
rabbitmq-service remove
rabbitmq-service install
to re-install the actual windows service (after doing 1. above)

3.     3. Once you’ve done that, register the admin plugin offline
rabbitmq-plugins.bat enable rabbitmq_management –offline

4.       Restart the machine and you’ll be able to browse to the admin console on http://localhost:15672/#/

To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Sérgio Domingues

unread,
May 19, 2017, 10:31:52 PM5/19/17
to rabbitmq-users
DUDE U ARE THE BEST! SPENT LIKE 3 HOURS TRYING TO FIX THIS CRAP. MAD FCKIN PROPS!
Reply all
Reply to author
Forward
0 new messages