<?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: Ranger error &amp;quot;Keystore was tampered with, or password was incorrect&amp;quot; in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/316802#M226898</link>
    <description>&lt;P&gt;It seems a wrong configuration/password is passed in ranger configuration which is unable to open the keystore using the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$JAVA_HOME/keytool -list -keystore &amp;lt;keystore path with .keystore.jks&amp;gt; -storepass &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check with the above command if you are able to list the keystore contents using the password you pass above. Ensure the same is configured in the ranger configuration.&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 11:44:10 GMT</pubDate>
    <dc:creator>tusharkathpal</dc:creator>
    <dc:date>2021-05-20T11:44:10Z</dc:date>
    <item>
      <title>Ranger error "Keystore was tampered with, or password was incorrect"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/289945#M214565</link>
      <description>&lt;P&gt;Hi, we get the following Ranger error - maybe you can help me to fix it as soon as possible?! (We activated MIT Kerberos). Thanks in advance!&lt;/P&gt;
&lt;P&gt;How can I check that the password of the keystore file is correct? And where can I change it?&lt;/P&gt;
&lt;P&gt;Feb 17, 2020 4:29:56 PM org.apache.ranger.server.tomcat.EmbeddedServer start&lt;BR /&gt;INFO: Provided Kerberos Credential : Principal = rangeradmin/pdeluh0004392.hub.deluh.example.com@RDDL.PROD.EXAMPLE.COM and Keytab = /etc/security/keytabs/rangeradmin.service.keytab&lt;BR /&gt;Feb 17, 2020 4:29:56 PM org.apache.ranger.server.tomcat.EmbeddedServer$1 run&lt;BR /&gt;INFO: Starting Server using kerberos credential&lt;BR /&gt;Feb 17, 2020 4:29:57 PM org.apache.coyote.AbstractProtocol init&lt;BR /&gt;INFO: Initializing ProtocolHandler ["http-bio-6182"]&lt;BR /&gt;Feb 17, 2020 4:29:57 PM org.apache.coyote.AbstractProtocol init&lt;BR /&gt;SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-6182"]&lt;BR /&gt;java.io.IOException: Keystore was tampered with, or password was incorrect&lt;BR /&gt;at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:785)&lt;BR /&gt;at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:56)&lt;BR /&gt;at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:224)&lt;BR /&gt;at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:70)&lt;BR /&gt;at java.security.KeyStore.load(KeyStore.java:1445)&lt;BR /&gt;at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.java:497)&lt;BR /&gt;at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocketFactory.java:381)&lt;BR /&gt;at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:654)&lt;BR /&gt;at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:594)&lt;BR /&gt;at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:539)&lt;BR /&gt;at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:255)&lt;BR /&gt;at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:400)&lt;BR /&gt;at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:728)&lt;BR /&gt;at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:452)&lt;BR /&gt;at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)&lt;BR /&gt;at org.apache.catalina.connector.Connector.initInternal(Connector.java:978)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)&lt;BR /&gt;at org.apache.catalina.core.StandardService.initInternal(StandardService.java:560)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)&lt;BR /&gt;at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:840)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:135)&lt;BR /&gt;at org.apache.catalina.startup.Tomcat.start(Tomcat.java:370)&lt;BR /&gt;at org.apache.ranger.server.tomcat.EmbeddedServer.startServer(EmbeddedServer.java:271)&lt;BR /&gt;at org.apache.ranger.server.tomcat.EmbeddedServer.access$100(EmbeddedServer.java:44)&lt;BR /&gt;at org.apache.ranger.server.tomcat.EmbeddedServer$1.run(EmbeddedServer.java:253)&lt;BR /&gt;at org.apache.ranger.server.tomcat.EmbeddedServer$1.run(EmbeddedServer.java:249)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:360)&lt;BR /&gt;at org.apache.ranger.server.tomcat.EmbeddedServer.start(EmbeddedServer.java:249)&lt;BR /&gt;at org.apache.ranger.server.tomcat.EmbeddedServer.main(EmbeddedServer.java:68)&lt;BR /&gt;Caused by: java.security.UnrecoverableKeyException: Password verification failed&lt;BR /&gt;at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:783)&lt;BR /&gt;... 30 more&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 23:42:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/289945#M214565</guid>
      <dc:creator>DiehlJ</dc:creator>
      <dc:date>2020-02-17T23:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger error "Keystore was tampered with, or password was incorrect"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/316761#M226889</link>
      <description>&lt;P&gt;To work further on this you need to verify the ranger Keystore and Truststore password.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do that please use the below command.&amp;nbsp;&lt;BR /&gt;&amp;gt;&amp;gt; Keytool -list -keystore /Path/to/the/keystore&lt;/P&gt;&lt;P&gt;The above command will ask for the password, if you enter the right password it will show the data else not. You need to use the same configuration under the ranger configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 06:23:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/316761#M226889</guid>
      <dc:creator>Kartik_Agarwal</dc:creator>
      <dc:date>2021-05-20T06:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger error "Keystore was tampered with, or password was incorrect"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/316802#M226898</link>
      <description>&lt;P&gt;It seems a wrong configuration/password is passed in ranger configuration which is unable to open the keystore using the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$JAVA_HOME/keytool -list -keystore &amp;lt;keystore path with .keystore.jks&amp;gt; -storepass &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check with the above command if you are able to list the keystore contents using the password you pass above. Ensure the same is configured in the ranger configuration.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 11:44:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/316802#M226898</guid>
      <dc:creator>tusharkathpal</dc:creator>
      <dc:date>2021-05-20T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger error "Keystore was tampered with, or password was incorrect"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/371144#M240900</link>
      <description>&lt;P&gt;How can i ingress/changed&amp;nbsp; keystore password&amp;nbsp; by terminal ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 20:46:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/371144#M240900</guid>
      <dc:creator>noekmc</dc:creator>
      <dc:date>2023-05-18T20:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ranger error "Keystore was tampered with, or password was incorrect"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/371828#M241096</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/99719"&gt;@noekmc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change the keystore password: Use the following command to change the keystore password:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="bg-black rounded-md mb-4"&gt;&lt;DIV class="p-4 overflow-y-auto"&gt;keytool -storepasswd -keystore /path/to/keystore.jks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 09:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ranger-error-quot-Keystore-was-tampered-with-or-password-was/m-p/371828#M241096</guid>
      <dc:creator>Kartik_Agarwal</dc:creator>
      <dc:date>2023-05-31T09:36:51Z</dc:date>
    </item>
  </channel>
</rss>

