was8.0上slf4j的问题
Class path contains multiple SLF4J bindings.
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: Found binding in [bundleresource://233.fwk645792687:1/org/slf4j/impl/StaticLoggerBinder.class]
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: Found binding in [wsjar:file:/websphere/AppServer/profiles/AppSrv01/installedApps/CB_WASB_pstNode01Cell/iCreditCheck_war.ear/iCreditCheck.war/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: Found binding in [wsjar:file:/websphere/AppServer/profiles/AppSrv01/installedApps/CB_WASB_pstNode01Cell/iCreditCheck_war.ear/iCreditCheck.war/WEB-INF/lib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: Found binding in [bundleresource://233.fwk645792687:1/org/slf4j/impl/StaticLoggerBinder.class]
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: Found binding in [wsjar:file:/websphere/AppServer/profiles/AppSrv01/installedApps/CB_WASB_pstNode01Cell/iCreditCheck_war.ear/iCreditCheck.war/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: Found binding in [wsjar:file:/websphere/AppServer/profiles/AppSrv01/installedApps/CB_WASB_pstNode01Cell/iCreditCheck_war.ear/iCreditCheck.war/WEB-INF/lib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[15-11-23 16:02:23:278 CST] 00000128 SystemErr R SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[15-11-23 16:02:23:287 CST] 00000128 SystemErr R SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
在was8.0上启动项目的报改问题,在was7没有问题tomcat也没有问题。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应用包中的jar包与was中的jar包相冲突了,到应用下把类加载顺序改一下,改成优先加载本地类包