You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/09/07 21:11:00 UTC

[jira] [Commented] (AMBARI-21908) Server returns 500 error for create config group request

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

Hudson commented on AMBARI-21908:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #175 (See [https://builds.apache.org/job/Ambari-branch-2.6/175/])
AMBARI-21908. Server returns 500 error for create config group request. (swagle: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f67dd616d6d61ce9f7d761cdd06f22abfa65111f])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/ConfigGroupRequest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ConfigGroupResourceProvider.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/AmbariContext.java
* (edit) ambari-server/src/main/resources/properties.json


> Server returns 500 error for create config group request
> --------------------------------------------------------
>
>                 Key: AMBARI-21908
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21908
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.0
>            Reporter: Siddharth Wagle
>            Assignee: Siddharth Wagle
>            Priority: Critical
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-21908.patch
>
>
> Cannot create config group, server returns 500 error.
> Form data:
> {code}
> {noformat}
> [{"ConfigGroup":{"group_name":"11","tag":"HDFS","description":"","desired_configs":[],"hosts":[]},"serviceName":"HDFS"}]
> {noformat}
> {code}
> Exception:
> {noformat}
> {
>   "status" : 400,
>   "message" : "The properties [ConfigGroup/serviceName] specified in the request or predicate are not supported for the resource type ConfigGroup."
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)