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

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

    [ https://issues.apache.org/jira/browse/AMBARI-7436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145275#comment-14145275 ] 

Hudson commented on AMBARI-7436:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #348 (See [https://builds.apache.org/job/Ambari-trunk-Commit/348/])
AMBARI-7436. Slider View: access deep within view instance after ambari-server restarted it throws error (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d09adabcda1f30155f1a60a0c2c6a62a70ca50c6)
* contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java


> 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
>
>         Attachments: AMBARI-7436.patch, AMBARI-7436_2.patch
>
>
> 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)