Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to follow "Sandbox" links from Mesos UI #1

Closed
HelloGrayson opened this issue Sep 27, 2014 · 10 comments
Closed

Unable to follow "Sandbox" links from Mesos UI #1

HelloGrayson opened this issue Sep 27, 2014 · 10 comments

Comments

@HelloGrayson
Copy link
Owner

After running the container example from the README and then going to the Mesos UI, this error is received when clicking on the "Sandbox" link for a running task:

Failed to connect to slave '20140927-181543-486543788-5050-1-0' on '7af7848f5538:5051'.
Potential reasons:
The slave's hostname, '7af7848f5538', is not accessible from your network
The slave's port, '5051', is not accessible from your network
The slave timed out or went offline

Screenshot:

screen shot 2014-09-27 at 11 43 10 am

@tonyjchong
Copy link

Looks like you might need to add MESOS_HOSTNAME=<some_resolvable_hostname> .......

@HelloGrayson
Copy link
Owner Author

Aha! Looks like you're right. Fix coming up now!

HelloGrayson pushed a commit that referenced this issue Sep 27, 2014
@HelloGrayson
Copy link
Owner Author

Thanks @tonyjchong - got it fixed now :)

@pangbingqiang
Copy link

hi, i have some problem, how to set MESOS_HOSTNAME? thanks~ @breerly,@tonyjchong

@smafra
Copy link

smafra commented Mar 20, 2015

Hi Fellows.. I´ve got the same error. If the fix is to set MESOS_HOSTNAME.. somebody can tell us where and how to do that;

All best,

@gabnou
Copy link

gabnou commented Jul 23, 2015

doesn't work by adding MESOS_HOSTNAME to /etc/hosts

@HelloGrayson
Copy link
Owner Author

localdocker will have to point to the right IP.

@rushabh268
Copy link

You need to add the hostname to the /etc/hosts of the VM which is running the Mesos browser. In my case, it was my local linux and not the master so there was no benefit modifying the master's /etc/hosts

@pangbingqiang
Copy link

i have fixed it, do not use IE explorer and then in /etc/hosts must set the hostname of cluster for master and slaves

@ghost
Copy link

ghost commented Nov 11, 2015

After adding mesos master/slave hostname and IP addresses in the /etc/hosts file on both systems. Also restart mesos, zookeeper, and marthon services and the problem still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants