<?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: E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228362#M190222</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/44233/munirmakhamalla.html" nodeid="44233"&gt;@MUNIR &lt;/A&gt;&lt;P&gt;Looks like you might be running your ambari server With HTTPS  and the  configured ambari truststore file is somehow corrupted or changed. Can you please check if you are able to do a  "keytool -list" on you ambari keystore &amp;amp; truststore to see if you are able to list it ?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;# $JAVA_HOME/bin/keytool -list -v -keystore &amp;lt;AMBARI_JKS&amp;gt; -storepass &amp;lt;CLIENT_TRUSTSTORE_PASSWORD&amp;gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 14:49:19 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-10-26T14:49:19Z</dc:date>
    <item>
      <title>E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect</title>
      <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228361#M190221</link>
      <description>&lt;P&gt;Facing above issue when i go for Yarn Queue Manager, logs are attached.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/39962-1.jpeg"&gt;1.jpeg&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/39963-2.jpeg"&gt;2.jpeg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:22:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228361#M190221</guid>
      <dc:creator>Munir7894</dc:creator>
      <dc:date>2017-10-26T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect</title>
      <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228362#M190222</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/44233/munirmakhamalla.html" nodeid="44233"&gt;@MUNIR &lt;/A&gt;&lt;P&gt;Looks like you might be running your ambari server With HTTPS  and the  configured ambari truststore file is somehow corrupted or changed. Can you please check if you are able to do a  "keytool -list" on you ambari keystore &amp;amp; truststore to see if you are able to list it ?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;# $JAVA_HOME/bin/keytool -list -v -keystore &amp;lt;AMBARI_JKS&amp;gt; -storepass &amp;lt;CLIENT_TRUSTSTORE_PASSWORD&amp;gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:49:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228362#M190222</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-26T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect</title>
      <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228363#M190223</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44233/munirmakhamalla.html" nodeid="44233"&gt;@MUNIR &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Something similar is discussed here: &lt;A href="https://community.hortonworks.com/questions/91725/yarn-queue-manager-error.html" target="_blank"&gt;https://community.hortonworks.com/questions/91725/yarn-queue-manager-error.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In general this error&lt;EM&gt;&lt;STRONG&gt;"Keystore was tampered with, or password was incorrect."&lt;/STRONG&gt;&lt;/EM&gt;indicates that&lt;/P&gt;&lt;P&gt;1. the storepassword that you have specified in the ambari is not correct2. may be somehow the store password is not written in ambari.properties properly (or there may be some extra padding in the file)&lt;/P&gt;&lt;P&gt;3. ambari might be pointing to some other store file. (ambari.properties can be checked to verify the same)&lt;/P&gt;&lt;P&gt;4. It is also possible when your "KeyPass" is different from "StorePass" in your keystore.&lt;/P&gt;&lt;P&gt;I will suggest if you can either try regenerating a new truststore and then perform the "ambari-server setup-security" as mentioned in the following article again.&lt;A href="https://community.hortonworks.com/articles/39865/enabling-https-for-ambariserver-and-troubleshootin.html"&gt;https://community.hortonworks.com/articles/39865/enabling-https-for-ambariserver-and-troubleshootin.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44233/munirmakhamalla.html" nodeid="44233"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:51:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228363#M190223</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-26T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect</title>
      <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228364#M190224</link>
      <description>&lt;P&gt;&lt;/P&gt;&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; Yes, running ambari server with HTTPS.&lt;/P&gt;&lt;P&gt;I guess truststore file is changed, or &lt;BR /&gt;because i don't have root privileges,&lt;BR /&gt;i am unable to do keytool -list, &lt;/P&gt;&lt;P&gt;I didn't perform the second check for the same reason, can run ambari-server restart, but it might affect to business.&lt;/P&gt;&lt;P&gt;Also thanks for links and support. &lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 16:49:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228364#M190224</guid>
      <dc:creator>Munir7894</dc:creator>
      <dc:date>2017-10-31T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect</title>
      <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228365#M190225</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/44233/munirmakhamalla.html" nodeid="44233"&gt;@MUNIR &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you copy the ambari keystore on "/tmp" directory where you will have the read permission on the keystore and then try to see if you are able to list the keystore keys to verify if the store Password that you are using is correct  and if the keystore is correct.&lt;/P&gt;&lt;PRE&gt;# $JAVA_HOME/bin/keytool -list -v -keystore /tmp/&amp;lt;AMBARI_JKS&amp;gt; -storepass &amp;lt;CLIENT_TRUSTSTORE_PASSWORD&amp;gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 17:43:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/228365#M190225</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-31T17:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: E090 RA040 I/O error while requesting Ambari, Can't get connection, Password verification failed, Keystore was tampered with, or password was incorrect</title>
      <link>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/327250#M230034</link>
      <description>&lt;PRE&gt;To resolve the issue, import the Ambari certificates to the Ambari truststore. To import the Ambari certificates, do the following: 

STEP 1: 
Get certificate from ambari-server 
echo | openssl s_client -showcerts -connect &amp;lt;AMBARI_HOst&amp;gt;:&amp;lt;AMBARI_HTTPs_PORT&amp;gt; 2&amp;gt;&amp;amp;1 | sed --quiet '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' &amp;gt; /tmp/ambari_certificate.cr 

STEP 2: 
Get path of ambari trustore and truststore password from Ambari properties 
cat /etc/ambari-server/conf/ambari.properties |grep truststore 

As per your ambari.properties below is the path and password :-
ssl.trustStore.password=refer from ambari.property file
ssl.trustStore.path=/etc/ambari-server/conf/ambari-server-truststore

STEP 3: 
keytool -importcert -file /tmp/ambari_certificate.crt -keystore &amp;lt;keystore-path&amp;gt; 

STEP 4: 
ambari-server restart&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 15:35:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/E090-RA040-I-O-error-while-requesting-Ambari-Can-t-get/m-p/327250#M230034</guid>
      <dc:creator>Kartik_Agarwal</dc:creator>
      <dc:date>2021-10-11T15:35:08Z</dc:date>
    </item>
  </channel>
</rss>

