You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
[2020-07-18 16:45:00,289] INFO initiate task reconciliation (mesosphere.marathon.MarathonSchedulerActor:marathon-akka.actor.default-dispatcher-5)
[2020-07-18 16:45:00,304] INFO Requesting task reconciliation with the Mesos master (mesosphere.marathon.SchedulerActions:scheduler-actions-thread-0)
[2020-07-18 16:45:00,311] INFO task reconciliation has finished (mesosphere.marathon.MarathonSchedulerActor:marathon-akka.actor.default-dispatcher-4)
[2020-07-18 16:45:00,320] INFO Message [mesosphere.marathon.MarathonSchedulerActor$TasksReconciled$] from Actor[akka://marathon/user/MarathonScheduler/$a#1961271917] to Actor[akka://marathon/deadLetters] was not delivered. [1] dead letters encountered. If this is not an expected behavior, then [Actor[akka://marathon/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. (akka.actor.DeadLetterActorRef:marathon-akka.actor.default-dispatcher-8)
The text was updated successfully, but these errors were encountered:
I thought I maybe had some dependency problem so I tried your docker hub image. When I start the latest dockerhub container with:
docker run -v /dev/log:/dev/log -u root -it --network host --entrypoint /bin/bash mesosphere/marathon
and then:
/marathon/bin/marathon --master m01.local:5050 --zk zk://m01.local:2181/v11025 --framework_name v11025 --http_port 7070 --hostname test2.local
I still have 'Loading Applications' and endpoints like v2/info do not respond.
http://test2.local:7070/v2 (gives still uri not found)
http://test2.local:7070/v2/info (keeps loading)
[2020-07-18 16:45:00,289] INFO initiate task reconciliation (mesosphere.marathon.MarathonSchedulerActor:marathon-akka.actor.default-dispatcher-5)
[2020-07-18 16:45:00,304] INFO Requesting task reconciliation with the Mesos master (mesosphere.marathon.SchedulerActions:scheduler-actions-thread-0)
[2020-07-18 16:45:00,311] INFO task reconciliation has finished (mesosphere.marathon.MarathonSchedulerActor:marathon-akka.actor.default-dispatcher-4)
[2020-07-18 16:45:00,320] INFO Message [mesosphere.marathon.MarathonSchedulerActor$TasksReconciled$] from Actor[akka://marathon/user/MarathonScheduler/$a#1961271917] to Actor[akka://marathon/deadLetters] was not delivered. [1] dead letters encountered. If this is not an expected behavior, then [Actor[akka://marathon/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. (akka.actor.DeadLetterActorRef:marathon-akka.actor.default-dispatcher-8)
The text was updated successfully, but these errors were encountered: