Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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