<?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: HDF 2.1.4 not starting up after reboot in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204381#M65959</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;@Jay SenSharma&lt;/A&gt; Restarting ambari-server did it for me. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 18:30:21 GMT</pubDate>
    <dc:creator>joshua_adeleke</dc:creator>
    <dc:date>2017-08-03T18:30:21Z</dc:date>
    <item>
      <title>HDF 2.1.4 not starting up after reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204378#M65956</link>
      <description>&lt;P&gt;My HDF cluster is not starting after a server reboot. I was trying to mimic a recent Data Centre crash due to power failure and implementing the auto reboot of our dev cluster using ambari blueprints. I have errors with the NIFI_CA and NiFi is not starting up. Please see the error message below; Not sure why there is a permission issue...&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/NIFI/1.0.0/package/scripts/nifi_ca.py", line 114, in &amp;lt;module&amp;gt;
    CertificateAuthority().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/NIFI/1.0.0/package/scripts/nifi_ca.py", line 92, in start
    Execute((run_ca_script, params.jdk64_home, ca_server_script, params.nifi_config_dir + '/nifi-certificate-authority.json', params.nifi_ca_log_file_stdout, params.nifi_ca_log_file_stderr, status_params.nifi_ca_pid_file), user=params.nifi_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 '/var/lib/ambari-agent/cache/common-services/NIFI/1.0.0/package/scripts/run_ca.sh /usr/java/jdk1.8.0_77 /var/lib/ambari-agent/cache/common-services/NIFI/1.0.0/package/files/nifi-toolkit-1.1.0.2.1.4.0-5/bin/tls-toolkit.sh /usr/hdf/current/nifi/conf/nifi-certificate-authority.json /var/log/nifi/nifi-ca.stdout /var/log/nifi/nifi-ca.stderr /var/run/nifi/nifi-ca.pid' returned 126. -bash: /var/lib/ambari-agent/cache/common-services/NIFI/1.0.0/package/scripts/run_ca.sh: Permission denied&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:21:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204378#M65956</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2026-04-21T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: HDF 2.1.4 not starting up after reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204379#M65957</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3938/joshuaadeleke.html" nodeid="3938"&gt;@Joshua Adeleke&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The error says :&lt;/P&gt;&lt;PRE&gt; -bash: /var/lib/ambari-agent/cache/common-services/NIFI/1.0.0/package/scripts/run_ca.sh: Permission denied&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Can you please check if you have that file existing and if it has the correct permissions?  Can you please check and share the permission of this file? &lt;/P&gt;&lt;P&gt;Are you starting ambari-agent as "root" user or non-root user?&lt;/P&gt;&lt;P&gt;You also might want to clear the ambari-agent "cache" directory and then try restarting the agent so that it can pull fresh files from ambari server.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:15:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204379#M65957</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-08-03T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: HDF 2.1.4 not starting up after reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204380#M65958</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The file has the correct permissions (see below). I am running ambari-agent as "root" user.&lt;/P&gt;&lt;PRE&gt;-rwxr-xr-x 1 root root 2002 Aug  1 10:44 /var/lib/ambari-agent/cache/common-services/NIFI/1.0.0/package/scripts/run_ca.sh&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:39:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204380#M65958</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2017-08-03T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: HDF 2.1.4 not starting up after reboot</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204381#M65959</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/3418/jsensharma.html"&gt;@Jay SenSharma&lt;/A&gt; Restarting ambari-server did it for me. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 18:30:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDF-2-1-4-not-starting-up-after-reboot/m-p/204381#M65959</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2017-08-03T18:30:21Z</dc:date>
    </item>
  </channel>
</rss>

