`

hibernate3.3.x Failed to load class org.slf4j.impl.StaticLogger

    博客分类:
  • java
阅读更多

http://sunxboy.iteye.com/blog/233716

在hibernate + spring + struts 框架下,布署在weblogic9下的时候报Failed to load class org.slf4j.impl.StaticLogger错误,最后问题解决。

 

分析问题,由于是找不包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导入项目,后无报错,问题解决。

分享到:
评论

相关推荐

    slf4j jar包

    org.slf4j.impl.CopyOnInheritThreadLocal.class org.slf4j.impl.LogbackMDCAdapter.class org.slf4j.impl.StaticLoggerBinder.class org.slf4j.impl.StaticMDCBinder.class org.slf4j.impl.StaticMarkerBinder....

    解决SLF4J: Failed to load class "org.slf

    然而,在实际使用中,有时会遇到“SLF4J: Failed to load class "org.slf”这样的错误,这通常是由于类路径配置不正确或者缺少相应的日志实现导致的。 首先,这个错误意味着SLF4J无法找到其需要的绑定(binding)来...

    slf4j-api-1.6.2.jar

    org.slf4j.ILoggerFactory.class org.slf4j.IMarkerFactory.class org.slf4j.Logger.class org.slf4j.LoggerFactory.class org.slf4j.MDC.class org.slf4j.Marker.class org.slf4j.MarkerFactory.class org.slf4j....

    hibernate的slf4j-nop包

    hibernate的错误SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".的解决方法是:下载slf4j-nop.jar、slf4f-simple.jar、slf4j-log4j12.jar、slf4j-jdk14.jar或logback-classic.jar中某一个而且...

    slf4j-log4j

    用于Failed to load class "org.slf4j.impl.StaticLoggerBinder"问题的jar包

    SLF4J日志报错解决办法

    处理slf4j日志使用的基本错误,导入三个包,分别是slf4j-impl,slf4j-api和slf4j-log4j12

    hibernate3.3必要的jar包

    8. **slf4j-api.jar**和**slf4j-log4j12.jar**:SLF4J(Simple Logging Facade for Java)是一个日志门面,而slf4j-log4j12.jar是SLF4J的Log4j绑定,提供日志记录功能。 9. **dom4j.jar**或**jaxen.jar**:用于XML...

    log4j-slf4j-impl-2.17.1-API文档-中英对照版.zip

    Maven坐标:org.apache.logging.log4j:log4j-slf4j-impl:2.17.1; 标签:apache、logging、log4j、slf4j、impl、中英对照文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可...

    log4j-slf4j-impl-2.12.1-API文档-中英对照版.zip

    Maven坐标:org.apache.logging.log4j:log4j-slf4j-impl:2.12.1; 标签:apache、logging、log4j、slf4j、impl、中英对照文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可...

    hibernate3.x JAR包集合_马士兵版

    "slf4j-1.5.8" 和 "hibernate3.x" 是两个重要的标签。SLF4J(Simple Logging Facade for Java)是一个用于日志记录的API,它为各种日志框架提供了统一的接口,如Log4j、Java Util Logging等。在Hibernate 3.x中,SLF...

    log4j-slf4j-impl-2.12.1-API文档-中文版.zip

    Maven坐标:org.apache.logging.log4j:log4j-slf4j-impl:2.12.1; 标签:apache、logging、log4j、slf4j、impl、中文文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览...

    org.slf4j.LoggerFactory

    包含 slf4j-simple-1.7.25-sources ,slf4j-simple-1.7.25 ,slf4j-nop-1.7.25-sources,slf4j-nop-1.7.25,slf4j-api-1.7.25,slf4j-log4j12-1.7.25等

    log4j-slf4j-impl-2.11.2.jar

    log4j-slf4j-impl-2.11.2.jar

    slf4j最新jar包下载和jar包

    4. 如果有多个SLF4J实现(如logback、log4j等)存在,可能会出现“SLF4J: Class path contains multiple SLF4J bindings”警告,需要清理掉多余的实现。 5. 验证Maven或Gradle的配置文件中,SLF4J和Lombok的版本是否...

    最新slf4j-1.7.25.zip源码和jar包

    该压缩包中包含以下内容: 1、jcl-over-slf4j-1.7.21.jar 2、jcl-over-slf4j-1.7.21-sources.jar 3、jul-to-slf4j-1.7.21.jar 4、jul-to-slf4j-1.7.21-sources.jar 5、log4j-over-slf4j-1.7.21.jar 6、log4j-over-...

    slf4j-1.7.rar

    1.如果运行程序出现错误:“Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory”,这是因为项目缺少slf4j-api.jar和slf4j-log4j12.jar这两个jar包导致的错误。 2.如果运行程序...

    slf4j-log4j12-1.7.5.jar

    解决Failed to load class "org.slf4j.impl.StaticLoggerBinder" 所需要的jar包:slf4j-log4j12-1.7.5.jar

    Struts1.x Spring2.x Hibernate3.x DWR2.x整合工具文档v1.00

    - `slf4j-log4j12-x.x.x.jar` - `log4j-x.x.x.jar` - `cglib-nodep-x.x.x.jar` 通过以上详细的配置和解释,可以有效地实现Struts1.x、Spring2.x、Hibernate3.x 和 DWR2.x 的整合,为开发者提供了一个稳定、高效的...

    最新slf4j-1.7.21.zip源码和jar包

    3、jul-to-slf4j-1.7.21.jar 4、jul-to-slf4j-1.7.21-sources.jar 5、log4j-over-slf4j-1.7.21.jar 6、log4j-over-slf4j-1.7.21-sources.jar 7、osgi-over-slf4j-1.7.21.jar 8、osgi-over-slf4j-1.7.21-sources...

    log4j-slf4j-impl.zip

    "Log4j-slf4j-impl.zip"这个压缩包中包含的是Log4j对SLF4J接口的实现,即"log4j-slf4j-impl-2.11.2.jar"。SLF4J提供了一组API,允许开发者编写与具体日志库无关的日志代码。而Log4j-SLF4J-Impl则是SLF4J的一个绑定,...

Global site tag (gtag.js) - Google Analytics