Created 09-10-2016 11:31 PM
Try to kill current hue service, then start testserver and try to access hue testserver using browser:
netstat -nap | grep 800 #copy pid kill -9 [PID FROM PREVIOUS COMMAND] /usr/lib/hue/build/env/bin/hue testserver #ACCESS BROWSER ON PORT 8000
PS: don't try to run default hue for now. lets just see if test server runs ok.
Created 09-13-2016 06:26 PM
Hi @ Guilherme Braccialli [root@sandbox ~]# service hue status supervisor (pid 7822) is running... [root@sandbox ~]# netstat -nap | grep 8000 tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 7833/python2.6 Please suggest should the update kill -9 [PID FROM PREVIOUS COMMAND]. Is my PID is 7822 or 7833
Created 09-13-2016 06:28 PM
@Guilherme Braccialli,
[root@sandbox ~]# netstat -nap | grep 8000 tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 7833/python2.6 In the above command i can see 0 0.0.0.0:8000 but im trying to access 127.0.0.1:8000.Should i update anything in hue/hue.ini about URL. Please suggest.
Created 09-14-2016 08:57 PM
Try to kill hue process (kill -9 7833), run hue testserver (/usr/lib/hue/build/env/bin/hue testserver) and then try to access hue from webbrowser.
Created 09-15-2016 08:03 PM
im not able to locate hue.ini file, Please can you help me to find hue.ini file to update # Webserver listens
Created 09-13-2016 06:37 PM
Please try to access ui using elinks.
elinks http://127.0.0.1:8000/
We can confirm that service is running
Created 09-13-2016 07:13 PM
Thanks for your reply. I have mentioned initaillyonly that when i try accessing Hue UI using http://127.0.0.1:8000/ i get
127.0.0.1 refused to connect.
Created 09-13-2016 07:23 PM
Use elinks http://127.0.0.1:8000/ from command line and paste the output please
Created 09-15-2016 10:31 AM
As in error log you provide you can see ERROR Error: That port is already in use.
it means that 8000 port is already in use.
locate hue.ini file and change the http port something else (port which is currently not in use)
# Webserver listens on this address and port #http_host=0.0.0.0 http_host=//127.0.0.1 http_port=8000
Created 09-15-2016 08:02 PM
im not able to locate hue.ini file, Please can you help me to find hue.ini file to update # Webserver listens