ATG - 启动时添加新的.jar文件时出错

时间:2013-10-22 17:26:25

标签: slf4j atg

我们如何解决这个问题?如果我需要更改一些jar版本,请告诉我。

控制台出错:

13:21:02,220 ERROR [STDERR] SLF4J: Class path contains multiple SLF4J bindings.
13:21:02,221 ERROR [STDERR] SLF4J: Found binding in [vfszip:/C:/XXXX-atg/jboss-eap-5.1/jboss-as/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class]
13:21:02,221 ERROR [STDERR] SLF4J: Found binding in [jar:file:/C:/express-atg/ATG/ATG10.1.1/DAS/lib/slf4j-jdk14-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
13:21:02,221 ERROR [STDERR] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
13:21:02,869 INFO  [RoutingSearchService] Initializing cache for environment "ATGProfile"
13:21:02,903 INFO  [RoutingSearchService] Initializing cache for environment "ATGProfileBulk"

1 个答案:

答案 0 :(得分:1)

好像你在你的类路径中添加了两个不同的SLF4J实现: 错误消息已经提示在这种情况下该怎么做: http://www.slf4j.org/codes.html#multiple_bindings

相关问题