<?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: Not able to access Hue UI in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366717#M239662</link>
    <description>&lt;P&gt;Here is more information, from the rungunicornserver.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[22/Mar/2023 19:39:50 -0700] middleware INFO Processing exception: syntax error at or near "ON"&lt;BR /&gt;LINE 1: ...oups" ("user_id", "group_id") VALUES (1100713, 1) ON CONFLIC...&lt;BR /&gt;^&lt;BR /&gt;: Traceback (most recent call last):&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 84, in _execute&lt;BR /&gt;return self.cursor.execute(sql, params)&lt;BR /&gt;psycopg2.errors.SyntaxError: syntax error at or near "ON"&lt;BR /&gt;LINE 1: ...oups" ("user_id", "group_id") VALUES (1100713, 1) ON CONFLIC...&lt;BR /&gt;^&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/core/handl ers/base.py", line 181, in _get_response&lt;BR /&gt;response = wrapped_callback(request, *callback_args, **callback_kwargs)&lt;BR /&gt;File "/usr/local/lib/python3.8/contextlib.py", line 75, in inner&lt;BR /&gt;return func(*args, **kwds)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/ext-py3/django-axes-5.13.0/axes/decorators .py", line 11, in inner&lt;BR /&gt;return func(request, *args, **kwargs)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/src/desktop/auth/views.py", line 110, in d t_login&lt;BR /&gt;is_first_login_ever = first_login_ever()&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/src/desktop/auth/views.py", line 91, in fi rst_login_ever&lt;BR /&gt;if hasattr(backend, 'is_first_login_ever') and backend.is_first_login_ever():&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/src/desktop/auth/backend.py", line 322, in is_first_login_ever&lt;BR /&gt;return User.objects.exclude(id=install_sample_user().id).count() == 0&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/apps/useradmin/src/useradmin/models.py", line 371, in i nstall_sample_user&lt;BR /&gt;user.groups.add(default_group)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ fields/related_descriptors.py", line 950, in add&lt;BR /&gt;self._add_items(&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ fields/related_descriptors.py", line 1130, in _add_items&lt;BR /&gt;self.through._default_manager.using(db).bulk_create([&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ query.py", line 514, in bulk_create&lt;BR /&gt;returned_columns = self._batched_insert(&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ query.py", line 1293, in _batched_insert&lt;BR /&gt;self._insert(item, fields=fields, using=self.db, ignore_conflicts=ignore_conflicts)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ query.py", line 1270, in _insert&lt;BR /&gt;return query.get_compiler(using=using).execute_sql(returning_fields)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ sql/compiler.py", line 1416, in execute_sql&lt;BR /&gt;cursor.execute(sql, params)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 66, in execute&lt;BR /&gt;return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 75, in _execute_with_wrappers&lt;BR /&gt;return executor(sql, params, many, context)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 84, in _execute&lt;BR /&gt;return self.cursor.execute(sql, params)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/utils.p y", line 90, in __exit__&lt;BR /&gt;raise dj_exc_value.with_traceback(traceback) from exc_value&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 84, in _execute&lt;BR /&gt;return self.cursor.execute(sql, params)&lt;BR /&gt;django.db.utils.ProgrammingError: syntax error at or near "ON"&lt;BR /&gt;LINE 1: ...oups" ("user_id", "group_id") VALUES (1100713, 1) ON CONFLIC...&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 02:44:59 GMT</pubDate>
    <dc:creator>BrianChan</dc:creator>
    <dc:date>2023-03-23T02:44:59Z</dc:date>
    <item>
      <title>Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366685#M239652</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed Hue on my CDP 7.1.8 cluster recently but not able to access the UI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the screencap when trying to access the UI:&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cannot find site.PNG" style="width: 368px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37043i7D9D6129A493A68E/image-dimensions/368x235?v=v2" width="368" height="235" role="button" title="Cannot find site.PNG" alt="Cannot find site.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Internal error.PNG" style="width: 590px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37045i6CEC670C897A8D3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Internal error.PNG" alt="Internal error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried a solution found in the Cloudera Community and checked the Bind Hue Server to Wildcard Address option. However, the problem doesn't solved.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wildcard.PNG" style="width: 931px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37046iE1BB8ACFAF8EB7FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="wildcard.PNG" alt="wildcard.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me out with this issue. Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 07:17:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366685#M239652</guid>
      <dc:creator>BrianChan</dc:creator>
      <dc:date>2026-04-21T07:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366717#M239662</link>
      <description>&lt;P&gt;Here is more information, from the rungunicornserver.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[22/Mar/2023 19:39:50 -0700] middleware INFO Processing exception: syntax error at or near "ON"&lt;BR /&gt;LINE 1: ...oups" ("user_id", "group_id") VALUES (1100713, 1) ON CONFLIC...&lt;BR /&gt;^&lt;BR /&gt;: Traceback (most recent call last):&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 84, in _execute&lt;BR /&gt;return self.cursor.execute(sql, params)&lt;BR /&gt;psycopg2.errors.SyntaxError: syntax error at or near "ON"&lt;BR /&gt;LINE 1: ...oups" ("user_id", "group_id") VALUES (1100713, 1) ON CONFLIC...&lt;BR /&gt;^&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/core/handl ers/base.py", line 181, in _get_response&lt;BR /&gt;response = wrapped_callback(request, *callback_args, **callback_kwargs)&lt;BR /&gt;File "/usr/local/lib/python3.8/contextlib.py", line 75, in inner&lt;BR /&gt;return func(*args, **kwds)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/ext-py3/django-axes-5.13.0/axes/decorators .py", line 11, in inner&lt;BR /&gt;return func(request, *args, **kwargs)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/src/desktop/auth/views.py", line 110, in d t_login&lt;BR /&gt;is_first_login_ever = first_login_ever()&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/src/desktop/auth/views.py", line 91, in fi rst_login_ever&lt;BR /&gt;if hasattr(backend, 'is_first_login_ever') and backend.is_first_login_ever():&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/desktop/core/src/desktop/auth/backend.py", line 322, in is_first_login_ever&lt;BR /&gt;return User.objects.exclude(id=install_sample_user().id).count() == 0&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/apps/useradmin/src/useradmin/models.py", line 371, in i nstall_sample_user&lt;BR /&gt;user.groups.add(default_group)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ fields/related_descriptors.py", line 950, in add&lt;BR /&gt;self._add_items(&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ fields/related_descriptors.py", line 1130, in _add_items&lt;BR /&gt;self.through._default_manager.using(db).bulk_create([&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ query.py", line 514, in bulk_create&lt;BR /&gt;returned_columns = self._batched_insert(&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ query.py", line 1293, in _batched_insert&lt;BR /&gt;self._insert(item, fields=fields, using=self.db, ignore_conflicts=ignore_conflicts)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ query.py", line 1270, in _insert&lt;BR /&gt;return query.get_compiler(using=using).execute_sql(returning_fields)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/models/ sql/compiler.py", line 1416, in execute_sql&lt;BR /&gt;cursor.execute(sql, params)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 66, in execute&lt;BR /&gt;return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 75, in _execute_with_wrappers&lt;BR /&gt;return executor(sql, params, many, context)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 84, in _execute&lt;BR /&gt;return self.cursor.execute(sql, params)&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/utils.p y", line 90, in __exit__&lt;BR /&gt;raise dj_exc_value.with_traceback(traceback) from exc_value&lt;BR /&gt;File "/opt/cloudera/parcels/CDH-7.1.8-1.cdh7.1.8.p0.30990532/lib/hue/build/env/lib/python3.8/site-packages/django/db/backend s/utils.py", line 84, in _execute&lt;BR /&gt;return self.cursor.execute(sql, params)&lt;BR /&gt;django.db.utils.ProgrammingError: syntax error at or near "ON"&lt;BR /&gt;LINE 1: ...oups" ("user_id", "group_id") VALUES (1100713, 1) ON CONFLIC...&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 02:44:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366717#M239662</guid>
      <dc:creator>BrianChan</dc:creator>
      <dc:date>2023-03-23T02:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366721#M239663</link>
      <description>&lt;P&gt;Here is more information from&amp;nbsp;rungunicornserver.log&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hue log1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37049i83A35A01B59C3349/image-size/large?v=v2&amp;amp;px=999" role="button" title="hue log1.PNG" alt="hue log1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hue log2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37050iD00D2904048AF8AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="hue log2.PNG" alt="hue log2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help me out. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 03:24:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366721#M239663</guid>
      <dc:creator>BrianChan</dc:creator>
      <dc:date>2023-03-23T03:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366819#M239683</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103713"&gt;@BrianChan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HUE uses a back end database and it would be interesting if you shared the creation steps&lt;BR /&gt;The DB configuration is in the hue.ini check the [database] section for the path to the DB (or look at /dump_config/, desktop, database).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If MySQL/MariaDB please check the config in /etc/my.cnf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;[mysqld]&lt;BR /&gt;...&lt;BR /&gt;bind-address=0.0.0.0&lt;BR /&gt;default-storage-engine=innodb&lt;BR /&gt;sql_mode=STRICT_ALL_TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;BR /&gt;Verify the DB connectivity&lt;/P&gt;&lt;LI-SPOILER&gt;mysql -u hue -p&lt;BR /&gt;Enter password: &amp;lt;password&amp;gt;&lt;BR /&gt;quit&lt;/LI-SPOILER&gt;&lt;P&gt;The HUE database file seems gone or not readable&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 18:02:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366819#M239683</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2023-03-23T18:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366842#M239688</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;&amp;nbsp;Thank you for your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using PostgreSQL as the back end database. Here is my database server configuration file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pg_hba.conf.PNG" style="width: 573px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37063iD35D53DC3389ABB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pg_hba.conf.PNG" alt="pg_hba.conf.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anyone from anywhere should able to connect to the database. And I confirm that the database user can access hue database as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="using hue to access psql.PNG" style="width: 309px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37064i089DAE5AE4787936/image-size/large?v=v2&amp;amp;px=999" role="button" title="using hue to access psql.PNG" alt="using hue to access psql.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I turn on the debug mode for Hue, I get the following error message&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="debug mode message1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37065i04E17BA9656CE4A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug mode message1.PNG" alt="debug mode message1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="debug mode message2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37066iC2940D63F9AB0358/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug mode message2.PNG" alt="debug mode message2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is about failure in inserting records to the hue database table. Therefore I tried manually insert the record and I can successfully do the insert.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hue insert to table.PNG" style="width: 904px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37067i5417F6F3FED2DAAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="hue insert to table.PNG" alt="hue insert to table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After refresh the tab in browser, no error pops out but I still can't access to the page.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="blank.PNG" style="width: 466px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37068i58E40D1F097F77DA/image-dimensions/466x194?v=v2" width="466" height="194" role="button" title="blank.PNG" alt="blank.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the&amp;nbsp;rungunicornserver.log message&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gunicorn logs.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37069i3CD34992D4F94BF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="gunicorn logs.PNG" alt="gunicorn logs.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gunicorn logs2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37071i3E7575A3F337C196/image-size/large?v=v2&amp;amp;px=999" role="button" title="gunicorn logs2.PNG" alt="gunicorn logs2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Include some configuration settings about database on Cloudera console&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hue database config.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/37072i51EB452A4FF143E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="hue database config.PNG" alt="hue database config.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides, I have turned on Kerberos and the host that I tried to access the Hue UI is not under the Kerberos realm. But the host and my cluster are in the same network, they can ping each others.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I need to provide any additional information. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 03:20:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366842#M239688</guid>
      <dc:creator>BrianChan</dc:creator>
      <dc:date>2023-03-24T03:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366936#M239717</link>
      <description>&lt;P&gt;Did somebody come across similar issue?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 05:54:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/366936#M239717</guid>
      <dc:creator>BrianChan</dc:creator>
      <dc:date>2023-03-26T05:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/389923#M247112</link>
      <description>&lt;P&gt;Hello, I stumbled upon the same issue, anyone had any solution for this?&lt;BR /&gt;Or Do you have the solution already&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103713"&gt;@BrianChan&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 09:45:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/389923#M247112</guid>
      <dc:creator>IlhamEndianto</dc:creator>
      <dc:date>2024-07-05T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Hue UI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/393146#M248356</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103713"&gt;@BrianChan&lt;/a&gt;&amp;nbsp;What is the postgres version being used here.&amp;nbsp; Postgres versions below 9.5 doesn't support ON statement. It is only supported from Postgres 9.5 onwards. Refer&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="external-link" title="Follow link" href="https://stackoverflow.com/questions/61774741/psycopg2-errors-syntaxerror-syntax-error-at-or-near-on/61775874#61775874" target="_blank" rel="nofollow noopener"&gt;https://stackoverflow.com/questions/61774741/psycopg2-errors-syntaxerror-syntax-error-at-or-near-on/61775874#61775874&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also we only support Postgres 10.x or higher versions from CDP 7.1.8.x onwards.&lt;BR /&gt;&lt;SPAN&gt;Please check out the support matrix&amp;nbsp;&lt;/SPAN&gt;&lt;A class="external-link" title="Follow link" href="https://supportmatrix.cloudera.com/" target="_blank" rel="nofollow noopener"&gt;https://supportmatrix.cloudera.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 17:30:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Not-able-to-access-Hue-UI/m-p/393146#M248356</guid>
      <dc:creator>Pzahid</dc:creator>
      <dc:date>2024-09-06T17:30:50Z</dc:date>
    </item>
  </channel>
</rss>

