RabbitMQ启动报错:Error during startup: {error, {schema_integrity_check_failed,

报错信息如下:

复制代码
Error during startup: {error,
                          {schema_integrity_check_failed,
                              [{table_attributes_mismatch,rabbit_user,
                                   [username,password_hash,tags,
                                    hashing_algorithm,limits],
                                   [username,password_hash,tags,
                                    hashing_algorithm]},
                               {table_attributes_mismatch,rabbit_vhost,
                                   [virtual_host,limits,metadata],
                                   [virtual_host,limits]},
                               {table_attributes_mismatch,
                                   rabbit_durable_queue,
                                   [name,durable,auto_delete,exclusive_owner,
                                    arguments,pid,slave_pids,sync_slave_pids,
                                    recoverable_slaves,policy,operator_policy,
                                    gm_pids,decorators,state,policy_version,
                                    slave_pids_pending_shutdown,vhost,options,
                                    type,type_state],
                                   [name,durable,auto_delete,exclusive_owner,
                                    arguments,pid,slave_pids,sync_slave_pids,
                                    recoverable_slaves,policy,operator_policy,
                                    gm_pids,decorators,state,policy_version,
                                    slave_pids_pending_shutdown,vhost,
                                    options]},
                               {table_attributes_mismatch,rabbit_queue,
                                   [name,durable,auto_delete,exclusive_owner,
                                    arguments,pid,slave_pids,sync_slave_pids,
                                    recoverable_slaves,policy,operator_policy,
                                    gm_pids,decorators,state,policy_version,
                                    slave_pids_pending_shutdown,vhost,options,
                                    type,type_state],
                                   [name,durable,auto_delete,exclusive_owner,
                                    arguments,pid,slave_pids,sync_slave_pids,
                                    recoverable_slaves,policy,operator_policy,
                                    gm_pids,decorators,state,policy_version,
                                    slave_pids_pending_shutdown,vhost,
                                    options]},
                               {table_missing,rabbit_index_route},
                               {table_missing,
                                   rabbit_node_maintenance_states}]}}

我查阅资料大概有三种可能:

1、你的rabbitMQ的版本信息和erlang的版本信息对应不上

2、你的安装路径中存在中文或空格

3、还有一种,删除一下路径中的文件,然后重新启动rabbitMQ就可以了,我的就属于第三种:

但是暂时我也不太清楚要删除这个文件,如果有知道的朋友可以再评论区留言,我们共同学习~

相关推荐
数据工匠老o3 分钟前
连接池配置实战——从“连不上“到“连太多“的完整排查指南
数据库
WZF-Sang35 分钟前
网络基础——2
服务器·网络·c++·学习·网络编程·php
一只专注api接口开发的技术猿1 小时前
电商评论自动化监控与情感数据分析完整落地教程(附可直接运行 Python 代码)
大数据·数据库·python·数据分析·自动化
hh真是个慢性子1 小时前
GaussDB Inside 2.23.01.280 集中式一主一备安装
数据库·database·gaussdb·国产数据库·高斯
沉静的小伙1 小时前
Spring事务
java·数据库·spring
大侠锅锅1 小时前
第 3 篇:节点自动化纳管——从裸机到可管理的 7 步安装流水线
数据库·自动化·边缘计算·iot
笃行3501 小时前
踩坑实战 | MySQL/PostgreSQL 迁移必踩:LEFT JOIN 莫名丢数据,KES 外连接消除避坑指南
数据库
摇滚侠1 小时前
Redis7 零基础到进阶 Linux 离线安装 Redis 09-10
数据库·redis·缓存
wang_shu_mo_ran2 小时前
网络编程(一):网络编程初识
运维·服务器·网络
赵渝强老师2 小时前
【赵渝强老师】达梦数据库的回滚数据
数据库·达梦数据库·国产数据库