[ https://issues.apache.org/jira/browse/AMBARI-18217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431297#comment-15431297 ]
Jayush Luniya commented on AMBARI-18217: ---------------------------------------- Branch-2.4 commit f21b94b071a1dabb680bb0b1e1449bfbc7c24354 Author: Jayush Luniya <jlun...@hortonworks.com> Date: Mon Aug 22 10:46:59 2016 -0700 AMBARI-18217: Zeppelin service check fails after enabling SSL for Zeppelin (Renjith Kamath via jluniya) > Zeppelin service check fails after enabling SSL for Zeppelin > ------------------------------------------------------------ > > Key: AMBARI-18217 > URL: https://issues.apache.org/jira/browse/AMBARI-18217 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Yesha Vora > Assignee: Renjith Kamath > Priority: Blocker > Labels: 240RMApproved > Fix For: 2.4.0 > > Attachments: AMBARI-18217_trunk+branch-2.4_v1.patch > > > Zeppelin service is running fine after enabling Zeppelin SSL. Howerver, > service check fails with below error. > {code} > Traceback (most recent call last): > File > "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py", > line 39, in <module> > ZeppelinServiceCheck().execute() > File > "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", > line 280, in execute > method(env) > File > "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py", > line 36, in service_check > logoutput=True) > File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", > line 155, in __init__ > self.env.run() > File > "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", > line 160, in run > self.run_action(resource, action) > File > "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", > line 124, in run_action > provider_action() > File > "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", > line 273, in action_run > tries=self.resource.tries, try_sleep=self.resource.try_sleep) > File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", > line 71, in inner > result = function(command, **kwargs) > File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", > line 93, in checked_call > tries=tries, try_sleep=try_sleep) > File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", > line 141, in _call_wrapper > result = _call(command, **kwargs_copy) > File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", > line 294, in _call > raise Fail(err_msg) > resource_management.core.exceptions.Fail: Execution of 'curl -s -o /dev/null > -w'%{http_code}' --negotiate -u: -k xxx:9995 | grep 200' returned 1.{code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)