You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2015/05/04 23:41:11 UTC

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

Tom Beerbower created AMBARI-10913:
--------------------------------------

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