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)