<?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 Kerberos configs page Can't open in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99592#M62646</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    I'm using AMBARI-2.1.2。 After  complete the full intallation，I disabled Kerberos, and then enable Kerberos。
    Services runs fine, But kerberos configs page  can't open。&lt;/P&gt;&lt;P&gt;  After debug with Chrome, I find some js error in app.js。 &lt;/P&gt;&lt;P&gt; if (this.get('content.serviceName') === 'KERBEROS') { &lt;/P&gt;&lt;P&gt;    var kdc_type = configs.findProperty('name', 'kdc_type');&lt;/P&gt;&lt;P&gt;     if (kdc_type.get('value') === 'none') {  //line 22515&lt;/P&gt;&lt;P&gt;At line 22515， there is a "Uncaught TypeError: Cannot read property 'get' of undefined" &lt;/P&gt;&lt;P&gt;And I find "kdc_type = undefined, configs = []"，
I think he problem  is caused by "kdc_type = undefined"&lt;/P&gt;&lt;P&gt;I find there is no service:"KERBEROS" in  &lt;A href="http://hdp23:8080/api/v1/clusters/hdp23/configurations/service_config_versions" target="_blank"&gt;http://hdp23:8080/api/v1/clusters/hdp23/configurations/service_config_versions&lt;/A&gt;&lt;/P&gt;&lt;P&gt; Any suggestion will be appreciated. Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:53:37 GMT</pubDate>
    <dc:creator>sw830126</dc:creator>
    <dc:date>2022-09-16T09:53:37Z</dc:date>
    <item>
      <title>Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99592#M62646</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    I'm using AMBARI-2.1.2。 After  complete the full intallation，I disabled Kerberos, and then enable Kerberos。
    Services runs fine, But kerberos configs page  can't open。&lt;/P&gt;&lt;P&gt;  After debug with Chrome, I find some js error in app.js。 &lt;/P&gt;&lt;P&gt; if (this.get('content.serviceName') === 'KERBEROS') { &lt;/P&gt;&lt;P&gt;    var kdc_type = configs.findProperty('name', 'kdc_type');&lt;/P&gt;&lt;P&gt;     if (kdc_type.get('value') === 'none') {  //line 22515&lt;/P&gt;&lt;P&gt;At line 22515， there is a "Uncaught TypeError: Cannot read property 'get' of undefined" &lt;/P&gt;&lt;P&gt;And I find "kdc_type = undefined, configs = []"，
I think he problem  is caused by "kdc_type = undefined"&lt;/P&gt;&lt;P&gt;I find there is no service:"KERBEROS" in  &lt;A href="http://hdp23:8080/api/v1/clusters/hdp23/configurations/service_config_versions" target="_blank"&gt;http://hdp23:8080/api/v1/clusters/hdp23/configurations/service_config_versions&lt;/A&gt;&lt;/P&gt;&lt;P&gt; Any suggestion will be appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:53:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99592#M62646</guid>
      <dc:creator>sw830126</dc:creator>
      <dc:date>2022-09-16T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99593#M62647</link>
      <description>&lt;P&gt;There is a similar issue in our database of issues.  Can you follow this:&lt;/P&gt;&lt;P&gt;Manually add the kerberos-env/kdc_type property back to the current kerberos-env configuration. The value must be either "mit-kdc" or "active-directory" and must be the correct one for the configuration. Once this is done, Ambari should be restarted so that any cached configuration data is refreshed.  (This can be done with configs.sh command).&lt;/P&gt;&lt;PRE&gt;/var/lib/ambari-server/resources/scripts/configs.sh -u AMBARI_USER -p AMBARI_PASS set hdp23 hdp23 kerberos-env kdc_type "&amp;lt;kdc_type_value&amp;gt;"&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Dec 2015 23:44:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99593#M62647</guid>
      <dc:creator>orlandoteixeira</dc:creator>
      <dc:date>2015-12-16T23:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99594#M62648</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/215/oteixeira.html"&gt;Orlando Teixeira&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;But I find there is already a  kdc_type property in &lt;/P&gt;&lt;P&gt;/var/lib/ambari-server/resources/common-services/KERBEROS/1.10.3-10/configuration/kerberos-env.xml&lt;/P&gt;&lt;P&gt;And when I run commond "&lt;/P&gt;&lt;P&gt;/var/lib/ambari-server/resources/scripts/configs.sh -u admin -p admin set hdp23 hdp23 kerberos-env kdc_type mit-kdc&lt;/P&gt;&lt;P&gt;", there is some error:&lt;/P&gt;&lt;P&gt;USERID=admin &lt;/P&gt;&lt;P&gt;PASSWORD=admin &lt;/P&gt;&lt;P&gt;[ERROR] "kerberos-env" not found in server response. &lt;/P&gt;&lt;P&gt;[ERROR] Output of `curl -k -s -u admin:admin "http://hdp23:8080/api/v1/clusters/hdp23?fields=Clusters/desired_configs"` is:&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 14:30:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99594#M62648</guid>
      <dc:creator>sw830126</dc:creator>
      <dc:date>2015-12-17T14:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99595#M62649</link>
      <description>&lt;P&gt;What do you get as output if you do:&lt;/P&gt;&lt;PRE&gt;/var/lib/ambari-server/resources/scripts/configs.sh -u AMBARI_USER -p AMBARI_PASS get AMBARI_SERVER CLUSTER_NAME kerberos-env&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Dec 2015 21:03:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99595#M62649</guid>
      <dc:creator>orlandoteixeira</dc:creator>
      <dc:date>2015-12-17T21:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99596#M62650</link>
      <description>&lt;P&gt;this is full output:&lt;/P&gt;&lt;P&gt;[root@hdp23 ~]# /var/lib/ambari-server/resources/scripts/configs.sh -u admin -p admin set hdp23 hdp23 kerberos-env kdc_type mit-kdc &lt;/P&gt;&lt;P&gt;USERID=admin &lt;/P&gt;&lt;P&gt;PASSWORD=admin &lt;/P&gt;&lt;P&gt;[ERROR] "kerberos-env" not found in server response.&lt;/P&gt;&lt;P&gt; [ERROR] Output of `curl -k -s -u admin:admin "http://hdp23:8080/api/v1/clusters/hdp23?fields=Clusters/desired_configs"` is:
[ERROR] { "href" : "http://hdp23:8080/api/v1/clusters/hdp23?fields=Clusters/desired_configs", "Clusters" : { "cluster_name" : "hdp23", "version" : "HDP-2.3", "desired_configs" : { "ams-env" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ams-hbase-env" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ams-hbase-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ams-hbase-policy" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ams-hbase-security-site" : { "tag" : "version1447901227415", "user" : "admin", "version" : 4 }, "ams-hbase-site" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ams-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ams-site" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "capacity-scheduler" : { "tag" : "version1447901227786", "user" : "admin", "version" : 4 }, "cluster-env" : { "tag" : "version1447901227328", "user" : "admin", "version" : 4 }, "core-site" : { "tag" : "version1447901227883", "user" : "admin", "version" : 5 }, "hadoop-env" : { "tag" : "version1444890392665", "user" : "admin", "version" : 2 }, "hadoop-policy" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "hbase-env" : { "tag" : "version1444890391686", "user" : "admin", "version" : 2 }, "hbase-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "hbase-policy" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "hbase-site" : { "tag" : "version1447901227491", "user" : "admin", "version" : 5 }, "hdfs-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "hdfs-site" : { "tag" : "version1447901227586", "user" : "admin", "version" : 6 }, "mapred-env" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "mapred-site" : { "tag" : "version1444890391559", "user" : "admin", "version" : 2 }, "ranger-hbase-audit" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hbase-plugin-properties" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hbase-policymgr-ssl" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hbase-security" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hdfs-audit" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hdfs-plugin-properties" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hdfs-policymgr-ssl" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-hdfs-security" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-yarn-audit" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-yarn-plugin-properties" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-yarn-policymgr-ssl" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ranger-yarn-security" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "slider-client" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "slider-env" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "slider-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ssl-client" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "ssl-server" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "yarn-env" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "yarn-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "yarn-site" : { "tag" : "version1447901227698", "user" : "admin", "version" : 10 }, "zoo.cfg" : { "tag" : "version1", "user" : "admin", "version" : 1 }, "zookeeper-env" : { "tag" : "version1444890391628", "user" : "admin", "version" : 2 }, "zookeeper-log4j" : { "tag" : "version1", "user" : "admin", "version" : 1 } } } }&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 00:22:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99596#M62650</guid>
      <dc:creator>sw830126</dc:creator>
      <dc:date>2015-12-18T00:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99597#M62651</link>
      <description>&lt;P&gt;OK, you are in a bad way.  Can you get to Admin - Kerberos, and tell me do you have a disable kerberos button?  I think your best bet would be to disable it, and then redeploy it.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 02:36:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99597#M62651</guid>
      <dc:creator>orlandoteixeira</dc:creator>
      <dc:date>2015-12-18T02:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99598#M62652</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It also failed in  "Unkerberize Cluster"  step, when I try to disable kerberos。Maybe there is some inconsistency in database。&lt;/P&gt;&lt;P&gt;There is  the error log in ambari-server:&lt;/P&gt;&lt;P&gt;17 Dec 2015 23:27:18,258 ERROR [qtp-client-24] ClusterImpl:2016 - Config inconsistency exists: unknown configType=kerberos-env &lt;/P&gt;&lt;P&gt;17 Dec 2015 23:27:18,262 ERROR [qtp-client-24] ClusterImpl:2016 - Config inconsistency exists: unknown configType=krb5-conf &lt;/P&gt;&lt;P&gt;17 Dec 2015 23:27:18,279 INFO [qtp-client-24] AmbariManagementControllerImpl:1324 - Received a updateCluster request, clusterId=2, clusterName=hdp23, securityType=NONE, request={ clusterName=hdp23, clusterId=2, provisioningState=null, securityType=NONE, stackVersion=HDP-2.3, desired_scv=null, hosts=[] } &lt;/P&gt;&lt;P&gt;17 Dec 2015 23:27:18,285 INFO [qtp-client-24] AmbariManagementControllerImpl:1545 - Received cluster security type change request from KERBEROS to NONE &lt;/P&gt;&lt;P&gt;17 Dec 2015 23:27:18,296 ERROR [qtp-client-24] KerberosHelperImpl:1486 - The 'krb5-conf' configuration is not available &lt;/P&gt;&lt;P&gt;17 Dec 2015 23:27:18,311 ERROR [qtp-client-24] AbstractResourceProvider:337 - Caught AmbariException when modifying a resource
org.apache.ambari.server.AmbariException: The 'krb5-conf' configuration is not available
at org.apache.ambari.server.controller.KerberosHelperImpl.getKerberosDetails(KerberosHelperImpl.java:1487)
at org.apache.ambari.server.controller.KerberosHelperImpl.toggleKerberos(KerberosHelperImpl.java:224)
at org.apache.ambari.server.controller.AmbariManagementControllerImpl.updateCluster(AmbariManagementControllerImpl.java:1553)
at org.apache.ambari.server.controller.AmbariManagementControllerImpl.updateClusters(AmbariManagementControllerImpl.java:1308)
at org.apache.ambari.server.controller.internal.ClusterResourceProvider$2.invoke(ClusterResourceProvider.java:241)
at org.apache.ambari.server.controller.internal.ClusterResourceProvider$2.invoke(ClusterResourceProvider.java:238)
at org.apache.ambari.server.controller.internal.AbstractResourceProvider.modifyResources(AbstractResourceProvider.java:330)
at org.apache.ambari.server.controller.internal.ClusterResourceProvider.updateResources(ClusterResourceProvider.java:238)
at org.apache.ambari.server.controller.internal.ClusterControllerImpl.updateResources(ClusterControllerImpl.java:310)
at org.apache.ambari.server.api.services.persistence.PersistenceManagerImpl.update(PersistenceManagerImpl.java:104)
at org.apache.ambari.server.api.handlers.UpdateHandler.persist(UpdateHandler.java:42)
at org.apache.ambari.server.api.handlers.BaseManagementHandler.handleRequest(BaseManagementHandler.java:72)
at org.apache.ambari.server.api.services.BaseRequest.process(BaseRequest.java:135)
at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:105)
at org.apache.ambari.server.api.services.BaseService.handleRequest(BaseService.java:74)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 15:34:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99598#M62652</guid>
      <dc:creator>sw830126</dc:creator>
      <dc:date>2015-12-18T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos configs page Can't open</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99599#M62653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any solution to the error found ? I am facing the same issue in my cluster.&lt;/P&gt;&lt;P&gt;Appreciate your help in advance.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 10:58:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kerberos-configs-page-Can-t-open/m-p/99599#M62653</guid>
      <dc:creator>vishakhaa9</dc:creator>
      <dc:date>2017-05-30T10:58:18Z</dc:date>
    </item>
  </channel>
</rss>

