<?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: Server Error 500 when accessing HUE (non Cloudera installation) in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46519#M44046</link>
    <description>&lt;P&gt;Ok, managed to sort this out by simply installing Hue 3.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 21:02:40 GMT</pubDate>
    <dc:creator>wallacei</dc:creator>
    <dc:date>2016-10-20T21:02:40Z</dc:date>
    <item>
      <title>Server Error 500 when accessing HUE (non Cloudera installation)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46509#M44045</link>
      <description>&lt;P&gt;I’ve installed the latest HUE version 3.11 via downloading the tar and using make install. After configuring hue.ini&amp;nbsp;I try and access Hue via&amp;nbsp;&lt;A href="http://localhost:8888/" target="_blank" rel="nofollow"&gt;http://:8888&lt;/A&gt; it constantly gives me Server Error 500:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://i.stack.imgur.com/B4X8D.png" target="_blank" rel="nofollow"&gt;&lt;IMG src="https://ip1.i.lithium.com/e5a41b2111d186f109672ab80a00c0f29c445631/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f42345838442e706e67" border="0" alt="enter image description here" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve looked at the logs and both runcpserver.log and supervisor.log indicate that everything looks OK. I’ve tried removing the hue directory and re running make install but its the same every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the output from some of the logs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;runcpserver.log:&lt;/P&gt;&lt;PRE&gt;[20/Oct/2016 04:10:02 -0700] __init__     WARNING  Couldn't import snappy.     Support for snappy compression disabled.
[20/Oct/2016 04:10:03 -0700] settings     INFO     Welcome to Hue 3.11.0
[20/Oct/2016 04:10:04 -0700] __init__     WARNING  Couldn't import snappy.     Support for snappy compression disabled.
[20/Oct/2016 04:10:31 -0700] middleware   INFO     Unloading  AuditLoggingMiddleware
[20/Oct/2016 04:10:31 -0700] middleware   INFO     Unloading SpnegoMiddleware
[20/Oct/2016 04:10:31 -0700] middleware   INFO     Unloading HueRemoteUserMiddleware
[20/Oct/2016 04:10:33 -0700] decorators   INFO     AXES: BEGIN LOG
[20/Oct/2016 04:10:33 -0700] decorators   INFO     Using django-axes 1.5.0
[20/Oct/2016 04:10:33 -0700] middleware   INFO     Redirecting to login page: /
[20/Oct/2016 04:10:33 -0700] access       INFO     192.168.56.72 -anon- - "GET / HTTP/1.1" -- login redirection
[20/Oct/2016 04:10:33 -0700] fsmanager    WARNING  Filesystem not configured for s3a
[20/Oct/2016 04:10:34 -0700] decorators   INFO     AXES: Calling decorated function: dt_login
[20/Oct/2016 04:10:35 -0700] decorators   INFO     AXES: Calling decorated function: dt_login
[20/Oct/2016 04:10:35 -0700] decorators   INFO     args: (True,)&lt;/PRE&gt;&lt;P&gt;supervisor.log:&lt;/P&gt;&lt;PRE&gt;20/Oct/2016 12:09:51 ] supervisor   INFO     Starting process /usr/local/hue/build/env/bin/hue kt_renewer
[20/Oct/2016 12:09:51 ] supervisor   INFO     Starting process /usr/local/hue/build/env/bin/hue runcpserver
[20/Oct/2016 12:09:51 ] supervisor   INFO     Started proceses (pid 25860) /usr/local/hue/build/env/bin/hue kt_renewer
[20/Oct/2016 12:09:51 ] supervisor   INFO     Started proceses (pid 25861) /usr/local/hue/build/env/bin/hue runcpserver
[20/Oct/2016 12:10:03 ] supervisor   INFO     Command "/usr/local/hue/build/env/bin/hue kt_renewer" exited normally.&lt;/PRE&gt;&lt;P&gt;access.log:&lt;/P&gt;&lt;PRE&gt;[20/Oct/2016 04:25:49 -0700] INFO     192.168.56.72 -anon- - "GET / HTTP/1.1" -- login redirection
[20/Oct/2016 04:25:49 -0700] DEBUG    192.168.56.72 -anon- - "GET  /accounts/login/ HTTP/1.1"
[20/Oct/2016 04:25:50 -0700] DEBUG    192.168.56.72 -anon- - "GET /static/desktop/ext/fonts/Roboto-regular/Roboto-regular.f84cb1bf9be9.woff2  HTTP/1.1"
[20/Oct/2016 04:25:52 -0700] DEBUG    192.168.56.72 -anon- - "GET /static/desktop/art/favicon.2351422f4956.ico HTTP/1.1"&lt;/PRE&gt;&lt;P&gt;I should also add that this is a standalone installation of HUE and not via CDH. However I've managed to get it working before this way so don't see this as being a deal breaker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;N.B I have a duplicate of this question on stack exchange:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/40151129/server-error-500-when-accessing-hue" target="_blank"&gt;http://stackoverflow.com/questions/40151129/server-error-500-when-accessing-hue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:48:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46509#M44045</guid>
      <dc:creator>wallacei</dc:creator>
      <dc:date>2026-04-21T13:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error 500 when accessing HUE (non Cloudera installation)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46519#M44046</link>
      <description>&lt;P&gt;Ok, managed to sort this out by simply installing Hue 3.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 21:02:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46519#M44046</guid>
      <dc:creator>wallacei</dc:creator>
      <dc:date>2016-10-20T21:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error 500 when accessing HUE (non Cloudera installation)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46532#M44047</link>
      <description>Do you have debug turned on in the hue.ini in order to try to get the error&lt;BR /&gt;trace?&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2016 06:19:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Server-Error-500-when-accessing-HUE-non-Cloudera/m-p/46532#M44047</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2016-10-21T06:19:26Z</dc:date>
    </item>
  </channel>
</rss>

