LoggerFactory is not a Logback LoggerContext but Logback is on the classpath
时间: 2023-08-25 20:13:44 浏览: 104
回答: 错误日志中的信息"LoggerFactory is not a Logback LoggerContext but Logback is on the classpath"表明在类路径上同时存在Logback和其他实现的日志框架,导致了冲突。解决这个问题的方法有两种。一种是移除Logback或者移除其他实现的日志框架,以解决冲突。另一种是通过配置文件或代码指定使用哪个日志框架。如果你正在使用WebLogic服务器,你需要在WEB-INF/weblogic.xml文件中的prefer-application-packages中添加"org.slf4j",以确保使用Logback而不是其他实现的日志框架。\[2\]根据错误日志中的提示,如果需要使用WebLogic服务器,还需要添加相关的org.slf4j依赖来解决冲突。\[2\]根据错误日志中的信息,冲突可能是由于两个jar包中的方法产生了冲突。\[3\]因此,你可以尝试排除其中一个jar包,或者查看是否有其他解决冲突的方法。
#### 引用[.reference_title]
- *1* *3* [IDEA 报错 LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. 如何解决依赖...](https://blog.csdn.net/qq_53030983/article/details/127466987)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}} ] [.reference_item]
- *2* [Error(13) 解决LoggerFactory is not a Logback LoggerContext but Logback is on the classpath](https://blog.csdn.net/qq_38225558/article/details/111823106)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}} ] [.reference_item]
[ .reference_list ]
阅读全文