Madhan Neethiraj created ATLAS-5060: ---------------------------------------
Summary: Atlas startup failure in docker container Key: ATLAS-5060 URL: https://issues.apache.org/jira/browse/ATLAS-5060 Project: Atlas Issue Type: Bug Components: atlas-core Reporter: Madhan Neethiraj Atlas built on Ubuntu fails to startup in docker container with the following error: {noformat} SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [org.slf4j.reload4j.Reload4jServiceProvider@6e1567f1] SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@5cb9f472] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(E): Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError. SLF4J(E): See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details. Exception in thread "main" java.lang.ExceptionInInitializerError at org.slf4j.reload4j.Reload4jServiceProvider.initialize(Reload4jServiceProvider.java:36) at org.slf4j.LoggerFactory.bind(LoggerFactory.java:199) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:186) at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:496) at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:482) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:431) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:457) at org.apache.atlas.web.dao.UserDao.<clinit>(UserDao.java:51) at org.apache.atlas.util.CredentialProviderUtility.main(CredentialProviderUtility.java:85) Caused by: java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details. at org.slf4j.reload4j.Reload4jLoggerFactory.<clinit>(Reload4jLoggerFactory.java:55) ... 9 more {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)