You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/09/17 00:21:33 UTC

[jira] [Resolved] (AMBARI-7347) Cannot view slider instance in API due to exception

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

Srimanth Gunturi resolved AMBARI-7347.
--------------------------------------
    Resolution: Fixed

The API was not working because when you visit /api/v1/views/SLIDER/versions/1.0.0/instances/q, it tries to populate all multi-resource endpoints. This fails due to missing parameters (no RM location, etc.). Fix was to check if parameters are set.

Apart from that fixed
* Corrupt slider-agent.tar.gz
* UI not putting text/plain in Accept header

Committed to trunk.

> Cannot view slider instance in API due to exception
> ---------------------------------------------------
>
>                 Key: AMBARI-7347
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7347
>             Project: Ambari
>          Issue Type: Bug
>          Components: contrib
>    Affects Versions: 1.7.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>            Priority: Critical
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-7347.patch
>
>
> Create Slider instance in the Ambari Admin.
> Live empty property.
> Request to {{/api/v1/views/SLIDER/versions/1.0.0/instances/q}} returns:
> {noformat}{
>   "status" : 500,
>   "message" : "org.apache.ambari.server.controller.spi.SystemException: The value of property yarn.resourcemanager.address must not be null"
> }{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)