linux 启动rabbitmq 报错:

Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.

解决:

  1.找到nuesia文件夹

    find / -name mnesia

  2.删除文件夹下所有文件

     rm -rf mnesia

  3.重启

    sudo /sbin/service rabbitmq-server start

  4.查看启动状态

    sudo /sbin/service rabbitmq-server status

出现如下证明重启成功:

原文地址:https://www.cnblogs.com/Mr-xt/p/9946565.html

时间: 2024-07-30 02:09:18

linux 启动rabbitmq 报错:的相关文章

小内存linux启动Kakfka报错: commit_memory(0x00000000c0000000, 1073741824, 0) failed ..解决方案

报错原因: Kafka默认使用的JVM内存配置: export KAFKA_HEAP_OPTS="-Xmx1G -Xms1G" 如果服务器内存较小,需要调整启动配置. 解决办法: 打开/opt/kafka_2.11-2.0.0/binkafka-server-start.sh,降低启动内存大小.           如:export KAFKA_HEAP_OPTS="-Xmx512M -Xms512M" 原文地址:https://www.cnblogs.com/hu

linux启动Firefox报错,及解决方法

今天在安装Firefox时,出现如下错误 [[email protected] ~]# firefox XPCOMGlueLoad error for file /usr/lib64/firefox/libxul.so: /lib64/libnss3.so: version `NSS_3.30' not found (required by /usr/lib64/firefox/libxul.so) Couldn't load XPCOM. 查找资料得知,只需安装nss.x86_64即可 yum

linux启动jmeter报An error occurred

linux启动jmeter报错:An error occurred: /root/java/jdk1.8.0_51/jre/lib/amd64/libawt_xawt.so: libXext.so.6: cannot open shared object file: No such file or directory原因是没安装libXext 安装libXext:yum install libXext 如果还是报其他文件找不到,继续安装. 原文地址:http://blog.51cto.com/7

Linux系统下启动MySQL报错:Neither host 'localhost.localdomain' nor 'localhost' could be looked up with

Linux系统下启动MySQL报错:Neither host 'localhost.localdomain' nor 'localhost' could be looked up with 摘要 Linux系统下安装完MySQL,启动MySQL报错:Neither host 'localhost.localdomain' nor 'localhost' could be looked up with... Linux系统下装完MySQL,然后重启动时报错: 解决方法:  查看cat /etc/h

Linux系统下启动MySQL报错:Neither host 'localhost.localdomain' nor 'localhost' could be looked up with

Linux系统下启动MySQL报错:Neither host 'localhost.localdomain' nor 'localhost' could be looked up with 摘要 Linux系统下安装完MySQL,启动MySQL报错:Neither host 'localhost.localdomain' nor 'localhost' could be looked up with... Linux系统下装完MySQL,然后重新启动动时报错: 解决方法:  查看cat /etc

linux下启动tomcat报错 Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness

INFO [localhost-startStop-1] com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$InfoLogger.log(206) | Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomnessjava.net.UnknownHostException: Oracle.Linu

关闭或启动linux防火墙后,docker启动容器报错问题解决方式

关闭或启动linux防火墙后,docker启动容器报错问题解决方式 解决办法:重建docker0网络恢复 1.按照进程名杀死docker进程 pkill docker 2.清空防火墙规则-清空nat表的所有链 iptables -t nat -F 3.查看定义规则的详细信息 iptables -L -n -v 4.关闭docker0接口 ifconfig docker0 down 5.删除docker0接口 brctl delbr docker0 6.重启docker systemctl res

Centos 7上启动 vsftp报错处理

系统环境:CentOS Linux release 7.2.1511 (Core) yum方式安装ftp server: yum install vsftpd db4-utils ftp 然后根据具体需求和业务场景等进行配置,我这里是禁止匿名用户登录,配置ok后启动ftp报错: ...由于是系统是Cent 7,与6的有些区别,所以看了下报错信息,后半部分引起了我注意,故试着执行了下: ..这些信息表示基本看不懂了,看来到了在网上找答案的时候了,百度搜了下,进入一篇博客,大致看了下,说是 cent

启动httpd报错

启动httpd报错: service httpd start Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 61.191.206.4 for ServerName 在网上大多数解决办法是去掉配置文件中ServerName前面的#,我发生的这种情况去掉就不行,重启之后依然打不开页面,而且重启仍旧报错. 解决办法: 修改ServerName loc