-
Notifications
You must be signed in to change notification settings - Fork 90
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
Whitelabel Error Page #602
Comments
Also, a side question. What do you mean by this: That the slaves have routable IP addresses. The ES ports are exposed on the slaves, so that the ES cluster can discover each other. Please double check that your slaves are routable. My cluster uses mesos-dns. Nodes therefore have unique hostnames and are aware of each other. Is this considered routable? |
|
I noticed that tasks endpoint returns []. I'm not a Java expert, but it seems this error results from tasks being empty. |
@ror6ax Hi there. Try changing to run in HOST mode to see if that works? |
I've changed to HOST and provided --elasticsearchSettingsLocation, otherwise there is lookup error on it.,
Why is this coming up? I've tried all possible combinations of JVM settings, but it's still there... |
Probably because ES have changed their environmental variable API. |
With following config:
There is lots of following errors:
How do I debug this?
The text was updated successfully, but these errors were encountered: