首页 > 基础资料 博客日记

启动错误: Exception in thread “main“ java.lang.IllegalArgumentException: LoggerFactory is not a Logback

2024-08-17 18:00:06基础资料围观113

本篇文章分享启动错误: Exception in thread “main“ java.lang.IllegalArgumentException: LoggerFactory is not a Logback,对你有帮助的话记得收藏一下,看Java资料网收获更多编程知识

现象

程序启动时报错:

        Exception in thread "main" java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.Reload4jLoggerFactory loaded from file:/Users/lizz/.m2/repository/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar). If you are using WebLogic you will need to add 'org.slf4j' to prefer-application-packages in WEB-INF/weblogic.xml: org.slf4j.impl.Reload4jLogygerFactor

原因分析

        由于StaticLoggerBinder发现了2个SLF4J创建包,会出现检查错误导致无法启动。

解决方案

        查找使用idea查询slf4j-reload4j引用情况,exclude即可。


文章来源:https://blog.csdn.net/lizz861109/article/details/138581938
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:jacktools123@163.com进行投诉反馈,一经查实,立即删除!

标签:

相关文章

本站推荐

标签云