Dmytro Grinenko created AMBARI-22657:
----------------------------------------
Summary: Oozie service check failed during 4th digit PU
Key: AMBARI-22657
URL: https://issues.apache.org/jira/browse/AMBARI-22657
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: trunk, 2.6.2
Reporter: Dmytro Grinenko
Assignee: Dmytro Grinenko
Priority: Critical
Fix For: trunk, 2.6.2
{code}
SEVERE: The web application [/oozie] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [java.lang.ThreadLocal@724836f5]) and a value of
type [org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData] (value [1884
bytes read, 0 bytes written, 23 read ops, 0 large read ops, 0 write ops]) but
failed to remove it when the web application was stopped. This is very likely
to create a memory leak.
Dec 04, 2017 2:40:26 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/oozie] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [java.lang.ThreadLocal@a9aa286]) and a value of
type [org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData] (value [1046
bytes read, 0 bytes written, 0 read ops, 0 large read ops, 0 write ops]) but
failed to remove it when the web application was stopped. This is very likely
to create a memory leak.
Dec 04, 2017 2:40:26 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/oozie] created a ThreadLocal with key of type
[org.apache.oozie.util.XLog$Info$1] (value
[org.apache.oozie.util.XLog$Info$1@e4a9a09]) and a value of type
[org.apache.oozie.util.XLog.Info] (value
[org.apache.oozie.util.XLog$Info@511b97d4]) but failed to remove it when the
web application was stopped. This is very likely to create a memory leak.
Dec 04, 2017 2:40:26 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/oozie] created a ThreadLocal with key of type
[org.apache.oozie.util.XLog$Info$1] (value
[org.apache.oozie.util.XLog$Info$1@e4a9a09]) and a value of type
[org.apache.oozie.util.XLog.Info] (value
[org.apache.oozie.util.XLog$Info@3349e2ee]) but failed to remove it when the
web application was stopped. This is very likely to create a memory leak.
Dec 04, 2017 2:40:26 AM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/oozie] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [java.lang.ThreadLocal@724836f5]) and a value of
type [org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData] (value [1884
bytes read, 0 bytes written, 23 read ops, 0 large read ops, 0 write ops]) but
failed to remove it when the web application was stopped. This is very likely
to create a memory leak.
Dec 04, 2017 2:40:27 AM org.apache.catalina.core.StandardContext resourcesStart
SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document base
/usr/hdp/current/oozie-client/oozie-server/webapps/oozie does not exist or is
not a readable directory
at
org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:142)
at
org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4390)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4563)
at
org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1287)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1385)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:307)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at
org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1393)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1657)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1666)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1646)
at java.lang.Thread.run(Thread.java:745)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)