Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D76471733E for ; Tue, 21 Oct 2014 17:59:34 +0000 (UTC) Received: (qmail 9007 invoked by uid 500); 21 Oct 2014 17:59:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 8979 invoked by uid 500); 21 Oct 2014 17:59:34 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 8966 invoked by uid 99); 21 Oct 2014 17:59:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 17:59:34 +0000 Date: Tue, 21 Oct 2014 17:59:34 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-7822) Events with Service Checks results in Exceptions in log MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Wagle updated AMBARI-7822: ------------------------------------ Attachment: (was: AMBARI-7822_branch-1.7.0.patch) > Events with Service Checks results in Exceptions in log > ------------------------------------------------------- > > Key: AMBARI-7822 > URL: https://issues.apache.org/jira/browse/AMBARI-7822 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 1.7.0 > Reporter: Siddharth Wagle > Assignee: Siddharth Wagle > Fix For: 1.7.0 > > > Component is null since it is a service check action. > {code} > 4:33:08,488 INFO [qtp1940009821-1793] AmbariManagementControllerImpl:2539 - Received action execution request, clusterName=cl1, request=isCommand :true, action :null, command :WEBHCAT_SERVICE_CHECK, inputs :{}, resourceFilters: [RequestResourceFilter{serviceName='WEBHCAT', componentName='null', hostNames=[]}], clusterName :cl1 > 14:33:08,493 INFO [qtp1940009821-1793] RoleCommandOrder:207 - Role command order info was loaded from file: /var/lib/ambari-server/resources/stacks/HDP/2.1/role_command_order.json > 14:33:08,558 ERROR [Thread-21] ClusterImpl:1452 - ServiceComponentHost lookup exception > org.apache.ambari.server.ServiceComponentNotFoundException: ServiceComponent not found, clusterName=cl1, serviceName=WEBHCAT, serviceComponentName=null > at org.apache.ambari.server.state.ServiceImpl.getServiceComponent(ServiceImpl.java:279) > at org.apache.ambari.server.state.cluster.ClusterImpl.processServiceComponentHostEvents(ClusterImpl.java:1448) > at org.apache.ambari.server.state.cluster.ClusterImpl$$EnhancerByGuice$$9448771b.CGLIB$processServiceComponentHostEvents$39() > at org.apache.ambari.server.state.cluster.ClusterImpl$$EnhancerByGuice$$9448771b$$FastClassByGuice$$250d757e.invoke() > at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228) > at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) > at org.apache.ambari.server.orm.AmbariJpaLocalTxnInterceptor.invoke(AmbariJpaLocalTxnInterceptor.java:68) > at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) > at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52) > at org.apache.ambari.server.state.cluster.ClusterImpl$$EnhancerByGuice$$9448771b.processServiceComponentHostEvents() > at org.apache.ambari.se > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)