<?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: REASON: Server not yet listening on http port 8080 after 120 seconds. Exiting. ambari server upgrade 2.7 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209845#M171799</link>
    <description>&lt;P&gt;Also be sure to restrict external access to port 8080, see below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/191898/hdp-261-virus-crytalminer-drwho.html"&gt;https://community.hortonworks.com/questions/191898/hdp-261-virus-crytalminer-drwho.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Aug 2018 01:19:00 GMT</pubDate>
    <dc:creator>rtheron</dc:creator>
    <dc:date>2018-08-04T01:19:00Z</dc:date>
    <item>
      <title>REASON: Server not yet listening on http port 8080 after 120 seconds. Exiting. ambari server upgrade 2.7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209842#M171796</link>
      <description>&lt;PRE&gt;2018-08-02 14:32:51,917 ERROR [main] KerberosChecker:120 - Checksum failed
2018-08-02 14:32:51,918 ERROR [main] AmbariServer:1111 - Failed to run the Ambari Server
org.apache.ambari.server.AmbariException: Ambari Server Kerberos credentials check failed.
Check KDC availability and JAAS configuration in /etc/ambari-server/conf/krb5JAASLogin.conf
        at org.apache.ambari.server.controller.utilities.KerberosChecker.checkJaasConfiguration(KerberosChecker.java:121)
        at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:1102)


&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Aug 2018 04:38:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209842#M171796</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2018-08-03T04:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: REASON: Server not yet listening on http port 8080 after 120 seconds. Exiting. ambari server upgrade 2.7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209843#M171797</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/28152/sunilreddykallur.html" nodeid="28152"&gt;@Sam Red&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When you will run the following command then you will find a property in the output as an example "-Djava.security.krb5.conf=/etc/krb5.conf" which ambari is using.&lt;/P&gt;&lt;PRE&gt;# ps -ef | grep AmbariServer &lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Please open that file which is mentioned in the property "java.security.krb5.conf" and findout what is the Address of KDC&lt;/P&gt;&lt;PRE&gt;# grep -A3 '\[realms\]' /etc/krb5.conf&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;In the above output whatever KDC hostname you get try to ping the KDC host &amp;amp; Port like following from ambari server host and verify if it is able to connect to port 88 (default port of KDC):&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;One Ambari Server Host&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# ping $KDC_HOST
# nc -v $KDC_HOST 88&lt;/PRE&gt;&lt;P&gt;If you find any connectivity issue when running the above command from 
Ambari Server host then you should login in to KDC host and verify if 
the Firewall is disabled and Port 88 is opened or not?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Also find the ambari Keytab and get the principal name&lt;/P&gt;&lt;PRE&gt;# grep 'keyTab' /etc/ambari-server/conf/krb5JAASLogin.conf
# klist -kte /etc/security/keytabs/ambari.server.keytab&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Now verify if ytou are able to get a valid kerberos ticket using the mentioned keytab or not?  (this will help in isolating any issue with KDC or ticket retrival)&lt;/P&gt;&lt;PRE&gt;# kinit -kt /etc/security/keytabs/ambari.server.keytab $AMBARI_PRINCIPAL_FROM_ABOVE_COMMAND&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;On KDC Host&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# netstat -tnlpa | grep 88
# service iptables stop
# service krb5kdc restart&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 07:28:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209843#M171797</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-08-03T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: REASON: Server not yet listening on http port 8080 after 120 seconds. Exiting. ambari server upgrade 2.7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209844#M171798</link>
      <description>&lt;P&gt;
	&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418" data-hasqtip="0"&gt;@Jay Kumar SenSharma&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;	This is the one error getting when generating keytabs.&lt;/PRE&gt;&lt;PRE&gt;KVNO Timestamp           Principal
---- ------------------- ------------------------------------------------------
   ambari-server-ker@HDP.COM   
[root@hdp /]# kinit -kt /etc/security/keytabs/ambari.server.keytab ambari-server-ker@HDP.COM
kinit: Password incorrect while getting initial credentials
&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Aug 2018 00:11:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209844#M171798</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2018-08-04T00:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: REASON: Server not yet listening on http port 8080 after 120 seconds. Exiting. ambari server upgrade 2.7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209845#M171799</link>
      <description>&lt;P&gt;Also be sure to restrict external access to port 8080, see below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/191898/hdp-261-virus-crytalminer-drwho.html"&gt;https://community.hortonworks.com/questions/191898/hdp-261-virus-crytalminer-drwho.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 01:19:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209845#M171799</guid>
      <dc:creator>rtheron</dc:creator>
      <dc:date>2018-08-04T01:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: REASON: Server not yet listening on http port 8080 after 120 seconds. Exiting. ambari server upgrade 2.7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209846#M171800</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt; Never Mind. Changed password for ambari Keytab and restarted ambari. its up and running now.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 01:41:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/REASON-Server-not-yet-listening-on-http-port-8080-after-120/m-p/209846#M171800</guid>
      <dc:creator>sunilreddykallu</dc:creator>
      <dc:date>2018-08-04T01:41:40Z</dc:date>
    </item>
  </channel>
</rss>

