<?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: Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337435#M232574</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96192"&gt;@Dilan86&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you specifying a jaas.conf file for your application, through the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;java.security.auth.login.config&lt;/FONT&gt; property?&lt;/P&gt;&lt;P&gt;If so, could you please provide the configuration in it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, create a file with your authentication details (principal and keytab) like the example below, save in a location that the application has access to and pass that property to the application using &lt;FONT face="courier new,courier"&gt;-Djava.security.auth.login.config=/path/to/jaas.conf&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Client {
  com.sun.security.auth.module.Krb5LoginModule required
  useKeyTab=true
  keyTab="/path/to/appuser.keytab"
  storeKey=true
  useTicketCache=false
  principal="appuser@YOUR-REALM";
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 03:09:24 GMT</pubDate>
    <dc:creator>araujo</dc:creator>
    <dc:date>2022-03-02T03:09:24Z</dc:date>
    <item>
      <title>Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337400#M232569</link>
      <description>&lt;P&gt;We are using zookeeper-3.4.6.jar and hbase-client-1.4.5.jar for connecting to hbase cluster in a kerberized environment.&amp;nbsp; All works fine except once in a while we get the following error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR ZooKeeperSaslClient:384 % An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Connection refused (Connectionrefused))]) occurred when evaluating Zookeeper Quorum Member's received SASL token. Zookeeper Client will go to AUTH_FAILED state&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR ClientCnxn:1015 % SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslException: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Connection refused (Connection refused))]) occurred when evaluating ZookeeperQuorum Member's received SASL token. Zookeeper Client will go to AUTH_FAILED state&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My concern is above error is not thrown to application level but only logged by the library.. So we can't do a retry in application level. In a case like above how can we do a retry for eg: create Connection again?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And after getting above error application goes to a state where below exception is logged continuously.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2022-02-21 10:00:43 WARN ZKUtil:637 % hconnection-0x55182842-0x47f15b1a977331e, quorum=cmvp9k0e.prd.cm.par.emea.cib:2181,cmvp9k0h.\&lt;BR /&gt;prd.cm.par.emea.cib:2181,cmvp9k0i.prd.cm.par.emea.cib:2181,cmvp9k0j.prd.cm.par.emea.cib:2181,cmvp9k0k.prd.cm.par.emea.cib:2181, bas\&lt;BR /&gt;eZNode=/hbase-secure Unable to get data of znode /hbase-secure/meta-region-server&lt;BR /&gt;org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /hbase-secure/meta-region-server&lt;BR /&gt;at org.apache.zookeeper.KeeperException.create(KeeperException.java:123)&lt;BR /&gt;at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)&lt;BR /&gt;at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.getData(RecoverableZooKeeper.java:354)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.ZKUtil.getData(ZKUtil.java:629)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.getMetaRegionState(MetaTableLocator.java:487)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.getMetaRegionLocation(MetaTableLocator.java:168)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:607)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:588)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:561)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ZooKeeperRegistry.getMetaRegionLocation(ZooKeeperRegistry.java:61)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateMeta(ConnectionManager.java:1254)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1221)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:356)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:153)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:58)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:219)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:277)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.loadCache(ClientScanner.java:438)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:312)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1327)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1224)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:356)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:153)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:58)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:219)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:277)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.loadCache(ClientScanner.java:438)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:312)&lt;BR /&gt;at com.test.rkp.model.dao.EmptySchedulerRunDao.filterLatest(EmptySchedulerRunDao.java:45)&lt;BR /&gt;at com.test.rkp.runnable.EmptyReportSchedulerHelper.getLastSavedRunTime(EmptyReportSchedulerHelper.java:60)&lt;BR /&gt;at com.test.rkp.runnable.EmptyReportScheduler.main(EmptyReportScheduler.java:86)&lt;BR /&gt;2022-02-21 10:00:43 ERROR ZooKeeperWatcher:734 % hconnection-0x55182842-0x47f15b1a977331e, quorum=cmvp9k0e.prd.cm.par.emea.cib:2181\&lt;BR /&gt;,cmvp9k0h.prd.cm.par.emea.cib:2181,cmvp9k0i.prd.cm.par.emea.cib:2181,cmvp9k0j.prd.cm.par.emea.cib:2181,cmvp9k0k.prd.cm.par.emea.cib\&lt;BR /&gt;:2181, baseZNode=/hbase-secure Received unexpected KeeperException, re-throwing exception&lt;BR /&gt;org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /hbase-secure/meta-region-server&lt;BR /&gt;at org.apache.zookeeper.KeeperException.create(KeeperException.java:123)&lt;BR /&gt;at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)&lt;BR /&gt;at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.getData(RecoverableZooKeeper.java:354)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.ZKUtil.getData(ZKUtil.java:629)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.getMetaRegionState(MetaTableLocator.java:487)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.getMetaRegionLocation(MetaTableLocator.java:168)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:607)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:588)&lt;BR /&gt;at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:561)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ZooKeeperRegistry.getMetaRegionLocation(ZooKeeperRegistry.java:61)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateMeta(ConnectionManager.java:1254)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1221)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:356)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:153)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:58)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:219)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:277)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.loadCache(ClientScanner.java:438)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:312)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1327)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1224)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:356)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:153)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ScannerCallableWithReplicas.call(ScannerCallableWithReplicas.java:58)&lt;BR /&gt;at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:219)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:277)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.loadCache(ClientScanner.java:438)&lt;BR /&gt;at org.apache.hadoop.hbase.client.ClientScanner.next(ClientScanner.java:312)&lt;BR /&gt;at com.test.rkp.model.dao.EmptySchedulerRunDao.filterLatest(EmptySchedulerRunDao.java:45)&lt;BR /&gt;at com.test.rkp.runnable.EmptyReportSchedulerHelper.getLastSavedRunTime(EmptyReportSchedulerHelper.java:60)&lt;BR /&gt;at com.test.rkp.runnable.EmptyReportScheduler.main(EmptyReportScheduler.java:86)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 17:51:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337400#M232569</guid>
      <dc:creator>Dilan86</dc:creator>
      <dc:date>2022-03-01T17:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337435#M232574</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96192"&gt;@Dilan86&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you specifying a jaas.conf file for your application, through the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;java.security.auth.login.config&lt;/FONT&gt; property?&lt;/P&gt;&lt;P&gt;If so, could you please provide the configuration in it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, create a file with your authentication details (principal and keytab) like the example below, save in a location that the application has access to and pass that property to the application using &lt;FONT face="courier new,courier"&gt;-Djava.security.auth.login.config=/path/to/jaas.conf&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Client {
  com.sun.security.auth.module.Krb5LoginModule required
  useKeyTab=true
  keyTab="/path/to/appuser.keytab"
  storeKey=true
  useTicketCache=false
  principal="appuser@YOUR-REALM";
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 03:09:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337435#M232574</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-03-02T03:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337440#M232575</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes we are providing the jaas.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Client {&lt;/P&gt;&lt;P&gt;com.sun.security.auth.module.Krb5LoginModule required&lt;/P&gt;&lt;P&gt;debug = true&lt;/P&gt;&lt;P&gt;doNotPrompt = true&lt;/P&gt;&lt;P&gt;storeKey = true&lt;/P&gt;&lt;P&gt;useKeyTab = true&lt;/P&gt;&lt;P&gt;useTicketCache = false&lt;/P&gt;&lt;P&gt;principal = "&lt;A href="mailto:tst@BK.DFN" target="_blank"&gt;tst@BK.DFN"&lt;/A&gt;&lt;/P&gt;&lt;P&gt;keyTab = "/etc/security/keytabs/tst.keytab"&lt;/P&gt;&lt;P&gt;serviceName = "zookeeper"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think the issue is related to jaas.conf since application is working fine for most of the time. But we get the error below like in twice a month. After the below error application is not recovering.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2022-02-21 10:00:03 ERROR ZooKeeperSaslClient:384 % An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslExc\&lt;BR /&gt;eption: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Connection refused (Connection\&lt;BR /&gt;refused))]) occurred when evaluating Zookeeper Quorum Member's received SASL token. Zookeeper Client will go to AUTH_FAILED state\&lt;BR /&gt;.&lt;BR /&gt;2022-02-21 10:00:03 ERROR ClientCnxn:1015 % SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslExcept\&lt;BR /&gt;ion: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSExcep\&lt;BR /&gt;tion: No valid credentials provided (Mechanism level: Connection refused (Connection refused))]) occurred when evaluating Zookeeper\&lt;BR /&gt;Quorum Member's received SASL token. Zookeeper Client will go to AUTH_FAILED state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 03:38:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337440#M232575</guid>
      <dc:creator>Dilan86</dc:creator>
      <dc:date>2022-03-02T03:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337441#M232576</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96192"&gt;@Dilan86&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the application is not being affected and you only see this a few times a month, I wouldn't worry about it. It might be due to some intermittent issue, like network connectivity glitches, for example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless it's hurting I would just ignore it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 04:49:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337441#M232576</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-03-02T04:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337442#M232577</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;The problem is after getting the error our application is not recovering. Do you have any suggestions on catching the below error in application and doing a retrying for connection?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;2022-02-21 10:00:03 ERROR ClientCnxn:1015 % SASL authentication with Zookeeper Quorum member failed: javax.security.sasl.SaslExcept\&lt;BR /&gt;ion: An error: (java.security.PrivilegedActionException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSExcep\&lt;BR /&gt;tion: No valid credentials provided (Mechanism level: Connection refused (Connection refused))]) occurred when evaluating Zookeeper\&lt;BR /&gt;Quorum Member's received SASL token. Zookeeper Client will go to AUTH_FAILED state.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 05:06:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337442#M232577</guid>
      <dc:creator>Dilan86</dc:creator>
      <dc:date>2022-03-02T05:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous KeeperException and  java.security.PrivilegedActionException: javax.security.sasl.SaslExc eption: GSS initiate failed</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337443#M232578</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96192"&gt;@Dilan86&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try enabling Kerberos debug log and waiting for it to happen again:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-Dsun.security.krb5.debug=true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What kind of applications is this?&lt;/P&gt;&lt;P&gt;Is it a long running application?&lt;/P&gt;&lt;P&gt;Have you noticed any patterns like "the application fails after running for x hours/days"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 05:19:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Continuous-KeeperException-and-java-security/m-p/337443#M232578</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-03-02T05:19:04Z</dc:date>
    </item>
  </channel>
</rss>

