Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.5.0
-
Fix Version/s: 4.7.0
-
Component/s: core.api
-
Labels:None
-
Environment:
When opening Hue for the first time it displayed a ProgrammingError on a Django debug page.
ProgrammingError at /hue/accounts/login relation "auth_user" does not exist LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "auth_user... ^ Request Method: GET Request URL: http://huefrontend-service.impala-1574187013-7jcm.svc.cluster.local/hue/accounts/login?next=/ Django Version: 1.11.22 Exception Type: ProgrammingError Exception Value: relation "auth_user" does not exist LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "auth_user... ^ Exception Location: /opt/hive/build/env/lib/python2.7/site-packages/Django-1.11.22-py2.7.egg/django/db/models/sql/compiler.py in execute_sql, line 899 Python Executable: /usr/bin/python2.7 Python Version: 2.7.5 ...
When opening Hue for the first time it displayed a ProgrammingError on a Django debug page. ProgrammingError at /hue/accounts/login relation "auth_user" does not exist LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "auth_user... ^ Request Method: GET Request URL: http://huefrontend-service.impala-1574187013-7jcm.svc.cluster.local/hue/accounts/login?next=/ Django Version: 1.11.22 Exception Type: ProgrammingError Exception Value: relation "auth_user" does not exist LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "auth_user... ^ Exception Location: /opt/hive/build/env/lib/python2.7/site-packages/Django-1.11.22-py2.7.egg/django/db/models/sql/compiler.py in execute_sql, line 899 Python Executable: /usr/bin/python2.7 Python Version: 2.7.5 ...
-
Target Version: