Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C55061937A for ; Tue, 19 Apr 2016 03:01:25 +0000 (UTC) Received: (qmail 6349 invoked by uid 500); 19 Apr 2016 03:01:25 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 6317 invoked by uid 500); 19 Apr 2016 03:01:25 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 6308 invoked by uid 99); 19 Apr 2016 03:01:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 03:01:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 68A7A2C14F7 for ; Tue, 19 Apr 2016 03:01:25 +0000 (UTC) Date: Tue, 19 Apr 2016 03:01:25 +0000 (UTC) From: "Robert Levas (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-15961) Kerberos wizard stuck trying to schedule service check operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Robert Levas created AMBARI-15961: ------------------------------------- Summary: Kerberos wizard stuck trying to schedule service check operation Key: AMBARI-15961 URL: https://issues.apache.org/jira/browse/AMBARI-15961 Project: Ambari Issue Type: Bug Components: ambari-server Affects Versions: 2.2.2 Reporter: Robert Levas Assignee: Robert Levas Priority: Blocker Fix For: 2.2.2 Attached jstack after firing up the curl call. {code} curl -u admin:admin -H "X-Requested-By:ambari" -i -X POST -d'{"RequestInfo":{"context":"Kerberos Service Check","command":"KERBEROS_SERVICE_CHECK","operation_level":{"level":"CLUSTER","cluster_name":"c1"}},"Requests/resource_filters":[{"service_name":"KERBEROS"}]}' http://104.196.89.51:8080/api/v1/clusters/c1/requests {code} Behavior: - Call timedout on the UI and wizard cannot proceed further. - Exception in the server log after long wait: {code} 12 Apr 2016 23:01:45,231 INFO [qtp-ambari-client-818] AmbariManagementControllerImpl:3376 - Received action execution request, clusterName=c1, request=isCommand :true, action :null, command :KERBEROS_SERVICE_CHECK, inputs :{}, resourceFilters: [RequestResourceFilter{serviceName='KERBEROS', componentName='null', hostNames=[]}], exclusive: false, clusterName :c1 12 Apr 2016 23:01:45,409 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: HIVE 12 Apr 2016 23:01:45,410 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: AMBARI_METRICS 12 Apr 2016 23:01:45,410 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: HDFS 12 Apr 2016 23:01:45,410 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: MAPREDUCE2 12 Apr 2016 23:01:45,410 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: OOZIE 12 Apr 2016 23:01:45,410 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: TEZ 12 Apr 2016 23:01:45,411 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: HBASE 12 Apr 2016 23:01:45,411 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: ZOOKEEPER 12 Apr 2016 23:01:45,411 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: KERBEROS 12 Apr 2016 23:01:45,411 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: YARN 12 Apr 2016 23:01:45,411 INFO [qtp-ambari-client-818] AmbariCustomCommandExecutionHelper:1135 - Iterating service type Instance in getCommandJson:: PIG 12 Apr 2016 23:03:49,984 WARN [qtp-ambari-client-818] MITKerberosOperationHandler:434 - Failed to execute kadmin: Command: /usr/bin/kadmin -s perf-b-3.c.pramod-thangali.internal -p admin -w ******** -r EXAMPLE.COM -q "get_principal admin" ExitCode: 1 STDOUT: Authenticating as principal admin with password. STDERR: kadmin: Client not found in Kerberos database while initializing kadmin interface {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)