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 6BC1C11CA0 for ; Wed, 10 Sep 2014 18:26:34 +0000 (UTC) Received: (qmail 66311 invoked by uid 500); 10 Sep 2014 18:26:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 66279 invoked by uid 500); 10 Sep 2014 18:26: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 66266 invoked by uid 99); 10 Sep 2014 18:26:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 18:26:34 +0000 Date: Wed, 10 Sep 2014 18:26:34 +0000 (UTC) From: "Scott Creeley (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-7225) deploy of 2.1.GlusterFS stack errors with: org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Configuration with tag 'version1' exists for 'core-site' 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-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14128879#comment-14128879 ] Scott Creeley commented on AMBARI-7225: --------------------------------------- [~jaimin] Hope this helps --------------------------------------------------------- firebug api error: --------------------------------------------------------- TypeError: configs is null ...roperty = configs.filterProperty('filename', type + '.xml').someProperty('name',... app.js (line 111102) ------------------------------------------------------ Some additional Info from app.js (firebug): ------------------------------------------------------ services.forEach(function (service) { if (service.get('configTypes')) { Object.keys(service.get('configTypes')).forEach(function (type) { var contentProperty = configs.filterProperty('filename', type + '.xml').someProperty('name', 'content'); if (contentProperty && (type.endsWith('-log4j') || type.endsWith('-env'))) { var property = { "id": "site property", "name": "content", "displayName": type.endsWith('-env') ? type + ' template' : "content", --------------------------------------------------- ambari-server.log error --------------------------------------------------- 10:15:58,407 ERROR [qtp599749037-22] ClusterImpl:1776 - Updating configs for multiple services by a single API request isn't supported, config version not created 10:15:58,409 INFO [qtp599749037-22] AmbariManagementControllerImpl:1150 - Received a updateCluster request, clusterId=2, clusterName=test, request={ clusterName=test, clusterId=2, provisioningState=null, stackVersion=HDP-2.1.GlusterFS, desired_scv=null, hosts=[] } 10:15:58,410 INFO [qtp599749037-22] AmbariManagementControllerImpl:1194 - Applying configuration with tag 'version1' to cluster 'test' 10:15:58,427 INFO [qtp599749037-22] AmbariManagementControllerImpl:1194 - Applying configuration with tag 'version1' to cluster 'test' 10:15:58,428 ERROR [qtp599749037-22] AbstractResourceProvider:335 - Caught AmbariException when modifying a resource org.apache.ambari.server.AmbariException: Configuration with tag 'version1' exists for 'core-site' at org.apache.ambari.server.controller.AmbariManagementControllerImpl.createConfiguration(AmbariManagementControllerImpl.java:644) at org.apache.ambari.server.controller.AmbariManagementControllerImpl.updateCluster(AmbariManagementControllerImpl.java:1199) > deploy of 2.1.GlusterFS stack errors with: org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Configuration with tag 'version1' exists for 'core-site' > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMBARI-7225 > URL: https://issues.apache.org/jira/browse/AMBARI-7225 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 1.7.0 > Reporter: Scott Creeley > Fix For: 1.7.0 > > Attachments: Screenshot-84.png > > > deploy step of installer for 2.1.GlusterFS stack: > Error Alert Popup > org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Configuration with tag 'version1' exists for 'core-site' -- This message was sent by Atlassian JIRA (v6.3.4#6332)