您的位置:首页 > 大数据 > 人工智能

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

2010-06-07 09:59 369 查看

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.

故在官方下载 [b]slf4j-1.5.2.zip [/b]

解压出slftj-nop-1.5.jar导入项目,后无报错,问题解决。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐