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就可以了,我的就属于第三种:

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

相关推荐
Leo.yuan1 小时前
数据库同步是什么意思?数据库架构有哪些?
大数据·数据库·oracle·数据分析·数据库架构
Kookoos1 小时前
ABP VNext 与 Neo4j:构建基于图数据库的高效关系查询
数据库·c#·.net·neo4j·abp vnext
IT界小黑的对象1 小时前
virtualBox部署ubuntu22.04虚拟机 NAT+host only 宿主机ping不通虚拟机
linux·运维·服务器
云之兕1 小时前
MyBatis 的动态 SQL
数据库·sql·mybatis
gaoliheng0062 小时前
Redis看门狗机制
java·数据库·redis
我是唐青枫2 小时前
.NET AOT 详解
java·服务器·.net
藥瓿亭2 小时前
K8S认证|CKS题库+答案| 4. RBAC - RoleBinding
linux·运维·服务器·云原生·容器·kubernetes·cks
?ccc?2 小时前
MySQL主从复制与读写分离
数据库·mysql
会飞的Anthony3 小时前
数据库优化实战分享:高频场景下的性能调优技巧与案例解析
数据库