<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Zeppelin Server does not able to start in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211484#M173426</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you please attach the log files under  (/var/log/zeppelin/) folder&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2017 11:42:24 GMT</pubDate>
    <dc:creator>asirna</dc:creator>
    <dc:date>2017-10-11T11:42:24Z</dc:date>
    <item>
      <title>Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211483#M173425</link>
      <description>&lt;P&gt;Hi, I am having trouble to start Zeppelin server after editing at Zeppelin Home Directory. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="39763-zeppelin-ambari.png" style="width: 703px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16656iD0026044E7D8D55E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="39763-zeppelin-ambari.png" alt="39763-zeppelin-ambari.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below are the zeppelin error that I found&lt;/P&gt;&lt;P&gt;From &lt;EM&gt;/var/log/zeppelin&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="39762-zeppelin-error-log.png" style="width: 599px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16657iB1B69508F5421B7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="39762-zeppelin-error-log.png" alt="39762-zeppelin-error-log.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;stderr:  /var/lib/ambari-agent/data/errors-680.txt&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py", line 330, in &amp;lt;module&amp;gt;
    Master().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 280, in execute
    method(env)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 720, in restart
    self.start(env, upgrade_type=upgrade_type)
  File "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py", line 187, in start
    + params.zeppelin_log_file, user=params.zeppelin_user)
  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 70, in inner
    result = function(command, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
    tries=tries, try_sleep=try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 293, in _call
    raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/hdp/current/zeppelin-server/bin/zeppelin-daemon.sh restart &amp;gt;&amp;gt; /var/log/zeppelin/zeppelin-setup.log' returned 1.&lt;/PRE&gt;&lt;P&gt;stdout:  /var/lib/ambari-agent/data/output-680.txt&lt;/P&gt;&lt;PRE&gt;2017-10-10 23:42:04,513 - The hadoop conf dir /usr/hdp/current/hadoop-client/conf exists, will call conf-select on it for version 2.5.3.0-37
2017-10-10 23:42:04,515 - Checking if need to create versioned conf dir /etc/hadoop/2.5.3.0-37/0
2017-10-10 23:42:04,517 - call[('ambari-python-wrap', u'/usr/bin/conf-select', 'create-conf-dir', '--package', 'hadoop', '--stack-version', '2.5.3.0-37', '--conf-version', '0')] {'logoutput': False, 'sudo': True, 'quiet': False, 'stderr': -1}
2017-10-10 23:42:04,557 - call returned (1, '/etc/hadoop/2.5.3.0-37/0 exist already', '')
2017-10-10 23:42:04,558 - checked_call[('ambari-python-wrap', u'/usr/bin/conf-select', 'set-conf-dir', '--package', 'hadoop', '--stack-version', '2.5.3.0-37', '--conf-version', '0')] {'logoutput': False, 'sudo': True, 'quiet': False}
2017-10-10 23:42:04,587 - checked_call returned (0, '')
2017-10-10 23:42:04,588 - Ensuring that hadoop has the correct symlink structure
2017-10-10 23:42:04,588 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-10-10 23:42:04,800 - The hadoop conf dir /usr/hdp/current/hadoop-client/conf exists, will call conf-select on it for version 2.5.3.0-37
2017-10-10 23:42:04,802 - Checking if need to create versioned conf dir /etc/hadoop/2.5.3.0-37/0
2017-10-10 23:42:04,803 - call[('ambari-python-wrap', u'/usr/bin/conf-select', 'create-conf-dir', '--package', 'hadoop', '--stack-version', '2.5.3.0-37', '--conf-version', '0')] {'logoutput': False, 'sudo': True, 'quiet': False, 'stderr': -1}
2017-10-10 23:42:04,844 - call returned (1, '/etc/hadoop/2.5.3.0-37/0 exist already', '')
2017-10-10 23:42:04,844 - checked_call[('ambari-python-wrap', u'/usr/bin/conf-select', 'set-conf-dir', '--package', 'hadoop', '--stack-version', '2.5.3.0-37', '--conf-version', '0')] {'logoutput': False, 'sudo': True, 'quiet': False}
2017-10-10 23:42:04,877 - checked_call returned (0, '')
2017-10-10 23:42:04,878 - Ensuring that hadoop has the correct symlink structure
2017-10-10 23:42:04,878 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-10-10 23:42:04,880 - Group['livy'] {}
2017-10-10 23:42:04,882 - Group['elasticsearch'] {}
2017-10-10 23:42:04,883 - Group['spark'] {}
2017-10-10 23:42:04,883 - Group['zeppelin'] {}
2017-10-10 23:42:04,883 - Group['hadoop'] {}
2017-10-10 23:42:04,884 - Group['kibana'] {}
2017-10-10 23:42:04,884 - Group['users'] {}
2017-10-10 23:42:04,884 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,886 - User['storm'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,887 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,888 - User['infra-solr'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,889 - User['atlas'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,890 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,892 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-10-10 23:42:04,893 - User['zeppelin'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,894 - User['logsearch'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,895 - User['livy'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,896 - User['elasticsearch'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,897 - User['spark'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,898 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-10-10 23:42:04,899 - User['kafka'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,900 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,901 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,902 - User['kibana'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,903 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,904 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,906 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-10-10 23:42:04,907 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-10-10 23:42:04,909 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-10-10 23:42:04,916 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-10-10 23:42:04,916 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-10-10 23:42:04,916 - Creating directory Directory['/tmp/hbase-hbase'] since it doesn't exist.
2017-10-10 23:42:04,917 - Changing owner for /tmp/hbase-hbase from 0 to hbase
2017-10-10 23:42:04,917 - Changing permission for /tmp/hbase-hbase from 755 to 775
2017-10-10 23:42:04,918 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-10-10 23:42:04,919 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-10-10 23:42:04,926 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-10-10 23:42:04,927 - Group['hdfs'] {}
2017-10-10 23:42:04,928 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-10-10 23:42:04,929 - FS Type: 
2017-10-10 23:42:04,929 - Directory['/etc/hadoop'] {'mode': 0755}
2017-10-10 23:42:04,952 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-10-10 23:42:04,953 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-10-10 23:42:04,974 - Execute[('setenforce', '0')] {'not_if': '(! which getenforce ) || (which getenforce &amp;amp;&amp;amp; getenforce | grep -q Disabled)', 'sudo': True, 'only_if': 'test -f /selinux/enforce'}
2017-10-10 23:42:04,983 - Skipping Execute[('setenforce', '0')] due to not_if
2017-10-10 23:42:04,984 - Directory['/var/log/hadoop'] {'owner': 'root', 'create_parents': True, 'group': 'hadoop', 'mode': 0775, 'cd_access': 'a'}
2017-10-10 23:42:04,986 - Directory['/var/run/hadoop'] {'owner': 'root', 'create_parents': True, 'group': 'root', 'cd_access': 'a'}
2017-10-10 23:42:04,986 - Directory['/tmp/hadoop-hdfs'] {'owner': 'hdfs', 'create_parents': True, 'cd_access': 'a'}
2017-10-10 23:42:04,986 - Creating directory Directory['/tmp/hadoop-hdfs'] since it doesn't exist.
2017-10-10 23:42:04,987 - Changing owner for /tmp/hadoop-hdfs from 0 to hdfs
2017-10-10 23:42:04,991 - File['/usr/hdp/current/hadoop-client/conf/commons-logging.properties'] {'content': Template('commons-logging.properties.j2'), 'owner': 'hdfs'}
2017-10-10 23:42:04,992 - File['/usr/hdp/current/hadoop-client/conf/health_check'] {'content': Template('health_check.j2'), 'owner': 'hdfs'}
2017-10-10 23:42:04,993 - File['/usr/hdp/current/hadoop-client/conf/log4j.properties'] {'content': ..., 'owner': 'hdfs', 'group': 'hadoop', 'mode': 0644}
2017-10-10 23:42:05,003 - File['/usr/hdp/current/hadoop-client/conf/hadoop-metrics2.properties'] {'content': Template('hadoop-metrics2.properties.j2'), 'owner': 'hdfs', 'group': 'hadoop'}
2017-10-10 23:42:05,004 - File['/usr/hdp/current/hadoop-client/conf/task-log4j.properties'] {'content': StaticFile('task-log4j.properties'), 'mode': 0755}
2017-10-10 23:42:05,005 - File['/usr/hdp/current/hadoop-client/conf/configuration.xsl'] {'owner': 'hdfs', 'group': 'hadoop'}
2017-10-10 23:42:05,008 - File['/etc/hadoop/conf/topology_mappings.data'] {'owner': 'hdfs', 'content': Template('topology_mappings.data.j2'), 'only_if': 'test -d /etc/hadoop/conf', 'group': 'hadoop'}
2017-10-10 23:42:05,013 - File['/etc/hadoop/conf/topology_script.py'] {'content': StaticFile('topology_script.py'), 'only_if': 'test -d /etc/hadoop/conf', 'mode': 0755}
2017-10-10 23:42:05,329 - call['ambari-python-wrap /usr/bin/hdp-select status spark-client'] {'timeout': 20}
2017-10-10 23:42:05,349 - call returned (0, 'spark-client - 2.5.3.0-37')
2017-10-10 23:42:05,358 - The hadoop conf dir /usr/hdp/current/hadoop-client/conf exists, will call conf-select on it for version 2.5.3.0-37
2017-10-10 23:42:05,361 - Checking if need to create versioned conf dir /etc/hadoop/2.5.3.0-37/0
2017-10-10 23:42:05,363 - call[('ambari-python-wrap', u'/usr/bin/conf-select', 'create-conf-dir', '--package', 'hadoop', '--stack-version', '2.5.3.0-37', '--conf-version', '0')] {'logoutput': False, 'sudo': True, 'quiet': False, 'stderr': -1}
2017-10-10 23:42:05,402 - call returned (1, '/etc/hadoop/2.5.3.0-37/0 exist already', '')
2017-10-10 23:42:05,402 - checked_call[('ambari-python-wrap', u'/usr/bin/conf-select', 'set-conf-dir', '--package', 'hadoop', '--stack-version', '2.5.3.0-37', '--conf-version', '0')] {'logoutput': False, 'sudo': True, 'quiet': False}
2017-10-10 23:42:05,445 - checked_call returned (0, '')
2017-10-10 23:42:05,446 - Ensuring that hadoop has the correct symlink structure
2017-10-10 23:42:05,446 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-10-10 23:42:05,447 - Directory['/var/log/zeppelin'] {'owner': 'zeppelin', 'group': 'zeppelin', 'create_parents': True, 'mode': 0755, 'cd_access': 'a'}
2017-10-10 23:42:05,451 - Execute['/usr/hdp/current/zeppelin-server/bin/zeppelin-daemon.sh stop &amp;gt;&amp;gt; /var/log/zeppelin/zeppelin-setup.log'] {'user': 'zeppelin'}
2017-10-10 23:42:05,670 - Pid file  is empty or does not exist
2017-10-10 23:42:05,672 - Directory['/var/log/zeppelin'] {'owner': 'zeppelin', 'group': 'zeppelin', 'create_parents': True, 'mode': 0755, 'cd_access': 'a'}
2017-10-10 23:42:05,673 - XmlConfig['zeppelin-site.xml'] {'owner': 'zeppelin', 'group': 'zeppelin', 'conf_dir': '/etc/zeppelin/conf', 'configurations': ...}
2017-10-10 23:42:05,691 - Generating config: /etc/zeppelin/conf/zeppelin-site.xml
2017-10-10 23:42:05,691 - File['/etc/zeppelin/conf/zeppelin-site.xml'] {'owner': 'zeppelin', 'content': InlineTemplate(...), 'group': 'zeppelin', 'mode': None, 'encoding': 'UTF-8'}
2017-10-10 23:42:05,716 - File['/etc/zeppelin/conf/zeppelin-env.sh'] {'owner': 'zeppelin', 'content': InlineTemplate(...), 'group': 'zeppelin'}
2017-10-10 23:42:05,718 - File['/etc/zeppelin/conf/shiro.ini'] {'owner': 'zeppelin', 'content': InlineTemplate(...), 'group': 'zeppelin'}
2017-10-10 23:42:05,719 - File['/etc/zeppelin/conf/log4j.properties'] {'owner': 'zeppelin', 'content': ..., 'group': 'zeppelin'}
2017-10-10 23:42:05,719 - File['/etc/zeppelin/conf/hive-site.xml'] {'owner': 'zeppelin', 'content': StaticFile('/etc/spark/conf/hive-site.xml'), 'group': 'zeppelin'}
2017-10-10 23:42:05,721 - File['/etc/zeppelin/conf/hbase-site.xml'] {'owner': 'zeppelin', 'content': StaticFile('/etc/hbase/conf/hbase-site.xml'), 'group': 'zeppelin'}
2017-10-10 23:42:05,722 - Execute[('chown', '-R', u'zeppelin:zeppelin', '/etc/zeppelin')] {'sudo': True}
2017-10-10 23:42:05,731 - Execute[('chown', '-R', u'zeppelin:zeppelin', u'/usr/hdp/current/zeppelin-server/notebook')] {'sudo': True}
2017-10-10 23:42:05,741 - HdfsResource['/user/zeppelin'] {'security_enabled': False, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': [EMPTY], 'default_fs': 'hdfs://bigdata.ais.utm.my:8020', 'hdfs_resource_ignore_file': '/var/lib/ambari-agent/data/.hdfs_resource_ignore', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': [EMPTY], 'user': 'hdfs', 'owner': 'zeppelin', 'recursive_chown': True, 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory', 'action': ['create_on_execute'], 'recursive_chmod': True}
2017-10-10 23:42:05,743 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin?op=GETFILESTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpuzyGbS 2&amp;gt;/tmp/tmpS7DTt5''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:05,876 - call returned (0, '')
2017-10-10 23:42:05,877 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpwHTYSF 2&amp;gt;/tmp/tmpBIImwQ''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,038 - call returned (0, '')
2017-10-10 23:42:06,039 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin?op=GETCONTENTSUMMARY&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpMfDCJV 2&amp;gt;/tmp/tmp5npAnl''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,162 - call returned (0, '')
2017-10-10 23:42:06,164 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpY4wRD9 2&amp;gt;/tmp/tmpuWuB9S''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,318 - call returned (0, '')
2017-10-10 23:42:06,321 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.Trash?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpxpXkUl 2&amp;gt;/tmp/tmpVyw8B9''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,500 - call returned (0, '')
2017-10-10 23:42:06,502 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpNpCBGb 2&amp;gt;/tmp/tmp9y6w1H''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,662 - call returned (0, '')
2017-10-10 23:42:06,663 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0006?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmp2vVPKb 2&amp;gt;/tmp/tmpg95wZl''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,804 - call returned (0, '')
2017-10-10 23:42:06,807 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0011?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpCH4cnD 2&amp;gt;/tmp/tmpLwkU82''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:06,987 - call returned (0, '')
2017-10-10 23:42:06,990 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/test?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmp92_TDl 2&amp;gt;/tmp/tmp2fd_45''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:07,150 - call returned (0, '')
2017-10-10 23:42:07,152 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.Trash?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpdcZrlC 2&amp;gt;/tmp/tmpkUy4QD''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:07,328 - call returned (0, '')
2017-10-10 23:42:07,329 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://bigdata.ais.utm.my:50070/webhdfs/v1/user/zeppelin/.sparkStaging?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpULFoCS 2&amp;gt;/tmp/tmpnDoNvY''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:07,507 - call returned (0, '')
2017-10-10 23:42:07,509 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0006?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmppKonyG 2&amp;gt;/tmp/tmpGNruG_''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:07,681 - call returned (0, '')
2017-10-10 23:42:07,683 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0006/__spark_conf__2379760639591875615.zip?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpVYOcwR 2&amp;gt;/tmp/tmpaWfLft''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:07,877 - call returned (0, '')
2017-10-10 23:42:07,879 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0006/py4j-0.9-src.zip?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpyhEcHT 2&amp;gt;/tmp/tmpaDfPbE''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:08,056 - call returned (0, '')
2017-10-10 23:42:08,058 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0006/pyspark.zip?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmphgxYKG 2&amp;gt;/tmp/tmp4VKkoQ''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:08,241 - call returned (0, '')
2017-10-10 23:42:08,243 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0011?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpqQhioW 2&amp;gt;/tmp/tmppr5_uT''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:08,415 - call returned (0, '')
2017-10-10 23:42:08,417 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0011/__spark_conf__8077160833487577672.zip?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpiTVJ2d 2&amp;gt;/tmp/tmpXbCjLv''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:08,589 - call returned (0, '')
2017-10-10 23:42:08,591 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0011/py4j-0.9-src.zip?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmp93uvDP 2&amp;gt;/tmp/tmpDguuGb''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:08,775 - call returned (0, '')
2017-10-10 23:42:08,777 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://myhostname:50070/webhdfs/v1/user/zeppelin/.sparkStaging/application_1505703113454_0011/pyspark.zip?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpQJ4JzG 2&amp;gt;/tmp/tmpnxXSi3''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:08,954 - call returned (0, '')
2017-10-10 23:42:08,956 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://hostname:50070/webhdfs/v1/user/zeppelin/test?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpPso5rr 2&amp;gt;/tmp/tmpPxP2vj''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:09,151 - call returned (0, '')
2017-10-10 23:42:09,153 - HdfsResource['/user/zeppelin/test'] {'security_enabled': False, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': [EMPTY], 'default_fs': 'hdfs://bigdata.ais.utm.my:8020', 'hdfs_resource_ignore_file': '/var/lib/ambari-agent/data/.hdfs_resource_ignore', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': [EMPTY], 'user': 'hdfs', 'owner': 'zeppelin', 'recursive_chown': True, 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory', 'action': ['create_on_execute'], 'recursive_chmod': True}
2017-10-10 23:42:09,154 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://hostname:50070/webhdfs/v1/user/zeppelin/test?op=GETFILESTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpGtjd97 2&amp;gt;/tmp/tmpkA5q6U''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:09,347 - call returned (0, '')
2017-10-10 23:42:09,350 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://hostname:50070/webhdfs/v1/user/zeppelin/test?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpuxF1In 2&amp;gt;/tmp/tmp8DCBmB''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:09,523 - call returned (0, '')
2017-10-10 23:42:09,525 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://hostname:50070/webhdfs/v1/user/zeppelin/test?op=GETCONTENTSUMMARY&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpuHexKw 2&amp;gt;/tmp/tmp9z6X5D''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:09,720 - call returned (0, '')
2017-10-10 23:42:09,721 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://hostname:50070/webhdfs/v1/user/zeppelin/test?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpQf3cSh 2&amp;gt;/tmp/tmpY09VhK''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:09,910 - call returned (0, '')
2017-10-10 23:42:09,912 - HdfsResource['/apps/zeppelin'] {'security_enabled': False, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': [EMPTY], 'default_fs': 'hdfs://bigdata.ais.utm.my:8020', 'hdfs_resource_ignore_file': '/var/lib/ambari-agent/data/.hdfs_resource_ignore', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': [EMPTY], 'user': 'hdfs', 'owner': 'zeppelin', 'recursive_chown': True, 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory', 'action': ['create_on_execute'], 'recursive_chmod': True}
2017-10-10 23:42:09,914 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://hostname:50070/webhdfs/v1/apps/zeppelin?op=GETFILESTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpSEUtOb 2&amp;gt;/tmp/tmpm2jnhY''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:10,083 - call returned (0, '')
2017-10-10 23:42:10,086 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://hostname:50070/webhdfs/v1/apps/zeppelin?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpwyKh8n 2&amp;gt;/tmp/tmpyDNDLY''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:10,295 - call returned (0, '')
2017-10-10 23:42:10,297 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://bigdata.ais.utm.my:50070/webhdfs/v1/apps/zeppelin?op=GETCONTENTSUMMARY&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmpmPec8L 2&amp;gt;/tmp/tmpZa2Epj''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:10,466 - call returned (0, '')
2017-10-10 23:42:10,468 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://hostname:50070/webhdfs/v1/apps/zeppelin?op=LISTSTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmplFQm2Z 2&amp;gt;/tmp/tmpCKK9Hy''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:10,644 - call returned (0, '')
2017-10-10 23:42:10,646 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X PUT '"'"'http://bigdata.ais.utm.my:50070/webhdfs/v1/apps/zeppelin/zeppelin-spark-dependencies-0.6.0.2.5.3.0-37.jar?op=SETOWNER&amp;amp;user.name=hdfs&amp;amp;owner=zeppelin&amp;amp;group='"'"' 1&amp;gt;/tmp/tmpg6bT27 2&amp;gt;/tmp/tmptE7eZ_''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:10,818 - call returned (0, '')
2017-10-10 23:42:10,819 - HdfsResource['/apps/zeppelin/zeppelin-spark-dependencies-0.6.0.2.5.3.0-37.jar'] {'security_enabled': False, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': [EMPTY], 'source': '/usr/hdp/current/zeppelin-server/interpreter/spark/dep/zeppelin-spark-dependencies-0.6.0.2.5.3.0-37.jar', 'default_fs': 'hdfs://hostname:8020', 'replace_existing_files': True, 'hdfs_resource_ignore_file': '/var/lib/ambari-agent/data/.hdfs_resource_ignore', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': [EMPTY], 'user': 'hdfs', 'owner': 'zeppelin', 'group': 'zeppelin', 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'file', 'action': ['create_on_execute'], 'mode': 0444}
2017-10-10 23:42:10,820 - call['ambari-sudo.sh su hdfs -l -s /bin/bash -c 'curl -sS -L -w '"'"'%{http_code}'"'"' -X GET '"'"'http://hostname:50070/webhdfs/v1/apps/zeppelin/zeppelin-spark-dependencies-0.6.0.2.5.3.0-37.jar?op=GETFILESTATUS&amp;amp;user.name=hdfs'"'"' 1&amp;gt;/tmp/tmp7dJv6q 2&amp;gt;/tmp/tmpEtGvUN''] {'logoutput': None, 'quiet': False}
2017-10-10 23:42:10,973 - call returned (0, '')
2017-10-10 23:42:10,973 - DFS file /apps/zeppelin/zeppelin-spark-dependencies-0.6.0.2.5.3.0-37.jar is identical to /usr/hdp/current/zeppelin-server/interpreter/spark/dep/zeppelin-spark-dependencies-0.6.0.2.5.3.0-37.jar, skipping the copying
2017-10-10 23:42:10,974 - HdfsResource[None] {'security_enabled': False, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': [EMPTY], 'default_fs': 'hdfs://bigdata.ais.utm.my:8020', 'hdfs_resource_ignore_file': '/var/lib/ambari-agent/data/.hdfs_resource_ignore', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': [EMPTY], 'user': 'hdfs', 'action': ['execute'], 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf'}
2017-10-10 23:42:10,977 - File['/etc/zeppelin/conf/interpreter.json'] {'content': ..., 'owner': 'zeppelin', 'group': 'zeppelin'}
2017-10-10 23:42:10,977 - Writing File['/etc/zeppelin/conf/interpreter.json'] because contents don't match
2017-10-10 23:42:10,978 - Execute['/usr/hdp/current/zeppelin-server/bin/zeppelin-daemon.sh restart &amp;gt;&amp;gt; /var/log/zeppelin/zeppelin-setup.log'] {'user': 'zeppelin'}

Command failed after 1 tries
&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:58:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211483#M173425</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2019-08-18T03:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211484#M173426</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you please attach the log files under  (/var/log/zeppelin/) folder&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:42:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211484#M173426</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-10-11T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211485#M173427</link>
      <description>&lt;P&gt;Hi Aditya. Here is the attachment. Thanks.&lt;/P&gt;&lt;PRE&gt;[me@mylaptop zeppelin]$ cat zeppelin-setup.log
spark_version:1.6 detected for spark_home: /usr/hdp/current/spark-client
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin is not running
Zeppelin is not running
Zeppelin is not running
Zeppelin is not running
Zeppelin is not running
Zeppelin is not running
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
spark_version:1.6 detected for spark_home: /usr/hdp/current/spark-client
Zeppelin stop                                              [  OK  ]
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
spark_version:1.6 detected for spark_home: /usr/hdp/current/spark-client
Zeppelin stop                                              [  OK  ]
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]
Zeppelin stop                                              [  OK  ]
Zeppelin is not running
Zeppelin start                                             [  OK  ]
Zeppelin process died                                      [FAILED]


&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Oct 2017 11:51:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211485#M173427</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2017-10-11T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211486#M173428</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;There isn't much info in this file. There will be another log file. zeppelin-zeppelin-&amp;lt;hostname&amp;gt;-.log . Can you please attach this file.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 12:24:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211486#M173428</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-10-11T12:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211487#M173429</link>
      <description>&lt;P&gt;[me@host zeppelin]$ sudo cat zeppelin-zeppelin-hostname.log  &lt;/P&gt;&lt;P&gt;INFO [2017-10-11 01:03:10,494] ({main} ZeppelinConfiguration.java[create]:98) - Load configuration from file:/etc/zeppelin/2.5.3.0-37/0/zeppelin-site.xml &lt;/P&gt;&lt;P&gt; INFO [2017-10-11 01:03:10,560] ({main} Log.java[initialized]:186) - Logging initialized @362ms &lt;/P&gt;&lt;P&gt;INFO [2017-10-11 01:03:10,616] ({main} ZeppelinServer.java[setupWebAppContext]:266) - ZeppelinServer Webapp path: /usr/hdp/current/zeppelin-server/webapps
 INFO [2017-10-11 01:03:10,821] ({main} ZeppelinServer.java[main]:114) - Starting zeppelin server
 INFO [2017-10-11 01:03:10,822] ({main} Server.java[doStart]:327) - jetty-9.2.15.v20160210 &lt;/P&gt;&lt;P&gt; WARN [2017-10-11 01:03:10,840] ({main} WebAppContext.java[doStart]:514) - Failed startup of context o.e.j.w.WebAppContext@157632c9{/,null,null}{/usr/hdp/current/zeppelin-server/lib/zeppelin-web-0.6.0.2.5.3.0-37.war}
java.lang.IllegalStateException: Failed to delete temp dir /usr/hdp/2.5.3.0-37/zeppelin/webapps
        at org.eclipse.jetty.webapp.WebInfConfiguration.configureTempDirectory(WebInfConfiguration.java:372)
        at org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory(WebInfConfiguration.java:260)
        at org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:69)
        at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:468)
        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:504)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
        at org.eclipse.jetty.server.Server.start(Server.java:387)
        at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
        at org.eclipse.jetty.server.Server.doStart(Server.java:354)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:116) &lt;/P&gt;&lt;P&gt;WARN [2017-10-11 01:03:10,847] ({main} AbstractLifeCycle.java[setFailed]:212) - FAILED ServerConnector@4034c28c{HTTP/1.1}{0.0.0.0:9995}: java.net.BindException: Address already in use
java.net.BindException: Address already in use &lt;/P&gt;&lt;P&gt;        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:366)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:116)
 WARN [2017-10-11 01:03:10,847] ({main} AbstractLifeCycle.java[setFailed]:212) - FAILED org.eclipse.jetty.server.Server@14ec4505: java.net.BindException: Address already in use
java.net.BindException: Address already in use &lt;/P&gt;&lt;P&gt;        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:366)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:116) &lt;/P&gt;&lt;P&gt;ERROR [2017-10-11 01:03:10,847] ({main} ZeppelinServer.java[main]:118) - Error while running jettyServer
java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:366)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:116)&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:05:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211487#M173429</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2017-10-11T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211488#M173430</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;From the log it looks like the port is used by some process. Check if the port is occupied by running,&lt;/P&gt;&lt;PRE&gt;netstat -tupln | grep 9995&lt;/PRE&gt;&lt;P&gt;sample output : tcp6       0      0 :::9995                 :::*                    LISTEN      4683/java (4683 is the PID here)&lt;/P&gt;&lt;P&gt;kill -9 4683&lt;/P&gt;&lt;P&gt;Get the PID from the above command output and kill the process. After killing the process, check if this dir is present&lt;/P&gt;&lt;P&gt;/usr/hdp/2.5.3.0-37/zeppelin/webapps . remove it if exists&lt;/P&gt;&lt;PRE&gt;rm -rf /usr/hdp/2.5.3.0-37/zeppelin/webapps&lt;/PRE&gt;&lt;P&gt;Restart zeppelin after doing the above steps.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 13:10:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211488#M173430</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-10-11T13:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211489#M173431</link>
      <description>&lt;P&gt;It works like a charm. Thank you so much &lt;A rel="user" href="https://community.cloudera.com/users/14200/asirna.html" nodeid="14200" target="_blank"&gt;@Aditya Sirna&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="39765-zeppelin-success-2.png" style="width: 713px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16655iD253F475E72F5F92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="39765-zeppelin-success-2.png" alt="39765-zeppelin-success-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:57:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/211489#M173431</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2019-08-18T03:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin Server does not able to start</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/278762#M208221</link>
      <description>&lt;P&gt;Solution helped me tooo&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 14:03:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-Server-does-not-able-to-start/m-p/278762#M208221</guid>
      <dc:creator>ppenumatsa</dc:creator>
      <dc:date>2019-10-03T14:03:08Z</dc:date>
    </item>
  </channel>
</rss>

