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

[jira] [Created] (AMBARI-22462) StackAdvisorCommand unable to make internal request to AmbariConfigurationProvider due to changed resource field id's

Dmytro Grinenko created AMBARI-22462:
----------------------------------------

             Summary: StackAdvisorCommand unable to make internal request to AmbariConfigurationProvider due to changed resource field id's
                 Key: AMBARI-22462
                 URL: https://issues.apache.org/jira/browse/AMBARI-22462
             Project: Ambari
          Issue Type: Bug
          Components: ambari-sever
    Affects Versions: trunk
            Reporter: Dmytro Grinenko
            Assignee: Dmytro Grinenko
            Priority: Blocker
             Fix For: trunk


caused by AMBARI-22347, hardcoded request need to be reworked to use new field id's

{code}
17 Nov 2017 04:59:22,835  WARN [ambari-client-thread-86] StackAdvisorCommand:191 - Error occured during retrieving ldap configuration, status=400, response={
  "status" : 400,
  "message" : "The properties [AmbariConfiguration/type] specified in the request or predicate are not supported for the resource type AmbariConfiguration."
}
17 Nov 2017 04:59:22,836  WARN [ambari-client-thread-86] StackAdvisorCommand:170 - Error parsing services.json file content: Error occured during retrieving ldap configuration, status=400, response={
  "status" : 400,
  "message" : "The properties [AmbariConfiguration/type] specified in the request or predicate are not supported for the resource type AmbariConfiguration."
}
org.apache.ambari.server.api.services.stackadvisor.StackAdvisorException: Error occured during retrieving ldap configuration, status=400, response={
  "status" : 400,
  "message" : "The properties [AmbariConfiguration/type] specified in the request or predicate are not supported for the resource type AmbariConfiguration."
}
{code}



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