Failed to load class "org.slf4j.impl.StaticLoggerB

简介: Failed to load class "org.slf4j.impl.StaticLoggerB osgi> start 45SLF4J: Failed to load class "org.

Failed to load class "org.slf4j.impl.StaticLoggerB

osgi> start 45
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
【Session管理器】(2009-02-24 15:50:35):初始化Hibernate SessionFactory时出现错误
java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

 

分析问题,由于是找不包slf4j相应的jar包,因此是由于少jar包的原因。

 

slf4j 官方有常见错误解答: http://www.slf4j.org/codes.html#log4j_version

得知此错误原因是:

This error is reported when the org.slf4j.impl.StaticLoggerBinder class could not be loaded into memory. This happens when no appropriate SLF4J binding could be found on the class path. Placing one (and only one) of slf4j-nop.jar , slf4j-simple.jar , slf4j-log4j12.jar , slf4j-jdk14.jar or logback-classic.jar on the class path should solve the problem.

 

故在官方下载 slf4j-1.5.2.zip

解压出slftj-nop-1.5.jar导入项目,后无报错,问题解决。

目录
打赏
0
0
0
0
13
分享
相关文章
|
6月前
|
flyway报错SLF4J: No SLF4J providers were found.或者SLF4J: Defaulting to no-operation (NOP) logger implem
flyway报错SLF4J: No SLF4J providers were found.或者SLF4J: Defaulting to no-operation (NOP) logger implem
229 1
Serialized class org.apache.catalina.core.ApplicationPart must implement java.io.Serializable
Serialized class org.apache.catalina.core.ApplicationPart must implement java.io.Serializable
128 0
|
7月前
|
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Class path contains multiple SLF4J bindings.
30 0
解决SLF4J和logback报错SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.
解决SLF4J和logback报错SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.
SpringBoot中使用SLE4J日志框架启动报错:SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinde
SpringBoot中使用SLE4J日志框架启动报错:SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinde
550 1
SLF4J:Failed to load class org.slf4j.impl.StaticLoggerBinder.
SLF4J:Failed to load class org.slf4j.impl.StaticLoggerBinder.
304 0
Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log 解决方法
org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:400) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.jav
282 0
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.
141 0
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.
Unable to load class ‘javax.xml.bind.annotation.XmlSchema‘.
Unable to load class ‘javax.xml.bind.annotation.XmlSchema‘.
932 0
Unable to load class ‘javax.xml.bind.annotation.XmlSchema‘.
Unable to load class 'org.gradle.api.internal.component.Usage
Unable to load class 'org.gradle.api.internal.component.Usage
143 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等