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 2015/05/05 18:33:00 UTC

[jira] [Commented] (AMBARI-10913) Slider View: 404 error on slider view instance creation

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

Hudson commented on AMBARI-10913:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2516 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2516/])
AMBARI-10913 - Slider View: 404 error on slider view instance creation (tbeerbower) (tbeerbower: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2200dcc56e0ddc2922400588d3e5fc8e052145de)
* ambari-server/src/test/java/org/apache/ambari/server/view/ViewClassLoaderTest.java
* ambari-server/src/main/java/org/apache/ambari/server/view/ViewClassLoader.java
* ambari-server/src/main/java/org/apache/ambari/server/view/ViewExtractor.java


> Slider View: 404 error on slider view instance creation
> -------------------------------------------------------
>
>                 Key: AMBARI-10913
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10913
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 2.1.0, 2.0.1
>
>
> *STR*
> # install cluster
> # create slider view instance 
> # navigate to slider view instance 
> ER
> view present
> AR
> {noformat}
> {
>   "status": 404,
>   "message": "Not Found"
> }
> {noformat}
> {noformat}
> {
>   "status": 500,
>   "message": "Provider for class javax.xml.parsers.SAXParserFactory cannot be created"
> }
> {noformat}
> Request:
> {noformat}
> Remote Address:192.168.64.101:8080
> Request URL:http://c6401.ambari.apache.org:8080/api/v1/views/SLIDER/versions/2.0.0/instances/sss
> Request Method:POST
> Status Code:500 Provider for class javax.xml.parsers.SAXParserFactory cannot be created
> {noformat}
> {noformat}
> Request Payload:
> {
>     "ViewInstanceInfo": {
>         "instance_name": "sss",
>         "label": "sss",
>         "visible": true,
>         "icon_path": "",
>         "icon64_path": "",
>         "description": "sss",
>         "properties": {
>             "ambari.server.url": "http://c6401.ambari.apache.org:8080/api/v1/clusters/c1",
>             "ambari.server.username": "admin",
>             "ambari.server.password": "admin",
>             "slider.user": null,
>             "view.kerberos.principal": null,
>             "view.kerberos.principal.keytab": null
>         }
>     }
> }
> {noformat}



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