Replies: 2
Hi, I have installed Hue on 3 node HDP2.1 on AWS EC2 and configured – process up and running – UI not working and I have some details from logs and let me know what am I missing… and let me know if you need more info. thanks
tail of error.log from /var/log/hue as follows:
[18/Sep/2014 17:55:41 +0000] supervisor ERROR Process /usr/lib/hue/build/env/bin/hue beeswax_server exited abnormally. Restarting it.
[18/Sep/2014 17:56:21 +0000] supervisor ERROR Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[18/Sep/2014 17:58:26 +0000] supervisor ERROR Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[18/Sep/2014 17:58:46 +0000] supervisor ERROR Process /usr/lib/hue/build/env/bin/hue beeswax_server exited abnormally. Restarting it.
[18/Sep/2014 17:59: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 386, in main
wait_loop(sups, options)
File “/usr/lib/hue/desktop/core/src/desktop/supervisor.py”, line 396, in wait_loop
time.sleep(1)
File “/usr/lib/hue/desktop/core/src/desktop/supervisor.py”, line 218, in sig_handler
raise SystemExit(“Signal %d received. Exiting” % signum)
SystemExit: Signal 15 received. Exiting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tail of runcpserver.out is:
output = self.handle(*args, **options)
File “/usr/lib/hue/desktop/core/src/desktop/management/commands/runcherrypyserver.py”, line 63, in handle
runcpserver(args)
File “/usr/lib/hue/desktop/core/src/desktop/management/commands/runcherrypyserver.py”, line 109, in runcpserver
start_server(options)
File “/usr/lib/hue/desktop/core/src/desktop/management/commands/runcherrypyserver.py”, line 85, in start_server
server.bind_server()
File “/usr/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py”, line 1629, in bind_server
raise socket.error, msg
socket.gaierror: [Errno -3] Temporary failure in name resolution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tail of supervisor.log
[18/Sep/2014 18:02:50 +0000] supervisor ERROR Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[18/Sep/2014 18:02:50 +0000] supervisor INFO Starting process /usr/lib/hue/build/env/bin/hue runcpserver
[18/Sep/2014 18:02:50 +0000] supervisor INFO Started proceses (pid 12558) /usr/lib/hue/build/env/bin/hue runcpserver
[18/Sep/2014 18:04:40 +0000] supervisor WARNING Exit code for /usr/lib/hue/build/env/bin/hue runcpserver: 1
[18/Sep/2014 18:04:40 +0000] supervisor ERROR Process /usr/lib/hue/build/env/bin/hue runcpserver exited abnormally. Restarting it.
[18/Sep/2014 18:04:40 +0000] supervisor INFO Starting process /usr/lib/hue/build/env/bin/hue runcpserver