问题描述:
windows安装完erl和rabbit后,启动rabbitmq-server服务时,报错ERROR: could not bind to distribution port 25672, it is in use by another node: rabbit
原因:
不能绑定分配端口25672, 它正在被其他节点使用。
解决方案:
win+r
快捷键打开运行
,输入services.msc
找到RabbitMQ,停止此服务,并将属性中的启动类型改为
手动
,点击应用、确认
双击rabbit安装目录\sbin
下的rabbitmq-server.bat
,启动成功
浏览器访问http://localhost:15672/
,username:guest, password:guest
登录成功