You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2014/09/22 18:52:35 UTC

[jira] [Created] (AMBARI-7436) Slider View: access deep within view instance after ambari-server restarted it throws error

Vitaly Brodetskyi created AMBARI-7436:
-----------------------------------------

             Summary: Slider View: access deep within view instance after ambari-server restarted it throws error
                 Key: AMBARI-7436
                 URL: https://issues.apache.org/jira/browse/AMBARI-7436
             Project: Ambari
          Issue Type: Bug
          Components: contrib
    Affects Versions: 1.6.1
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
             Fix For: 1.7.0


Tried to access - 

{noformat}
http://c6401.ambari.apache.org:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/apps/1401255963540_3

{
"status": 500,
"message": "org.apache.ambari.server.controller.spi.SystemException: Failed to load class: [org.apache.hadoop.yarn.api.records.impl.pb.ApplicationIdPBImpl]"
}
{noformat}

Then moved back to access view instance.
{noformat}
http://c6401.ambari.apache.org:8080/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1

{
"status": 500,
"message": "org.apache.ambari.server.controller.spi.SystemException: Failed to load class: [org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationsRequestPBImpl]"
}
{noformat}

Only way to get out of this is to restart ambari-server. 

If I start accessing from view list onwards - e.g. start with http://c6401.ambari.apache.org:8080/api/v1/views/SLIDER/versions/1.0.0 and then go to view instance and then resources within the instance then everything works fine.



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