RabbitMQ:address (cannot connect to host/port)问题解决
作者:互联网
场景
[root@taishan-atlas init.d]# service rabbitmq-server start Failed to get D-Bus connection: Operation not permitted ERROR: epmd error for host taishan-atlas: address (cannot connect to host/port)
解决方案
修改/etc/hosts,添加127.0.0.1 taishan-atlas
127.0.0.1 localhost 127.0.0.1 taishan-atlas 192.168.12.42 taishan-atlas
标签:taishan,0.1,RabbitMQ,host,cannot,connect,atlas,port 来源: https://blog.51cto.com/fengyuzaitu/2668069