We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: