nextgenhealthcare / connect-docker

Official Dockerfiles for Connect https://hub.docker.com/r/nextgenhealthcare/connect
Mozilla Public License 2.0
78 stars 51 forks source link

Class path contains multiple SLF4J bindings. #20

Open m7md-3id opened 2 years ago

m7md-3id commented 2 years ago

Hello,

When we redeploy the image on kubernetes cluster we recieve the below msg and server not starting.

ERROR 2022-07-28 10:06:37,189 [Main Server Thread] Server: SLF4J: Class path contains multiple SLF4J bindings. Thu, Jul 28 2022 12:06:37 pm | ERROR 2022-07-28 10:06:37,190 [Main Server Thread] Server: SLF4J: Found binding in [jar:file:/opt/connect/server-lib/donkey/slf4j-log4j12-1.7.28.jar!/org/slf4j/impl/StaticLoggerBinder.class] Thu, Jul 28 2022 12:06:37 pm | ERROR 2022-07-28 10:06:37,191 [Main Server Thread] Server: SLF4J: Found binding in [jar:file:/opt/connect/custom-lib/activemq-all-5.15.12.jar!/org/slf4j/impl/StaticLoggerBinder.class] Thu, Jul 28 2022 12:06:37 pm | ERROR 2022-07-28 10:06:37,191 [Main Server Thread] Server: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Thu, Jul 28 2022 12:06:37 pm | ERROR 2022-07-28 10:06:37,195 [Main Server Thread] Server: SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]