was8.0上slf4j的问题

发布于 2021-11-28 21:02:06 字数 1149 浏览 868 评论 1

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:287 CST] 00000128 SystemErr     R SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]

在was8.0上启动项目的报改问题,在was7没有问题tomcat也没有问题。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸里的那抹悲凉 2021-11-30 01:16:36

应用包中的jar包与was中的jar包相冲突了,到应用下把类加载顺序改一下,改成优先加载本地类包

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文