<?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: Localhost:7180 Connection Refused Cloudera Manager in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63734#M50300</link>
    <description>&lt;P&gt;I also have the same issue after a system reboot.&amp;nbsp; It used to work well.&amp;nbsp; Not sure what is causing the connection failure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can a Cloudera consultant please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2018 23:15:22 GMT</pubDate>
    <dc:creator>THUKevin</dc:creator>
    <dc:date>2018-01-16T23:15:22Z</dc:date>
    <item>
      <title>Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/55285#M50293</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with localhost connecton to cloudera manager web ui. I installed CM via the installer.bin and if I try to connect to localhost, the connection gets refused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The things I've checked are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;selinix disabled&lt;/P&gt;&lt;P&gt;firewalls disabled&lt;/P&gt;&lt;P&gt;cloudera server is running&lt;/P&gt;&lt;P&gt;port 7180 is open&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know how to fix this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 10:34:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/55285#M50293</guid>
      <dc:creator>PhilippSchnarr1</dc:creator>
      <dc:date>2017-05-31T10:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/55290#M50294</link>
      <description>&lt;P&gt;Does it work if you try to connect using the IP address or the hostname instead of local host?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, try looking at the iptables?&amp;nbsp; This fixed this issue for me once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{code}&lt;/P&gt;&lt;P&gt;CANNOT CONNECT TO YOUR CM CONSOLE&lt;BR /&gt;&lt;BR /&gt;IF YOU SEE ANY '&lt;FONT color="#FF0000"&gt;REJECT&lt;/FONT&gt;'&amp;nbsp; LINES YOU MUST REMOVE THEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[host ~]#&amp;nbsp; &lt;FONT color="#0000FF"&gt;iptables -L&lt;/FONT&gt;&lt;BR /&gt;Chain INPUT (policy ACCEPT)&lt;BR /&gt;target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prot opt source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;ACCEPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; all&amp;nbsp; --&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state RELATED,ESTABLISHED&lt;BR /&gt;ACCEPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icmp --&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;ACCEPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; all&amp;nbsp; --&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;ACCEPT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tcp&amp;nbsp; --&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state NEW tcp dpt:ssh&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;REJECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; all&amp;nbsp; --&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject-with icmp-host-prohibited&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Chain FORWARD (policy ACCEPT)&lt;BR /&gt;target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prot opt source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;REJECT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; all&amp;nbsp; --&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; anywhere&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reject-with icmp-host-prohibited&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Chain OUTPUT (policy ACCEPT)&lt;BR /&gt;target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prot opt source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEE THEM HERE&lt;BR /&gt;&lt;BR /&gt;[host ~]# &lt;FONT color="#0000FF"&gt;more /etc/sysconfig/iptables&lt;/FONT&gt;&lt;BR /&gt;# sample configuration for iptables service&lt;BR /&gt;# you can edit this manually or use system-config-firewall&lt;BR /&gt;# please do not ask us to add additional ports/services to this default configuration&lt;BR /&gt;*filter&lt;BR /&gt;:INPUT ACCEPT [0:0]&lt;BR /&gt;:FORWARD ACCEPT [0:0]&lt;BR /&gt;:OUTPUT ACCEPT [0:0]&lt;BR /&gt;-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT&lt;BR /&gt;-A INPUT -p icmp -j ACCEPT&lt;BR /&gt;-A INPUT -i lo -j ACCEPT&lt;BR /&gt;-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;-A INPUT -j REJECT --reject-with icmp-host-prohibited&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;-A FORWARD -j REJECT --reject-with icmp-host-prohibited&lt;/FONT&gt;&lt;BR /&gt;COMMIT&lt;BR /&gt;&lt;BR /&gt;#EDIT FILE AND REMOVE, THEN RESTART IPTABLES&lt;BR /&gt;&lt;BR /&gt;[host ~]# &lt;FONT color="#0000FF"&gt;vim /etc/sysconfig/iptables&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# RESTART SERVICE&lt;BR /&gt;&lt;BR /&gt;service iptables restart&lt;/P&gt;&lt;P&gt;{code}&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 14:18:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/55290#M50294</guid>
      <dc:creator>truonala</dc:creator>
      <dc:date>2017-05-31T14:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/61921#M50295</link>
      <description>&lt;P&gt;Hi, I have the same problem that connection for localhost:7180 is refused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's my status for now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I installed via&amp;nbsp;cloudera-manager-installer.bin CM on Ubuntu 16.04, but cannot finish configuration and server is not listening to port 7180. Curl returns 'Connection refused'. Only&amp;nbsp;cloudera-scm-server-db is listening to port 7432.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I have cleared the firewall rules and my iptables are clean (ufw inactive).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- My /etc/hosts file looks like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;127.0.0.1 localhost&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# The following lines are desirable for IPv6 capable hosts&lt;BR /&gt;::1 localhost ip6-localhost ip6-loopback&lt;BR /&gt;ff02::1 ip6-allnodes&lt;BR /&gt;ff02::2 ip6-allrouters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I have in&amp;nbsp;/var/log/cloudera-scm-server/cloudera-scm-server.log the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR main:com.cloudera.server.cmf.Main: Server failed.&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.cloudera.server.cmf.TrialState': Cannot resolve reference to bean 'entityManagerFactoryBean' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactoryBean': FactoryBean threw exception on object creation; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: cmf.server] Unable to build EntityManagerFactory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find solution to that error. Can anyone advice what else I should check and configure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:09:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/61921#M50295</guid>
      <dc:creator>Annkaa</dc:creator>
      <dc:date>2017-11-16T15:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/62003#M50296</link>
      <description>&lt;P&gt;If someone has the same problem - issue was with java version. I installed java version by myself and it was version 9, which is not supported!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after changing JAVA_HOME to point java version 7, it's working and I can configure my cluster &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error that was at the end of&amp;nbsp;cloudera-scm-server.log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: java.lang.NoClassDefFoundError: &lt;STRONG&gt;javax/xml/bind/JAXBException&lt;/STRONG&gt;&lt;BR /&gt;at java.base/java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.base/java.lang.Class.forName(Class.java:375)&lt;BR /&gt;at org.jboss.logging.Logger.getMessageLogger(Logger.java:2248)&lt;BR /&gt;at org.jboss.logging.Logger.getMessageLogger(Logger.java:2214)&lt;BR /&gt;at org.hibernate.validator.internal.util.logging.LoggerFactory.make(LoggerFactory.java:29)&lt;BR /&gt;at org.hibernate.validator.internal.util.Version.&amp;lt;clinit&amp;gt;(Version.java:27)&lt;BR /&gt;at org.hibernate.validator.internal.engine.ConfigurationImpl.&amp;lt;clinit&amp;gt;(ConfigurationImpl.java:65)&lt;BR /&gt;at org.hibernate.validator.HibernateValidator.createGenericConfiguration(HibernateValidator.java:41)&lt;BR /&gt;at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:276)&lt;BR /&gt;at javax.validation.Validation.buildDefaultValidatorFactory(Validation.java:110)&lt;BR /&gt;at org.hibernate.cfg.beanvalidation.TypeSafeActivator.getValidatorFactory(TypeSafeActivator.java:445)&lt;BR /&gt;at org.hibernate.cfg.beanvalidation.TypeSafeActivator.activate(TypeSafeActivator.java:96)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:564)&lt;BR /&gt;at org.hibernate.cfg.beanvalidation.BeanValidationIntegrator.integrate(BeanValidationIntegrator.java:150)&lt;BR /&gt;... 33 more&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: &lt;STRONG&gt;javax.xml.bind.JAXBException&lt;/STRONG&gt;&lt;BR /&gt;at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)&lt;BR /&gt;at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)&lt;BR /&gt;at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)&lt;BR /&gt;... 50 more&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 15:58:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/62003#M50296</guid>
      <dc:creator>Annkaa</dc:creator>
      <dc:date>2017-11-20T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63559#M50297</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue and so far have not been able to figure out what's going on. I have checked the below and it all looks good.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;selinix disabled&lt;/P&gt;&lt;P&gt;firewalls disabled&lt;/P&gt;&lt;P&gt;cloudera server is running&lt;/P&gt;&lt;P&gt;Iptable looks good&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple things don't seem right however I am not sure how to fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl &lt;A href="https://xxx.xxx.xxxx:7183/" target="_blank"&gt;https://xxx.xxx.xxxx:7183/&lt;/A&gt; -- gives "couldn't connect to host"&lt;/P&gt;&lt;P&gt;&amp;nbsp;netstat -an | grep 7183 |grep -i listen -- Doe snot return anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your response and time !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:42:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63559#M50297</guid>
      <dc:creator>RJ</dc:creator>
      <dc:date>2018-01-10T19:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63569#M50298</link>
      <description>&lt;P&gt;Hello RJ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the result with 7180 port rather than 7183.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 03:31:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63569#M50298</guid>
      <dc:creator>Consult</dc:creator>
      <dc:date>2018-01-11T03:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63601#M50299</link>
      <description>&lt;P&gt;Hello Consult,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get no output with 7180 as well. Actually we use port 7183. I actually found the issue however still have not been able to fix it though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MySQL database service was not running. I tried restarting the service however got the belwo issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./mysql restart&lt;/P&gt;&lt;P&gt;MySQL server PID file could not be found!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[FAILED]&lt;/P&gt;&lt;P&gt;Starting MySQL.180111 08:22:38 mysqld_safe Logging to '/var/lib/mysql/xx.xxx.xxxx.local.err'.&lt;/P&gt;&lt;P&gt;180111 08:22:38 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql&lt;/P&gt;&lt;P&gt;.....&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[FAILED]&lt;/P&gt;&lt;P&gt;Failed to restart server.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I tried creating the PID file “mysqld.pid” in /var/run folder and tried starting the service again , did not work. Got the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the /var/lib/mysql/xx.xx.xxx.local.err' and here is what I see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: Operating system error number 13 in a file operation.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: Operating system error number 13 in a file operation.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: Cannot open datafile './ibtmp1'&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: Unable to create the shared innodb_temporary&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:38 140075450689504 [ERROR] InnoDB: Plugin initialization aborted with error Cannot open a file&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [Note] InnoDB: Starting shutdown...&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [ERROR] Plugin 'InnoDB' init function returned error.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [Note] Plugin 'FEEDBACK' is disabled.&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [ERROR] Unknown/unsupported storage engine: InnoDB&lt;/P&gt;&lt;P&gt;2018-01-11&amp;nbsp; 8:22:43 140075450689504 [ERROR] Aborting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically some permission issue. Unfortunately I am not aware of how Mysql setup should be. Still trying to figure it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:49:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63601#M50299</guid>
      <dc:creator>RJ</dc:creator>
      <dc:date>2018-01-11T14:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63734#M50300</link>
      <description>&lt;P&gt;I also have the same issue after a system reboot.&amp;nbsp; It used to work well.&amp;nbsp; Not sure what is causing the connection failure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can a Cloudera consultant please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 23:15:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63734#M50300</guid>
      <dc:creator>THUKevin</dc:creator>
      <dc:date>2018-01-16T23:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63735#M50301</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24856"&gt;@THUKevin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy to help, but each issue presented in this thread is different.&amp;nbsp; I strongly recommend opening a new therad and describing what you are trying to do and what happens.&amp;nbsp; If possible, share a screen shot of errors or warnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, plesae review the /var/log/cloudera-scm-server/cloudera-scm-server.log file for any exceptions or errors that occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 23:21:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63735#M50301</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-01-16T23:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63920#M50302</link>
      <description>&lt;P&gt;I also faced this issue. I can't see the log file. that show&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/var/log/cloudera-scm-agent/cloudera-scm-agent.log: Permission denied. Plz help me how i could i resolve it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 15:49:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63920#M50302</guid>
      <dc:creator>iram</dc:creator>
      <dc:date>2018-01-23T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63924#M50303</link>
      <description>&lt;P&gt;Do you have a password for a root user? You can always su root and open it with this user. Otherwise add your user to sudo group (&lt;A href="https://www.digitalocean.com/community/tutorials/how-to-create-a-sudo-user-on-ubuntu-quickstart" target="_blank"&gt;https://www.digitalocean.com/community/tutorials/how-to-create-a-sudo-user-on-ubuntu-quickstart&lt;/A&gt;) and you will always be able to open a file adding sudo at the beginning of your command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:00:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/63924#M50303</guid>
      <dc:creator>Annkaa</dc:creator>
      <dc:date>2018-01-23T16:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/64246#M50304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me, theres no ERROR in log file also still the CM URL displays connection refused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOG FILE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-02-02 11:49:10,962 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Read schema resource in PT1.039S&lt;BR /&gt;2018-02-02 11:49:11,006 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Reading persisted metrics...&lt;BR /&gt;2018-02-02 11:49:11,037 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Retreived 0 metrics.&lt;BR /&gt;2018-02-02 11:49:11,040 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Registering work aggregates...&lt;BR /&gt;2018-02-02 11:49:11,061 INFO main:com.cloudera.cmon.components.MetricSchemaUpdate: persisting 0 new metrics&lt;BR /&gt;2018-02-02 11:49:11,063 INFO main:com.cloudera.cmon.components.MetricSchemaUpdate: persisting 0 updated metrics&lt;BR /&gt;2018-02-02 11:49:11,063 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Work aggregates processed.&lt;BR /&gt;2018-02-02 11:49:11,063 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Registering CSD metrics...&lt;BR /&gt;2018-02-02 11:49:11,072 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from IMPALA-5.14.0&lt;BR /&gt;2018-02-02 11:49:11,073 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from HDFS-5.14.0&lt;BR /&gt;2018-02-02 11:49:11,073 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from HUE-5.14.0&lt;BR /&gt;2018-02-02 11:49:11,073 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from KAFKA-5.14.0&lt;BR /&gt;2018-02-02 11:49:11,073 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from KUDU5_10-5.14.0-20171130.055631-480&lt;BR /&gt;2018-02-02 11:49:11,073 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from KUDU-5.14.0-20171130.055619-480&lt;BR /&gt;2018-02-02 11:49:11,073 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from HIVE-5.14.0&lt;BR /&gt;2018-02-02 11:49:11,075 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from /mgmt.mdl&lt;BR /&gt;2018-02-02 11:49:11,075 INFO main:com.cloudera.cmon.components.CsdMetricSchemaGenerator: Loading monitoring definitions from /mdls/cdh5/oozie.mdl&lt;BR /&gt;2018-02-02 11:49:13,274 INFO main:com.cloudera.cmon.components.MetricSchemaUpdate: persisting 5321 new metrics&lt;BR /&gt;2018-02-02 11:49:19,217 INFO main:com.cloudera.cmon.components.MetricSchemaUpdate: persisting 0 updated metrics&lt;BR /&gt;2018-02-02 11:49:19,220 INFO main:com.cloudera.cmon.components.MetricSchemaManager: CSD metrics processed.&lt;BR /&gt;2018-02-02 11:49:19,220 INFO main:com.cloudera.cmon.components.MetricSchemaManager: Registering cross entity aggregates...&lt;BR /&gt;2018-02-02 11:49:39,307 INFO JvmPauseMonitor:com.cloudera.enterprise.debug.JvmPauseMonitor: Detected pause in JVM or host machine (e.g. a stop the world GC, or JVM not scheduled): paused approximately 1842ms: GC pool 'Copy' had collection(s): count=1 time=1989ms&lt;BR /&gt;2018-02-02 11:49:54,764 INFO JvmPauseMonitor:com.cloudera.enterprise.debug.JvmPauseMonitor: Detected pause in JVM or host machine (e.g. a stop the world GC, or JVM not scheduled): paused approximately 1228ms: no GCs detected.&lt;BR /&gt;2018-02-02 11:50:27,640 INFO main:com.cloudera.cmon.components.MetricSchemaUpdate: persisting 21622 new metrics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 06:32:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/64246#M50304</guid>
      <dc:creator>DivyaniS</dc:creator>
      <dc:date>2018-02-02T06:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/64425#M50305</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25797"&gt;@DivyaniS&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What URL are you using in the browser?&lt;/P&gt;&lt;P&gt;What is the netstat -nap |grep 7180 output (when run on the Cloudera Manager host?)&lt;/P&gt;&lt;P&gt;What is the error you see exactly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25631"&gt;@iram&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to have permission in the OS file system to view the log file.&amp;nbsp; You will need sudo or root access.&lt;/P&gt;&lt;P&gt;Also note that I said "cloudera-scm-server.log", not the agent log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend opening new threads for all of these as every issue here appears to differ and there would be no one solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ben&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:34:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/64425#M50305</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-02-07T17:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost:7180 Connection Refused Cloudera Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/308549#M223608</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I am rejected, I will first check if I have logged into the Oracle website. Then, I will log in to my registered email address. Then search for cloudera, cloudera will automatically log in to the "My Account Home" page.&lt;BR /&gt;You can try to see if this can help you.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 01:47:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Localhost-7180-Connection-Refused-Cloudera-Manager/m-p/308549#M223608</guid>
      <dc:creator>AliceH</dc:creator>
      <dc:date>2020-12-31T01:47:51Z</dc:date>
    </item>
  </channel>
</rss>

