标签:lan star 注意 plugin style 出现 bin start enable
---恢复内容开始---
3.我的坑是,ERLANG_HOME not set correctly.但是我在命令行输入erl是可以出现erlang的shell的,解决办法是>>>set ERLANG_HOME=D:\ERL\erl9.2\erts-9.2,然后再去安装插件,就会有六个插件被安装。
4.插件安装完之后,服务死活起不来,只能这样后台启动,rabbitmq-server -detached
,这样rabbitmq-service start起不来,netstat -ano | findstr 5672查看端口;
5.经过十分钟找问题,发现是上次装完之后,没卸载干净,注册表中还残留着上次erlang的erlsrv.exe路径,那么修改MQ的可执行文件路径,https://jingyan.baidu.com/article/1876c85253de2b890a13767c.html 这篇文章介绍的很详细。改成目前erlsrv.exe的路径--
D:\ERL\erl9.2\erts-9.2\bin\erlsrv.exe,完美启动!!;
---恢复内容结束---
标签:lan star 注意 plugin style 出现 bin start enable
原文地址:https://www.cnblogs.com/fawaikuangtu123/p/9639077.html