Created 03-19-2017 12:50 PM
Hello guys,
I have been interacting with my hortonworks sandbox through shell web client: http://127.0.0.1:4200/
Now and i don't know why it doesn't open... But through ssh using putty works.
Anyone can give me an idea what could be?
Thanks
Created 03-19-2017 12:57 PM
Please check if your sandbox host has the following service crashed/stopped?
# service shellinaboxd status # service shellinaboxd start # netstat -tnlpa | grep 4200
.
Also pelase check if by mistake someone has changed the port int he following config?
# cat /etc/sysconfig/shellinaboxd | grep -i PORT PORT=4200
.
Created 03-19-2017 12:57 PM
Please check if your sandbox host has the following service crashed/stopped?
# service shellinaboxd status # service shellinaboxd start # netstat -tnlpa | grep 4200
.
Also pelase check if by mistake someone has changed the port int he following config?
# cat /etc/sysconfig/shellinaboxd | grep -i PORT PORT=4200
.
Created 03-19-2017 01:26 PM
# service shellinaboxd status
Your first command returns me "is running" and the port number is 4200.
So i stopped witth:
# service shellinaboxd stopand then
# service shellinaboxd start
And now it works, thanks @Jay SenSharma