rabbit:Mnesia could not connect to any nodes

环境:

rabbitmq集群   2台机器,挂了一台后重启服务,发现在服务启动不了错误如下:

这里rabbit连接不商rabbit02这里这个服务也无法启动

解决办法:

rabbitmq默认的数据库位置

[[email protected] ~]# ls /var/lib/rabbitmq/mnesia/

一般命名规则([email protected]主机名字)

[email protected]  [email protected]  [email protected]  [email protected]  [email protected]

[[email protected] mnesia]# cd rabbit\@controller01

编辑文件

[[email protected] [email protected]]# cat cluster_nodes.config
{[[email protected],[email protected]],[[email protected]]}.

改成

{[[email protected],],[]}.

然后重启服务就应该可以了

时间: 2024-10-28 16:02:34

rabbit:Mnesia could not connect to any nodes的相关文章

搭建openstack,报:Error: unable to connect to node [email protected]: nodedown

执行: # rabbitmqctl add_user openstack passw0rd 报出: Error: unable to connect to node [email protected]: nodedown DIAGNOSTICS =========== attempted to contact: [[email protected]] [email protected]: * connected to epmd (port 4369) on localhost * epmd re

mysql链接错误:2003 can't connect to mysql server on 10038

出现这个错误原因是端口号不是3306. 打开D:\Program Files\MySQL\MySQL Server 5.5 \my.ini文件,当然还有其他的.ini的文件: [client] port=3306 [mysql] default-character-set=utf8 # SERVER SECTION# ----------------------------------------------------------------------## The following opt

虚拟机打不开错误:VMware Workstation cannot connect to the virtual machine.

错误提示: VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the program uses, and access all directories for temporary files. The VMware Authorization Service is not running. 解决

Linux解决:svn: Can't connect to host '*.*.*.*': 由于连接方在一段时间后没有正确答复或连接

svn服务启动了,在服务器上可以使用命令把文件检出,但是其他电脑上就无法检出,一直提示: "svn: Can't connect to host '*.*.*.*': 由于连接方在一段时间后没有正确答复或连接" 在网上找了半天说什么没有启动服务什么的,废话,没起服务玩蛋呀. 我通过检查防火墙看到3690端口根本没有对外开放,通过修改配置文件,解决问题: 修改如下: [[email protected] home]# more /etc/sysconfig/iptables # Fire

问题解决:psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

错误提示: psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? 出现该问题的很多,以下是目前碰到的几种情况,之后碰到继续补充: 1.删除了/tmp路径中的.s.PGSQL.5432 与.s.

一则奇怪的案例处理:ORA-00257: archiver error. Connect internal only, until freed

前天,业务反应数据库不能连接 在操作系统通过字符串尝试登陆数据库报:ORA-00257: archiver error. Connect internal only, until freed 解决思路: 1.操作系统清理归档 2.rman清理expired归档 遇到日志不能切换,且归档目录未满的情况,且数据库不能正常关闭的解决思路: 1.查看log group 状态,如果处于inactive状态但是报需要归档的错误 2.强制clear未归档的日志 3.删除clear的日志组,并重建 4.如果还不

Nagios-报错:UNKNOWN Can't connect to the JVM:

原因: 由于手动开启nrpe程序,产生临时文件,需要把产生的多余文件删除. [[email protected] ~]# ll /tmp/drwx------ 3 root root 17 Aug 12 13:47 systemd-private-e9aa9379cce548dab04aa0ab896def51-ntpd.service-mJrIFY <<产生的多余文件,导致远程调用程序不成功的原因 解决方法: 1.删除systemd-private-e9aa9379cce548dab04aa

hadoop fs -put localfile . 时出现如下错误: could only be replicated to 0 nodes, instead of 1

hadoop fs -put localfile . 时出现如下错误:could only be replicated to 0 nodes, instead of 1网友的说法: 这个问题是由于没有添加节点的原因,也就是说需要先启动namenode,再启动datanode,然后启动jobtracker和tasktracker.这样就不会存在这个问题了. 这个异常主要是因为hdfs文件系统出现异常,解决方法是:先停hadoop:到hadoop.tmp.dir这里配置路径清除文件:(hadoop.

svn更新报错:svn unable to connect to a repository at url

出现错误:unable to connect to a repository at url 解决办法1. 右键点击本地副本,TortoiseSVN -> Settings -> Saved Data,2. 点击个个“Clear”按钮,把本地缓存都清除了,点击“确定”:3. 再重新checkout即可!