Madhan Neethiraj created RANGER-3446:
----------------------------------------
Summary: log4j initialization failure in docker setup
Key: RANGER-3446
URL: https://issues.apache.org/jira/browse/RANGER-3446
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: 3.0.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Ranger admin startup in docker fails due to following error in initializing
log4j:
{noformat}
INFO: Initializing Spring root WebApplicationContextINFO: Initializing Spring
root WebApplicationContextlog4j:ERROR Could not read configuration file from
URL [file:2021-09-25].java.io.FileNotFoundException: 2021-09-25 (No such file
or directory) at java.io.FileInputStream.open0(Native Method) at
java.io.FileInputStream.open(FileInputStream.java:195) at
java.io.FileInputStream.<init>(FileInputStream.java:138) at
java.io.FileInputStream.<init>(FileInputStream.java:93) at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at
org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:557)
at
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
at org.apache.log4j.LogManager.<clinit>(LogManager.java:127) at
org.slf4j.impl.Log4jLoggerFactory.<init>(Log4jLoggerFactory.java:66) at
org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:72) at
org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:45) at
org.slf4j.LoggerFactory.bind(LoggerFactory.java:150) at
org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124) at
org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412) at
org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357) at
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:655) at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:269)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4763)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5232)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1429)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)log4j:ERROR Ignoring configuration file
[file:2021-09-25].log4j:WARN No appenders could be found for logger
(org.springframework.web.context.ContextLoader).log4j:WARN Please initialize
the log4j system properly.log4j:WARN See
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)