You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Madhuvanthi Radhakrishnan (JIRA)" <ji...@apache.org> on 2017/11/29 19:24:00 UTC

[jira] [Created] (AMBARI-22551) Getting NPE in ServiceComponentImpl.updateComponentInfo()

Madhuvanthi Radhakrishnan created AMBARI-22551:
--------------------------------------------------

             Summary: Getting NPE in ServiceComponentImpl.updateComponentInfo()
                 Key: AMBARI-22551
                 URL: https://issues.apache.org/jira/browse/AMBARI-22551
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 3.0.0
            Reporter: Madhuvanthi Radhakrishnan
            Assignee: Madhuvanthi Radhakrishnan
             Fix For: 3.0.0


curl -X POST -u admin:admin -H "X-Requested-By: ambari" -d @sd.txt http://localhost:8080/api/v1/clusters/fff/servicegroups/core/services/ZOOKEEPER/dependencies


sd.txt content:
{
  "ServiceDependencyInfo" : {    
    "dependency_service_id" : "2"
  }
}

Throws NPE for the first time.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)