<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question cloudera manager does not start in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/cloudera-manager-does-not-start/m-p/281274#M209283</link>
    <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to cloudera. I have installed the CDH 6.3 . but the cloudera manager does not start at 7180. After I checked the cloudera status i get the&amp;nbsp; ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have checked the my log4j properties and it is as below. I do not know why it is not started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# Copyright (c) 2012 Cloudera, Inc. All rights reserved.&lt;BR /&gt;#&lt;BR /&gt;# !!!!! IMPORTANT !!!!!&lt;BR /&gt;# The Cloudera Manager server finds its log file by querying log4j. It&lt;BR /&gt;# assumes that the first file appender in this file is the server log.&lt;BR /&gt;# See LogUtil.getServerLogFile() for more details.&lt;BR /&gt;#&lt;BR /&gt;# Define some default values that can be overridden by system properties&lt;BR /&gt;cmf.root.logger=INFO,CONSOLE&lt;BR /&gt;cmf.log.dir=.&lt;BR /&gt;cmf.log.file=cmf-server.log&lt;BR /&gt;cmf.perf.log.file=cmf-server-perf.log&lt;BR /&gt;cmf.jetty.log.file=cmf-server-nio.log&lt;/P&gt;
&lt;P&gt;# Define the root logger to the system property "cmf.root.logger".&lt;BR /&gt;log4j.rootLogger=${cmf.root.logger}&lt;/P&gt;
&lt;P&gt;# Logging Threshold&lt;BR /&gt;log4j.threshhold=ALL&lt;/P&gt;
&lt;P&gt;# Disable most JDBC tracing by default.&lt;BR /&gt;log4j.logger.org.jdbcdslog=FATAL&lt;/P&gt;
&lt;P&gt;# Disable overly loud Avro IPC logging&lt;BR /&gt;log4j.logger.org.apache.avro.ipc.NettyTransceiver=FATAL&lt;/P&gt;
&lt;P&gt;# Disable overly loud Flume config validation logging&lt;BR /&gt;log4j.logger.org.apache.flume.conf.FlumeConfiguration=ERROR&lt;/P&gt;
&lt;P&gt;# Disable overly loud CXF logging&lt;BR /&gt;log4j.logger.org.apache.cxf.phase.PhaseInterceptorChain=ERROR&lt;/P&gt;
&lt;P&gt;# Disable overzealous CXF method comparisons warnings&lt;BR /&gt;log4j.logger.org.apache.cxf.jaxrs.utils.JAXRSUtils=ERROR&lt;/P&gt;
&lt;P&gt;# Disable overzealous spring request mapping logs&lt;BR /&gt;log4j.logger.org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping=WARN&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender&lt;BR /&gt;log4j.appender.CONSOLE.target=System.err&lt;BR /&gt;log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout&lt;BR /&gt;log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %p %t:%c: %m%n&lt;/P&gt;
&lt;P&gt;log4j.appender.LOGFILE=org.apache.log4j.RollingFileAppender&lt;BR /&gt;log4j.appender.LOGFILE.MaxFileSize=10MB&lt;BR /&gt;log4j.appender.LOGFILE.MaxBackupIndex=10&lt;BR /&gt;log4j.appender.LOGFILE.File=${cmf.log.dir}/${cmf.log.file}&lt;BR /&gt;log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout&lt;BR /&gt;log4j.appender.LOGFILE.layout.ConversionPattern=%d{ISO8601} %p %t:%c: %m%n&lt;/P&gt;
&lt;P&gt;# Capture tne low level jetty log&lt;BR /&gt;# log4j.logger.org.eclipse.jetty.io.ManagedSelector=DEBUG,JETTYLOG&lt;BR /&gt;# log4j.additivity.org.eclipse.jetty.io.ManagedSelector=false&lt;BR /&gt;log4j.logger.org.eclipse.jetty.util.thread.strategy=DEBUG,JETTYLOG&lt;BR /&gt;log4j.additivity.org.eclipse.jetty.util.thread.strategy=false&lt;BR /&gt;log4j.appender.JETTYLOG=org.apache.log4j.RollingFileAppender&lt;BR /&gt;log4j.appender.JETTYLOG.MaxFileSize=10MB&lt;BR /&gt;log4j.appender.JETTYLOG.MaxBackupIndex=10&lt;BR /&gt;log4j.appender.JETTYLOG.File=${cmf.log.dir}/${cmf.jetty.log.file}&lt;BR /&gt;log4j.appender.JETTYLOG.layout=org.apache.log4j.PatternLayout&lt;BR /&gt;log4j.appender.JETTYLOG.layout.ConversionPattern=%d{ISO8601} %p %t:%c: %m%n&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;log4j.additivity.com.cloudera.server.cmf.debug.components.PerfLogger=false&lt;BR /&gt;log4j.logger.com.cloudera.server.cmf.debug.components.PerfLogger=INFO,PERFLOGFILE&lt;BR /&gt;log4j.appender.PERFLOGFILE=org.apache.log4j.RollingFileAppender&lt;BR /&gt;log4j.appender.PERFLOGFILE.MaxFileSize=10MB&lt;BR /&gt;log4j.appender.PERFLOGFILE.MaxBackupIndex=10&lt;BR /&gt;log4j.appender.PERFLOGFILE.File=${cmf.log.dir}/${cmf.perf.log.file}&lt;BR /&gt;log4j.appender.PERFLOGFILE.layout=org.apache.log4j.PatternLayout&lt;BR /&gt;log4j.appender.PERFLOGFILE.layout.ConversionPattern=%d{ISO8601} %p %t:%c: %m%n&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 17:58:37 GMT</pubDate>
    <dc:creator>Nima</dc:creator>
    <dc:date>2019-10-24T17:58:37Z</dc:date>
  </channel>
</rss>

