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/11/20 06:56:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16258864#comment-16258864 ] 

Hudson commented on AMBARI-22462:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8413 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8413/])
AMBARI-22462 Remove hard-code from StackAdvisorCommand requests to (hapylestat: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=786d4b63349d2c0f18d8a06a29fe1cc5598cf8fc])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommand.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/AbstractPrepareKerberosServerAction.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/serveraction/kerberos/PrepareKerberosIdentitiesServerAction.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/AmbariContext.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RootServiceComponentConfigurationResourceProvider.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/BlueprintFactory.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/validators/RequiredPasswordValidator.java


> 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)