Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

when I try opening Hue using http://127.0.0.1:8000 , the page doesn't load

avatar
Explorer

I have downloaded the latest HDP sandbox and running it on oracle virtualbox but when I try opening Hue using http://127.0.0.1:8000 , the page doesn't load, all other pages like Ambari, resource manager, etc. load properly, tried restarting Vm and my machine but it doesn't help. python server is running and hue status also shows running. Kindly advice.

1 ACCEPTED SOLUTION

avatar
Rising Star

You can use your VM bridged adapter (Settings->Network->Adapter 2->Enable Network Adapter and set Attached To Bridged Adapter). You can do a ifconfig and connect to this network (in my case it is 192.168.xxx.xxx) . You can also use CLI to submit a oozie job. For eg: oozie job -oozie http://localhost:8080/oozie -config job.properties -run

View solution in original post

7 REPLIES 7

avatar

Hi @huriamohit

What are you trying to accomplish in Hue?

avatar

@huriamohit

it seems you are trying lo IP 127.0.0.1

Please try with eth1 IP

http://<hostIP>:8000

avatar
Explorer
@Divakar Annapureddy

Hi, thanks for your reply, I tried that as well, port forwarding is also setup, hue is installed and running. I can do most of tasks through Ambari views but oozie is not possible through Ambari views. Secondly Hue should work as well.

avatar

yes, Hue is not possible through Ambari.

What's the error message are you getting in Hue? Are you able to login?

Can you paste last 20 lines of error message from supervisor.log in /usr/lib/hue/logs?

avatar
Explorer

Hi, thanks @Divakar Annapureddy I tried that but it doesn't work, port forwarding is also setup in virtualbox but still it doesnt work. I can do most of stuff what Hue does through Ambari views apart from oozie workflow scheduling, any suggestions?

avatar
Rising Star

You can use your VM bridged adapter (Settings->Network->Adapter 2->Enable Network Adapter and set Attached To Bridged Adapter). You can do a ifconfig and connect to this network (in my case it is 192.168.xxx.xxx) . You can also use CLI to submit a oozie job. For eg: oozie job -oozie http://localhost:8080/oozie -config job.properties -run

avatar

Thanks @ibhatt

This actually worked for me after trying all the possible answers from stackoverflow and other websites..!!