1. ホーム
  2. エラーの報告

Azkaban error-SLF4J: Class path contains multiple SLF4J bindings

2022-02-25 18:13:34
<パス

課題

2019/05/09 21:50:04.061 +0800 ERROR [StdOutErrRedirect] [Azkaban] SLF4J: Class path contains multiple SLF4J bindings.
2019/05/09 21:50:04.061 +0800 ERROR [StdOutErrRedirect] [Azkaban] SLF4J: Found binding in [jar:file:/usr/local/azkaban/azkaban-web-server/ lib/slf4j-log4j12-1.7.18.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2019/05/09 21:50:04.061 +0800 ERROR [StdOutErrRedirect] [Azkaban] SLF4J: Found binding in [jar:file:/usr/local/hive/apache-hive-2.3.4/lib/ log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2019/05/09 21:50:04.062 +0800 ERROR [StdOutErrRedirect] [Azkaban] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2019/05/09 21:50:04.070 +0800 ERROR [StdOutErrRedirect] [Azkaban] SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]


<イグ

回答

azkaban-web-server の lib フォルダにある slf4j-slf4j12-1.7.18.jar パッケージと apache-hive-2.3.4 の lib フォルダにある log4j-slf4j-impl-2.6.2.jar パッケージが競合しています。

どちらかのjarパッケージを削除するだけです