I have installed RabbitMQ in my Windows 7 machine but it's not getting started and throws following error:
Unable to connect to epmd on : address (cannot connect to host/port)
I have installed RabbitMQ 3.5.4 and Erlang 18.0.
I used netstat -an
and I was able to see port 4369 is in listening mode, but I don't see 5672, 5671 ports in listening mode, is that the problem? if so how to resolve it?
I tried to reinstall both Erlang and RabbitMQ, but no luck.
I thought latest version of RabbitMQ is not supported in Windows 7, so downgraded to RabbitMQ 3.1.3. but no luck.
I have even added hostname in Windows hosts file, no luck.
My Windows firewall is already turned off, so wont be blocking any port.
From "Services" Window, I see RabbitMQ service is not started. even if I manually start it, it again goes back to stopped state.