[
https://issues.apache.org/jira/browse/AMBARI-24874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699693#comment-16699693
]
Hudson commented on AMBARI-24874:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #407 (See
[https://builds.apache.org/job/Ambari-branch-2.7/407/])
AMBARI-24874 : Storm Service Check fail with 'The TGT found is not (swagle:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=d0360c81448f562cd104e4e79910779809c95be6])
* (edit)
ambari-server/src/main/resources/common-services/STORM/0.9.1/package/scripts/service_check.py
> Storm Service Check fail with 'The TGT found is not renewable'
> --------------------------------------------------------------
>
> Key: AMBARI-24874
> URL: https://issues.apache.org/jira/browse/AMBARI-24874
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.6.2
> Environment: AMBARI-2.6.2
> Reporter: Rajkumar Singh
> Priority: Major
> Labels: pull-request-available
> Attachments: AMBARI-24874-branch-2.6, AMBARI-24874-branch-2.6,
> AMBARI-24874-branch-2.6.patch
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> {code}
> Exception in thread "main" java.lang.RuntimeException:
> java.lang.RuntimeException: The TGT found is not renewable
> at
> org.apache.storm.security.auth.kerberos.AutoTGT.populateCredentials(AutoTGT.java:104)
> at
> org.apache.storm.StormSubmitter.populateCredentials(StormSubmitter.java:102)
> at
> org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:219)
> at
> org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:390)
> at
> org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:162)
> at storm.starter.WordCountTopology.main(WordCountTopology.java:77)
> Caused by: java.lang.RuntimeException: The TGT found is not renewable
> at
> org.apache.storm.security.auth.kerberos.AutoTGT.populateCredentials(AutoTGT.java:95)
> {code}
> the user has a valid ticket but it fails still it fails with "TGT found is
> not renewable" because service read the storm_jaas_file from
> {conf_dir}/storm_jaas.conf while the client_jaas.conf has the right jaas setup
> {code}
> storm_jaas.conf
> StormClient {
> com.sun.security.auth.module.Krb5LoginModule required
> useKeyTab=true
> keyTab="/etc/security/keytabs/storm.headless.keytab"
> storeKey=true
> useTicketCache=false
> serviceName="nimbus"
> principal="storm@REALM";
> };
> //client_jaas conf
> StormClient {
> com.sun.security.auth.module.Krb5LoginModule required
> useTicketCache=true
> renewTicket=true
> serviceName="nimbus";
> };
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)