You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "js8544 (via GitHub)" <gi...@apache.org> on 2023/03/07 09:51:54 UTC

[GitHub] [arrow] js8544 opened a new issue, #34479: [Java] java-jars failing due to conflicting slf4j bindings

js8544 opened a new issue, #34479:
URL: https://github.com/apache/arrow/issues/34479

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Example failure build: https://github.com/ursacomputing/crossbow/actions/runs/4341450290/jobs/7582202736
   
   > SLF4J: Class path contains multiple SLF4J bindings.
   > SLF4J: Found binding in [jar:file:/Users/runner/.m2/repository/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   > SLF4J: Found binding in [jar:file:/Users/runner/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   > SLF4J: Detected both log4j-over-slf4j.jar AND bound slf4j-reload4j.jar on the class path, preempting StackOverflowError. 
   > SLF4J: See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
   
   Caused by https://github.com/apache/arrow/pull/13861, hadoop-common 3.3.3 added dependency on reload4j( https://hadoop.apache.org/docs/r3.3.3/hadoop-project-dist/hadoop-common/release/3.3.3/RELEASENOTES.3.3.3.html). We should exclude slf4j-reload4j as suggested on the release note.
   
   ### Component(s)
   
   Java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed issue #34479: [Java] java-jars failing due to conflicting slf4j bindings

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #34479: [Java] java-jars failing due to conflicting slf4j bindings
URL: https://github.com/apache/arrow/issues/34479


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org