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

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

Siddharth Wagle created AMBARI-21908:
----------------------------------------

             Summary: 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


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)