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

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

相关推荐
秋野酱1 小时前
如何在 Spring Boot 中实现自定义属性
java·数据库·spring boot
weisian1512 小时前
Mysql--实战篇--@Transactional失效场景及避免策略(@Transactional实现原理,失效场景,内部调用问题等)
数据库·mysql
AI航海家(Ethan)2 小时前
PostgreSQL数据库的运行机制和架构体系
数据库·postgresql·架构
远方 hi4 小时前
linux如何修改密码,要在CentOS 7系统中修改密码
linux·运维·服务器
Kendra9195 小时前
数据库(MySQL)
数据库·mysql
时光书签6 小时前
Mongodb副本集群为什么选择3个节点不选择4个节点
数据库·mongodb·nosql
资讯分享周6 小时前
过年远控家里电脑打游戏,哪款远控软件最好用?
运维·服务器·电脑
chaodaibing6 小时前
记录一次k8s起不来的排查过程
运维·服务器·k8s
mcupro7 小时前
提供一种刷新X410内部EMMC存储器的方法
linux·运维·服务器
黑客老李7 小时前
区块链 智能合约安全 | 回滚攻击
服务器·数据仓库·hive·hadoop·区块链·php·智能合约