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

[jira] [Commented] (AMBARI-10974) Service Action "Start" is non-functional

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

Alejandro Fernandez commented on AMBARI-10974:
----------------------------------------------

Can confirm if the request is being sent using Firebug or Chrome Debugger?

Is this happening only for Ambari Metrics?

If yes, then can you try with the API,
{code}
curl -X POST -u admin:admin -H 'X-Requested-By:1' http://server:8080/api/v1/clusters/enter_cluster_name/requests -d '{"RequestInfo":{"command":"RESTART", "context":"Restart AMS on host FQDN", "operation_level":{ "level":"HOST", "cluster_name":"enter_cluster_name", "host_name": "enter_FQDN"}}, "Requests/resource_filters": [{"service_name":"AMBARI_METRICS", "component_name":"METRICS_COLLECTOR", "hosts":"enter_FQDN"}]}'
{code}



> Service Action "Start" is non-functional
> ----------------------------------------
>
>                 Key: AMBARI-10974
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10974
>             Project: Ambari
>          Issue Type: Bug
>         Environment: ambari-2.1.0-376, hdp-2.3.0.0-1880, sles11sp3
>            Reporter: Zack Marsh
>
> The Service Action "Start" is currently not functioning.
> e.g. 
> Navigate to a service, such as Ambari Metrics, click "Service Actions", click "Start", view the confirmation window displaying "You are about to start Ambari Metrics", and click "Confirm Start"
> Nothing happens...
> Same behavior observed on other services.
> The "Restart All" action does work.



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