<?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 Re: Unable to issue query: the Host Monitor is not running in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37858#M38333</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/14620"&gt;@megrez80﻿&lt;/a&gt;&amp;nbsp;You can find the system requirements on the &lt;A href="http://www.cloudera.com/downloads/quickstart_vms/5-5.html" target="_blank"&gt;quickstart download page&lt;/A&gt;&amp;nbsp;but I will show them below to speed things along. With your Lenovo system, you should be able to run CDH just fine as long as the VM meets the prerequisites, including at least 4GB or RAM dedicated to it. The problem is that when you run Cloudera Manager as well, the RAM requirement doubles. Additional RAM is also required if you are running workloads larger than the provided examples. &amp;nbsp;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Prerequisites&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;These 64-bit VMs require a 64-bit host OS and a virtualization product that can support a 64-bit guest OS.&lt;/LI&gt;
&lt;LI&gt;To use a VMware VM, you must use a player compatible with WorkStation 8.x or higher:
&lt;UL&gt;
&lt;LI&gt;Player 4.x or higher&lt;/LI&gt;
&lt;LI&gt;Fusion 4.x or higher&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Older versions of WorkStation can be used to create a new VM using the same virtual disk (VMDK file), but some features in VMware Tools are not available.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;The amount of RAM required varies by the run-time option you choose:
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="4"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH&gt;CDH and Cloudera Manager Version&lt;/TH&gt;
&lt;TH&gt;RAM Required by VM&lt;/TH&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD valign="top"&gt;CDH 5 (default)&lt;/TD&gt;
&lt;TD valign="top"&gt;4+ GiB*&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD valign="top"&gt;Cloudera Express&lt;/TD&gt;
&lt;TD valign="top"&gt;8+ GiB*&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD valign="top"&gt;Cloudera Enterprise (trial)&lt;/TD&gt;
&lt;TD valign="top"&gt;10+ GiB*&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Minimum recommended memory. If you are running workloads larger than the examples provided, consider allocating additional memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2016 13:58:08 GMT</pubDate>
    <dc:creator>cjervis</dc:creator>
    <dc:date>2016-02-25T13:58:08Z</dc:date>
    <item>
      <title>Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37810#M38329</link>
      <description>&lt;P&gt;I have a single node pseudo-distributed installation of Cloudera Express 5.5.1. I'm seeing "Unable to issue query: the Host Monitor is not running". When I try to restart the Management Service, all roles fail to start. Each log contains:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;HTTP ERROR 500

Problem accessing /cmf/role/17/logs. Reason:

    INTERNAL_SERVER_ERROR

Caused by:

java.lang.NullPointerException
	at org.springframework.web.servlet.view.RedirectView.appendQueryProperties(RedirectView.java:252)
	at org.springframework.web.servlet.view.RedirectView.renderMergedOutputModel(RedirectView.java:225)
	at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
	at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1047)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:817)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:669)
	at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:574)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1221)
	at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:78)
	at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:131)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
	at com.jamonapi.http.JAMonServletFilter.doFilter(JAMonServletFilter.java:48)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
	at com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter.doFilter(JavaMelodyFacade.java:109)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:125)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:767)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.handler.StatisticsHandler.handle(StatisticsHandler.java:53)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.Server.handle(Server.java:326)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

Powered by Jetty://&lt;/PRE&gt;&lt;P&gt;varying only in the numeric subdirectory (eg. '17' in the path at the top ("/cmf/role/17/logs"). There is no 'role' directory anywhere on the system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, there are no recent entries in the /var/log/cloudera-scm-firehose/mgmt-cmf-mgmt-HOSTMONITOR-kdahadoop.kda.local.log.out file, the last being almost 2 weeks ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:05:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37810#M38329</guid>
      <dc:creator>megrez80</dc:creator>
      <dc:date>2022-09-16T10:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37841#M38330</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I think may happen if Cloudera doesn't have enough resources (memory, CPU). What is your machine ?&lt;/P&gt;&lt;P&gt;I think that in order to have Cloudera Manager you need about at least 9 GB on your PC.&lt;BR /&gt;&lt;BR /&gt;Check this out: &lt;A href="https://community.cloudera.com/t5/Cloudera-Manager-Installation/CDH-5-1-2-Unable-to-issue-query-the-Host-Monitor-is-not-running/td-p/18404" target="_blank"&gt;https://community.cloudera.com/t5/Cloudera-Manager-Installation/CDH-5-1-2-Unable-to-issue-query-the-Host-Monitor-is-not-running/td-p/18404&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hopes this helps,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 05:44:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37841#M38330</guid>
      <dc:creator>AlinaGHERMAN</dc:creator>
      <dc:date>2016-02-25T05:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37852#M38331</link>
      <description>&lt;P&gt;HI Alina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm running on a Lenovo ideapad Z710, which has 8GB of main memory and approximately 1TB of disk space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If memory is the issue, it's a shame that CDH won't run on a machine such as this in some form or another, at least for research and development purposes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 13:05:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37852#M38331</guid>
      <dc:creator>megrez80</dc:creator>
      <dc:date>2016-02-25T13:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37853#M38332</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If it's for test purposes, and since you have that much of disk, I suppose you could add some swap. That should help (not for the performances, but for having access to the platform).&lt;BR /&gt;&lt;BR /&gt;Requirements: &lt;A href="http://www.cloudera.com/downloads/quickstart_vms/5-4.html" target="_blank"&gt;http://www.cloudera.com/downloads/quickstart_vms/5-4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you count the OS; the browser that you may have open, the VM if you are running in a VM... I think you may be at the limit of memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Feb 2016 13:31:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37853#M38332</guid>
      <dc:creator>AlinaGHERMAN</dc:creator>
      <dc:date>2016-02-25T13:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37858#M38333</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/14620"&gt;@megrez80﻿&lt;/a&gt;&amp;nbsp;You can find the system requirements on the &lt;A href="http://www.cloudera.com/downloads/quickstart_vms/5-5.html" target="_blank"&gt;quickstart download page&lt;/A&gt;&amp;nbsp;but I will show them below to speed things along. With your Lenovo system, you should be able to run CDH just fine as long as the VM meets the prerequisites, including at least 4GB or RAM dedicated to it. The problem is that when you run Cloudera Manager as well, the RAM requirement doubles. Additional RAM is also required if you are running workloads larger than the provided examples. &amp;nbsp;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Prerequisites&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;These 64-bit VMs require a 64-bit host OS and a virtualization product that can support a 64-bit guest OS.&lt;/LI&gt;
&lt;LI&gt;To use a VMware VM, you must use a player compatible with WorkStation 8.x or higher:
&lt;UL&gt;
&lt;LI&gt;Player 4.x or higher&lt;/LI&gt;
&lt;LI&gt;Fusion 4.x or higher&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Older versions of WorkStation can be used to create a new VM using the same virtual disk (VMDK file), but some features in VMware Tools are not available.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;The amount of RAM required varies by the run-time option you choose:
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" cellspacing="0" cellpadding="4"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH&gt;CDH and Cloudera Manager Version&lt;/TH&gt;
&lt;TH&gt;RAM Required by VM&lt;/TH&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD valign="top"&gt;CDH 5 (default)&lt;/TD&gt;
&lt;TD valign="top"&gt;4+ GiB*&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD valign="top"&gt;Cloudera Express&lt;/TD&gt;
&lt;TD valign="top"&gt;8+ GiB*&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD valign="top"&gt;Cloudera Enterprise (trial)&lt;/TD&gt;
&lt;TD valign="top"&gt;10+ GiB*&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Minimum recommended memory. If you are running workloads larger than the examples provided, consider allocating additional memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 13:58:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37858#M38333</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2016-02-25T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37861#M38334</link>
      <description>&lt;P&gt;CY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm not running in a VM, but directly on the host OS. Is 8GB enough in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 15:04:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37861#M38334</guid>
      <dc:creator>megrez80</dc:creator>
      <dc:date>2016-02-25T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37866#M38335</link>
      <description>&lt;P&gt;Oh, sorry for the assumption. I may need to ask around on this one since I am not an expert myself.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My initial thoughts are that even installing without the use of the VM you may run into issues with only 8GB of total system RAM. Depending on how much of the RAM your PC takes to run, for example &lt;A href="https://www.microsoft.com/en-us/windows/windows-10-specifications?OCID=win10_null_vanity_win10specs#sysreqs" target="_blank"&gt;Windows 10 64 bit requires a minimum of 2GB of RAM&lt;/A&gt;&amp;nbsp;, there may not be enough left over for CDH and Cloudera Manager to utilize. &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A little more information about your&amp;nbsp;&lt;SPAN&gt;pseudo-distributed installation should be helpful&lt;/SPAN&gt;. Can you explain a little more about your setup including the operating system and how you installed Cloudera Express?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some additional reading material that may be helpful: &lt;A href="https://community.cloudera.com/t5/Apache-Hadoop-Concepts-and/Selecting-the-Right-Hardware-for-Your-New-Hadoop-Cluster/ta-p/28414" target="_blank"&gt;Selecting the Right Hardware for Your New Hadoop Cluster&lt;/A&gt;. It doesn't diretly coordinate to your current setup but may be usefull when thinking of overall Hadoop requirements.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 15:40:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37866#M38335</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2016-02-25T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37869#M38336</link>
      <description>&lt;P&gt;I'm running Ubuntu 14.04. I installed everything using the cloudera-manager-installer.bin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What else would you like to know?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 16:53:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37869#M38336</guid>
      <dc:creator>megrez80</dc:creator>
      <dc:date>2016-02-25T16:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37880#M38337</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/14620"&gt;@megrez80﻿&lt;/a&gt;, my tendency here is to take a step back and look at the root cause of your error. &amp;nbsp;I agree that you are probably pushing the limits of what our system requirements are for testing, and maybe something like Cloudera Live would be a better option for a true POC, but I'm not convinced your problem is a memory problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error clearly mentions that it can't open the logs directory and you stated that there is no /cmf/role/17/logs directory on your system, so let's start there. &amp;nbsp;Why did the directory not get created during installation? &amp;nbsp;There should be an install log located in your /tmp filesystem which captured what happened when CM was installing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Forgive me for not remembering the exact file name, but it's something along the lines of scm-install.log. &amp;nbsp;If you can find that file, it might contain some valuable information as to why the correct directories were not created.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:44:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37880#M38337</guid>
      <dc:creator>Clint</dc:creator>
      <dc:date>2016-02-25T17:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37881#M38338</link>
      <description>&lt;P&gt;I took a brief look at your issue. &amp;nbsp;If Host Monitor is not running, then you can check the stderr.log and stdout.log for clues if it is running out of heap (in which case the default behavior is to shutdown the service).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Cloudera Manager, go to Clusters --&amp;gt; Cloudera Management Service --&amp;gt; (under Status Summary) Host Monitor --&amp;gt; Processes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click on the "stdout" link to open the stdout for the process. &amp;nbsp;See if there are OOMEs there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless of how much RAM you have on this host, if the Host Monitor's max heap is tuned too low, it can happen that it will throw an OOME exception.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:48:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37881#M38338</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2016-02-25T17:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37882#M38339</link>
      <description>&lt;P&gt;Oops... disregard my last update. &amp;nbsp;It was off topic!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:50:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37882#M38339</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2016-02-25T17:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37885#M38340</link>
      <description>&lt;P&gt;Clint. I can't find anything looking like an installation log in the /tmp directory. The machine has been rebooted a number of times since the install.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 18:09:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/37885#M38340</guid>
      <dc:creator>megrez80</dc:creator>
      <dc:date>2016-02-25T18:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/38199#M38341</link>
      <description>&lt;P&gt;This issue cropped up again, this time though I'm running CDH 5.6 in a 2 node vSphere ESXi-based cluster. Each node has 20GB of memory. Also different this time is a Management Service Restart was successfull.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This came after finally getting everything installed and started yesterday afternoon (a 3 node config failed multiple times to start all the services), and then this morning all the monitoring services had stopped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could cause this?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:46:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/38199#M38341</guid>
      <dc:creator>megrez80</dc:creator>
      <dc:date>2016-03-02T13:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to issue query: the Host Monitor is not running</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/38249#M38342</link>
      <description>&lt;P&gt;What action triggered the stacktrace? The stacktrace is from deep within Spring and suggests system level issue, e.g. out of memory. A few things to&amp;nbsp;check:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;server log (/var/log/cloudera-scm-server/cloudera-scm-server.log)&lt;/P&gt;&lt;P&gt;- management daemon logs (/var/log/cloudera-scm-firehose/*.log&lt;/P&gt;&lt;P&gt;- check "Hosts"-&amp;gt;"All Hosts" for memory pressure. The "Resources" tab of individual Host page may help as well&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 07:24:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-issue-query-the-Host-Monitor-is-not-running/m-p/38249#M38342</guid>
      <dc:creator>Herman Chen</dc:creator>
      <dc:date>2016-03-03T07:24:23Z</dc:date>
    </item>
  </channel>
</rss>

