
专业库
fengyuzaitu_126_com
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CMake Could NOT find OpenJPEG未解决
场景CMake 3.19.1编译OpenCV 4.4版本源码,提示出错Could NOT find OpenJPEG (minimal suitable version: 2.0, recommended version >= 2.3.1)原创 2021-07-09 10:35:47 · 2277 阅读 · 1 评论 -
RabbitMQ:rabbitmq.config(not found)解决方案
景CentOS7.6启动RabbitMQ,登陆WEB网页,提示Config file /opt/rabbitmq_server-3.6.10/etc/rabbitmq/rabbitmq.config (not found)解决在windows平台找到安装目录,拷贝配置文件到对应的目录:cd /opt/rabbitmq.config.example /opt/rabbitmq_server-3.6.10/etc/rabbitmq/rabbitmq.config...原创 2021-06-29 10:45:08 · 1351 阅读 · 0 评论 -
RabbitMQ:Erlang distribution failed解决方案
前言系统版本:CentOS Linux release 7.7.1908 (Core)通过rabbitmqctl add_user admin 12345指令,给rabbitmq添加用户提示出错:[root@localhost perl]# rabbitmqctl add_user admin 12345Error: unable to connect to node rabbit@localhost: nodedownDIAGNOSTICS=======...原创 2021-06-29 10:43:10 · 2343 阅读 · 0 评论 -
RabbitMQ 无法正常停止问题未解决
问题ERROR: node with name "rabbit" already running on "localhost"[root@localhost init.d]# rabbitmqctl stopStopping and halting node rabbit@localhostError: unable to connect to node rabbit@localhost: nodedownERROR: node with name "rabbit" alre...原创 2021-06-29 09:46:46 · 1205 阅读 · 0 评论 -
RabbitMQ erl: command not found解决方案
言系统环境:CentOS Linux release 7.7.1908 (Core)要求将RabbitMQ注册成开机服务程序创建软连接 ln -s/opt/rabbitmq_server-3.6.10/sbin/rabbitmq-server /etc/init.d/rabbitmq-server创建软连接 ln -s/opt/rabbitmq_server-3.6.10/sbin/rabbitmq-env /etc/init.d/rabbitmq...原创 2021-06-29 09:23:59 · 5244 阅读 · 0 评论 -
RabbitMQ:address (cannot connect to host/port)解决方案
场景 [root@taishan-atlas init.d]# service rabbitmq-server startFailed to get D-Bus connection: Operation not permittedERROR: epmd error for host taishan-atlas: address (cannot connect to host/port)解决方案修改/etc/hosts,添加127.0.0.1 t...原创 2021-06-29 09:22:35 · 2131 阅读 · 1 评论