Support Questions

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

Web Shell Client suddenly not working

avatar
Rising Star

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

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Francisco Pires

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

.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Francisco Pires

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

.

avatar
Rising Star
# service shellinaboxd status

Your first command returns me "is running" and the port number is 4200.

So i stopped witth:

# service shellinaboxd stop
and then
# service shellinaboxd start

And now it works, thanks @Jay SenSharma