博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决LoggerFactory is not a Logback LoggerContext but Logback is on the classpath
阅读量:5931 次
发布时间:2019-06-19

本文共 807 字,大约阅读时间需要 2 分钟。

hot3.png

ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.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.apache.logging.slf4j.Log4jLoggerFactory loaded from file:/Users/JieHuang/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.6.2/log4j-slf4j-impl-2.6.2.jar). If you are using WebLogic you will need to add 'org.slf4j' to prefer-application-packages in WEB-INF/weblogic.xml Object of class [org.apache.logging.slf4j.Log4jLoggerFactory] must be an instance of class ch.qos.logback.classic.LoggerContext

因为引用了log4j2同时还引用了logback

转载于:https://my.oschina.net/saintknight/blog/793046

你可能感兴趣的文章
java中abstract
查看>>
TCP-IP协议详解(8) TCP协议与流通信
查看>>
Java程序员从笨鸟到菜鸟之(十九)EL表达式和JSTL
查看>>
Loadrunner11无法打开浏览器问题
查看>>
复习PHP-语言参考-流程控制
查看>>
站长们:卢松松还在用的自媒体平台,你知道吗
查看>>
from __future__ import with_statement
查看>>
我的友情链接
查看>>
Activity
查看>>
Xdebug工作原理
查看>>
Linux SSH远程文件/目录传输命令scp
查看>>
不宠无惊过一生
查看>>
《解决微信内置浏览器返回上一页强制刷新问题方法》
查看>>
我的友情链接
查看>>
SpringMVC常见错误处理
查看>>
逻辑卷lvm 和btrs文件系统介绍
查看>>
iOS UITableView相关
查看>>
Hadoop用户重新部署HDFS
查看>>
七个对我最好的职业建议 Nicholas C. Zakas
查看>>
自动化测试培训:设计和实现分布式QTP调用
查看>>