mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Chronos failing to start #850

Open chandu-atina opened 7 years ago

chandu-atina commented 7 years ago

We are facing problem to bring chronos up in machintosh. Please take a look at various component used in the setup

Zookeeper - 3.4.8 Mesos - 1.3.0 Chronos - 2.5.0 gcc - 4.2.1

Zookeeper, Mesos Master and Slave started with no issue. But chronos failing to start with below error.

screen shot 2017-08-09 at 11 23 02 pm

Commands used to start individual apps Mesos Master /usr/local/sbin/mesos-master --registry=in_memory --ip=127.0.0.1 --zk=zk://127.0.0.1:2181/mesos

Mesos Slave /usr/local/sbin/mesos-slave --master=zk://localhost:2181/mesos --ip=127.0.0.1 --work_dir=/opt/workspace/mesos-slave/workdir

Chronos java -jar chronos.jar --master zk://127.0.0.1:2181/mesos --zk_hosts 127.0.0.1:2181 --user useraccount