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

Got error 'Framework has been removed' #27

Open
ror6ax opened this issue Feb 13, 2017 · 0 comments
Open

Got error 'Framework has been removed' #27

ror6ax opened this issue Feb 13, 2017 · 0 comments

Comments

@ror6ax
Copy link

ror6ax commented Feb 13, 2017

When deployoing on Marathon with following JSON:

{
  "id": "kibana",
  "cpus": 0.2,
  "mem": 256,
  "instances": 1,
  "args": [
    "--spring.config.location=/mnt/mesos/sandbox/docker.properties",
    "--mesos.zookeeper.server=master.mesos:2181",
    "--elasticsearch.http=http://elasticsearch.master.mesos:31100",
    "--server.port=32000"
  ],
  "env": {
    "JAVA_OPTS": "-Xms32m -Xmx128m"
  },
  "container": {
    "type": "DOCKER",
    "docker": {
      "image": "containersol/mesosframework:0.1.0",
      "network": "HOST"
    }
  },
  "uris": [
    "https://raw.githubusercontent.com/mesos/kibana/master/docs/examples/docker.properties"
  ],
  "ports": [
    32000
  ],
  "requirePorts": true
}

I get the following error:

I0213 11:51:03.332301    31 detector.cpp:156] Detected a new leader: (id='0')
I0213 11:51:03.333328    31 group.cpp:674] Trying to get '/mesos/json.info_0000000000' in ZooKeeper
I0213 11:51:03.352200    31 detector.cpp:481] A new leading master ([email protected]:5050) is detected
I0213 11:51:03.352280    31 sched.cpp:262] New master detected at [email protected]:5050
I0213 11:51:03.354342    31 sched.cpp:272] No credentials provided. Attempting to register without authentication
I0213 11:51:03.408565    31 sched.cpp:1024] Got error 'Framework has been removed'
I0213 11:51:03.408584    31 sched.cpp:1805] Asked to abort the driver
I0213 11:51:03.469223    31 sched.cpp:1070] Aborting framework '5f3f3743-dcb5-437a-907a-6ddeaac331f6-7342'
2017-02-13 11:51:04,439:1(0x7ff243a33700):ZOO_WARN@zookeeper_interest@1557: Exceeded deadline by 30ms
2017-02-13 11:51:05,796:1(0x7ff243a33700):ZOO_WARN@zookeeper_interest@1557: Exceeded deadline by 18ms
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

1 participant