SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".错误的解决方法

1、今天新git下来的项目报错如下:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

2、解决办法

我的解决方法是,看报错的是哪个jar包,然后看下与你们自己公司开发的log包有没有冲突,直接把你们公司jar包版本删除掉,重新编译下就好了。

3、总结

遇到此问题一般情况下是jar包冲突的问题,或者jar包没有下载下来的问题。删除掉,重新下载。

原文地址:https://www.cnblogs.com/lixiaochao/p/8330133.html

时间: 2024-10-07 12:44:21

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".错误的解决方法的相关文章

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

调试Mina程序出现如下错误: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 下载相应的slf4j的jar包,在slf4

【SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".】解决办法

[问题描述] Maven工程中,使用了slf4j,运行时出现错误: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [

Mina 中遇到SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 解决方案: 下载匹配的slf4j<http://www.slf4j

启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”的解决方法!

原因:eclipse的版本与jre或者jdk版本不一致 对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位. 这种错误的原因可能性比较大,不排除其他因素 启动 Eclipse 弹出"Failed to load the JNI shared library jvm.dll"的解决方法!

mysql load data遇到的两个错误和解决方法

1.load数据遇到报错1 mysql> load data infile "/root/mysql_test/mysql_t1data" into table t1; ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement mysql> secure_file_priv参数用于限制LOAD D

Failed to load class &quot;org.slf4j.impl.StaticLoggerBinder&quot;

调试程序出现如下错误: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 下载相应的slf4j的jar包,在slf4j官网下

kafka 报Failed to load class &quot;org.slf4j.impl.StaticLoggerBinder&quot;.[z]

转:http://blog.chinaunix.net/uid-25135004-id-4172954.html 测试kafka    producer发送消息 和  consumer 接受消息报错 ,kafka版本kafka_2.9.2-0.8.1 [[email protected] ~]#  /export/kafka/bin/kafka-console-producer.sh  --broker-list 10.14.2.201:9092,10.14.2.202:9092,10.14.2

SLF4J: Failed to load class的问题及解决

今天在用Maven搞一个工程,安装要求我添加了所有需要的依赖,可是一运行测试程序,就跳出这样一个大大的错误: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Exception in thread "main" java.

解决Failed to load class &quot;org.slf4j.impl.StaticLoggerBinder&quot;

解决Failed to load class "org.slf4j.impl.StaticLoggerBinder" 解决办法,两步: 一.在编译路径中添加Log4J的包,比如我一直在用的log4j-1.2.8.jar: 二.再添加一个叫做slf4j-log4j12-1.5.11.jar的包进行转换,注意到这里的log4j12,可能对应的是log4j 1.2版本.解决! 补充: SLF4J官方下载:http://www.slf4j.org/download.html 下载对应版本后加压