TheJacksonLaboratory / LIRICAL

LIkelihood Ratio Interpretation of Clinical AbnormaLities
https://thejacksonlaboratory.github.io/LIRICAL/stable
Other
22 stars 11 forks source link

multiple bindings question #529

Closed ponomarevsy closed 4 years ago

ponomarevsy commented 4 years ago

Dear Developers,

I am getting this warning of multiple bindings for the latest distribution of LIRICAL:

» java -jar target/LIRICAL.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/software/lirical/1.0.3/target/LIRICAL.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/software/lirical/1.0.3/target/lib/log4j-slf4j-impl-2.13.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
Usage: java -jar LIRICAL.jar [options] [command] [command options]
 ...

Is this warning of a concern, i.e., does it affect the results of the calculations, or is it is something that can be ignored? Please let us know.

Thank you!

pnrobinson commented 4 years ago

This will not affect the results. It basically means that the logging system is finding two possible libraries to log with and reports which it chose. Thanks for pointing this out, we will fix it.

pnrobinson commented 4 years ago

Thanks again for pointing this out. We have found a solution. Please try the new release https://github.com/TheJacksonLaboratory/LIRICAL/releases/tag/v1.1.0 Please let us know if you are still experiencing this issue!

ponomarevsy commented 4 years ago

Thank you for your hard work!