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 48F25184DF for ; Sat, 12 Dec 2015 01:53:48 +0000 (UTC) Received: (qmail 34485 invoked by uid 500); 12 Dec 2015 01:53:47 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 34437 invoked by uid 500); 12 Dec 2015 01:53:47 -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 34107 invoked by uid 99); 12 Dec 2015 01:53:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Dec 2015 01:53:47 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 24AD32C1F5D for ; Sat, 12 Dec 2015 01:53:47 +0000 (UTC) Date: Sat, 12 Dec 2015 01:53:47 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-14344) Exceptions and errors in ambari-server log and out 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-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053944#comment-15053944 ] Hudson commented on AMBARI-14344: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #4019 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4019/]) AMBARI-14344 Exceptions and errors in ambari-server log and out (dsen) (dsen: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=56c12489cd7b2eee696d3e0b1257efddad3112e6]) * ambari-server/src/main/java/org/apache/ambari/server/orm/entities/AlertDefinitionEntity.java * ambari-server/src/main/java/org/apache/ambari/server/events/listeners/alerts/AlertHostListener.java > Exceptions and errors in ambari-server log and out > -------------------------------------------------- > > Key: AMBARI-14344 > URL: https://issues.apache.org/jira/browse/AMBARI-14344 > Project: Ambari > Issue Type: Bug > Components: alerts, ambari-server > Affects Versions: 2.2.0 > Reporter: Dmytro Sen > Assignee: Dmytro Sen > Priority: Blocker > Fix For: 2.2.0 > > Attachments: AMBARI-14344.patch > > > Messages in log file > {code} > 11 Dec 2015 15:50:26,590 WARN [alert-event-bus-1] AlertReceivedListener:138 - Received an alert for ambari_agent_disk_usage which is a definition that does not exist anymore > {code} > Exceptions in out file > {code} > Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException > Internal Exception: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (AMBARICUSTOMUSER.UNI_ALERT_DEF_NAME) violated > Error Code: 1 > Call: INSERT INTO alert_definition (definition_id, cluster_id, component_name, definition_name, description, ENABLED, HASH, ignore_host, label, schedule_interval, scope, service_name, alert_source, source_type) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)