You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/07/16 20:44:05 UTC

[jira] [Commented] (AMBARI-6514) Unable to save config overrides

    [ https://issues.apache.org/jira/browse/AMBARI-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14063884#comment-14063884 ] 

Srimanth Gunturi commented on AMBARI-6514:
------------------------------------------

Review at https://reviews.apache.org/r/23558/

> Unable to save config overrides
> -------------------------------
>
>                 Key: AMBARI-6514
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6514
>             Project: Ambari
>          Issue Type: Bug
>          Components: controller
>    Affects Versions: 1.7.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.7.0
>
>
> Saving overridden configs results in error 500.
> PUT request:
> {code}/api/v1/clusters/{clusterName}/config_groups/{configGroupId}{code}
> Error message:
> {code}Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.0.v20120608-r11652): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Batch entry 0 INSERT INTO clusterconfig (version_tag, type_name, config_attributes, config_data, create_timestamp, cluster_id) VALUES ('version1405434579534', 'hdfs-site', NULL, '{"dfs.datanode.failed.volumes.tolerated":"1"}', 1405434580259, 2) was aborted.  Call getNextException to see the cause. Error Code: 0 Call: INSERT INTO clusterconfig (version_tag, type_name, config_attributes, config_data, create_timestamp, cluster_id) VALUES (?, ?, ?, ?, ?, ?) 	bind => [6 parameters bound]{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)