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 11:49:00 UTC

[jira] [Updated] (AMBARI-22462) Remove hard-code from StackAdvisorCommand requests to another resources

     [ https://issues.apache.org/jira/browse/AMBARI-22462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmytro Grinenko updated AMBARI-22462:
-------------------------------------
    Summary: Remove hard-code from StackAdvisorCommand requests to another resources  (was: StackAdvisorCommand unable to make internal request to AmbariConfigurationProvider due to changed resource field id's)

> Remove hard-code from StackAdvisorCommand requests to another resources
> -----------------------------------------------------------------------
>
>                 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
>
>         Attachments: AMBARI-22462.patch
>
>
> 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)