Skip to content

Whitelabel Error Page #602

Open
Open
@ror6ax

Description

@ror6ax

With following config:

{
  "id": "elasticsearch",
  "container": {
    "docker": {
      "image": "mesos/elasticsearch-scheduler",
      "network": "BRIDGE",
	  "parameters":[ 
       {
        "key": "publish",
        "value": "31100:31100"
      },
       {
        "key": "env",
        "value": "JAVA_OPTS=-Xms1024m -Xmx2048m"
      },
       {
        "key": "env",
        "value": "ES_JAVA_OPTS=-Xms1024m -Xmx2048m"
      }
      ],
      "privileged": true
    }
  },
  "args": ["--zookeeperMesosUrl", "zk://master.mesos:2181/mesos"],
  "cpus": 1,
  "mem": 2048.0,
  "env": {
	"JAVA_OPTS":"-Xms1024m -Xmx2048m",
	"ES_JAVA_OPTS":"-Xms1024m -Xmx2048m"
	},
  "instances": 1
}

There is lots of following errors:

http://hostname-slave-1:31100/v1/es/_cluster/stats

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Fri Mar 10 12:14:40 UTC 2017
There was an unexpected error (type=Internal Server Error, status=500).
No value present

How do I debug this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions