<?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: Hue 2.6 restart is failing. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-2-6-restart-is-failing/m-p/233389#M70330</link>
    <description>&lt;P&gt;
	You can try restarting the hue supervisor process:&lt;/P&gt;&lt;PRE&gt;cd /usr/lib/hue &amp;amp;&amp;amp; source ./build/env/bin/activate
/usr/lib/hue/build/env/bin/hue runcpserver &amp;amp;
&lt;/PRE&gt;</description>
    <pubDate>Wed, 27 Dec 2017 16:18:32 GMT</pubDate>
    <dc:creator>sjanardhan</dc:creator>
    <dc:date>2017-12-27T16:18:32Z</dc:date>
    <item>
      <title>Hue 2.6 restart is failing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-2-6-restart-is-failing/m-p/233388#M70329</link>
      <description>&lt;P&gt;I  installed hue 2.6 . &lt;/P&gt;&lt;PRE&gt;[root@ctr-e134-1499953498516-253920-01-000007 hue]# rpm -qa|grep -i hue hue-beeswax-2.6.1.2.6.3.0-227.x86_64 hue-oozie-2.6.1.2.6.3.0-227.x86_64 hue-pig-2.6.1.2.6.3.0-227.x86_64 hue-2.6.1.2.6.3.0-227.x86_64 hue-hcatalog-2.6.1.2.6.3.0-227.x86_64 hue-common-2.6.1.2.6.3.0-227.x86_64 hue-server-2.6.1.2.6.3.0-227.x86_64&lt;/PRE&gt;&lt;P&gt;Here is my hue.ini &lt;/P&gt;&lt;PRE&gt;[root@ctr-e134-1499953498516-253920-01-000007 hue]# find / -name hue.ini /tmp/hue.ini /etc/hue/conf.empty/hue.ini&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/41536-hue-ini.txt" target="_blank"&gt;hue-ini.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried to restart hue&lt;/P&gt;&lt;PRE&gt;[root@ctr-e134-1499953498516-253920-01-000007 hue]# service hue restart Shutting down hue: [FAILED] Starting hue: [ OK ] [root@ctr-e134-1499953498516-253920-01-000007 hue]# service hue start Starting hue: [ OK ] [root@ctr-e134-1499953498516-253920-01-000007 hue]# service hue restart Shutting down hue: [ OK ] Starting hue: [ OK ] [root@ctr-e134-1499953498516-253920-01-000007 hue]# service hue status supervisor is stopped&lt;/PRE&gt;&lt;P&gt;The UI is Unreachable. &lt;/P&gt;&lt;P&gt;hence I checked the logs.&lt;/P&gt;&lt;P&gt;in the error .log&lt;/P&gt;&lt;PRE&gt;[26/Oct/2017 09:20:46 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:20:47 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:20:49 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:20:50 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver has restarted more than 3 times in the last 4 seconds
[26/Oct/2017 09:20:50 +0000] supervisor   ERROR    Exception in supervisor main loop
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 414, in main
    wait_loop(sups, options)
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 431, in wait_loop
    shutdown(sups)        # shutdown() exits the process
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 218, in shutdown
    sys.exit(1)
SystemExit: 1
[26/Oct/2017 09:21:00 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:21:02 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:21:03 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:21:05 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver has restarted more than 3 times in the last 4 seconds
[26/Oct/2017 09:21:05 +0000] supervisor   ERROR    Exception in supervisor main loop
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 414, in main
    wait_loop(sups, options)
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 431, in wait_loop
    shutdown(sups)        # shutdown() exits the process
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 218, in shutdown
    sys.exit(1)
SystemExit: 1
[26/Oct/2017 09:41:48 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:41:50 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:41:51 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 09:41:53 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver has restarted more than 3 times in the last 4 seconds
[26/Oct/2017 09:41:53 +0000] supervisor   ERROR    Exception in supervisor main loop
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 414, in main
    wait_loop(sups, options)
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 431, in wait_loop
    shutdown(sups)        # shutdown() exits the process
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 218, in shutdown
    sys.exit(1)
SystemExit: 1
[26/Oct/2017 11:17:22 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:17:24 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:17:26 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:17:27 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver has restarted more than 3 times in the last 5 seconds
[26/Oct/2017 11:17:28 +0000] supervisor   ERROR    Exception in supervisor main loop
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 414, in main
    wait_loop(sups, options)
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 431, in wait_loop
    shutdown(sups)        # shutdown() exits the process
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 218, in shutdown
    sys.exit(1)
SystemExit: 1
[26/Oct/2017 11:17:34 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:17:36 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:17:37 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:17:39 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver has restarted more than 3 times in the last 4 seconds
[26/Oct/2017 11:17:39 +0000] supervisor   ERROR    Exception in supervisor main loop
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 414, in main
    wait_loop(sups, options)
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 431, in wait_loop
    shutdown(sups)        # shutdown() exits the process
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 218, in shutdown
    sys.exit(1)
SystemExit: 1
[26/Oct/2017 11:29:36 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:29:38 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:29:39 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[26/Oct/2017 11:29:41 +0000] supervisor   ERROR    Process /usr/lib/hue/build/env/bin/hue runcpserver has restarted more than 3 times in the last 4 seconds
[26/Oct/2017 11:29:41 +0000] supervisor   ERROR    Exception in supervisor main loop
Traceback (most recent call last):
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 414, in main
    wait_loop(sups, options)
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 431, in wait_loop
    shutdown(sups)        # shutdown() exits the process
  File "/usr/lib/hue/desktop/core/src/desktop/supervisor.py", line 218, in shutdown
    sys.exit(1)
SystemExit: 1&lt;/PRE&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:45:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-2-6-restart-is-failing/m-p/233388#M70329</guid>
      <dc:creator>ppanda</dc:creator>
      <dc:date>2026-04-21T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hue 2.6 restart is failing.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-2-6-restart-is-failing/m-p/233389#M70330</link>
      <description>&lt;P&gt;
	You can try restarting the hue supervisor process:&lt;/P&gt;&lt;PRE&gt;cd /usr/lib/hue &amp;amp;&amp;amp; source ./build/env/bin/activate
/usr/lib/hue/build/env/bin/hue runcpserver &amp;amp;
&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Dec 2017 16:18:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-2-6-restart-is-failing/m-p/233389#M70330</guid>
      <dc:creator>sjanardhan</dc:creator>
      <dc:date>2017-12-27T16:18:32Z</dc:date>
    </item>
  </channel>
</rss>

