Hi, Please note that the dispatcher way of starting ArangoDB is a thing of the dormant past. It will only work up to ArangoDB 2.8. You should rather use ArangoDBStarter https://github.com/arangodb-helper/ArangoDBStarter if you don't want to run an arangodb cluster without DC/OS.
Cheers, Willi On Tuesday, March 28, 2017 at 8:56:40 AM UTC+2, pritesh dudhatra wrote: > > Hello I'm using arangodb version 3.1.15 > on my local machine.I want to make a cluster using arangodb web interface > by enabling cluster mode when i am trying to enable the cluster mode by > changing the arangod.conf file like given below: > > > [cluster] > disable-dispatcher-kickstarter = no > disable-dispatcher-frontend = no > > after changing this file i can't restart the service following error showed > in my terminal: > > root@pritesh-desktop:/home/pritesh# /etc/init.d/arangodb3 restart > [....] Restarting arangodb3 (via systemctl): arangodb3.serviceJob for > arangodb3.service failed because the control process exited with error code. > See "systemctl status arangodb3.service" and "journalctl -xe" for details. > failed! > > root@pritesh-desktop:/home/pritesh# systemctl status arangodb3.service > ● arangodb3.service - LSB: arangodb > Loaded: loaded (/etc/init.d/arangodb3; bad; vendor preset: enabled) > Active: failed (Result: exit-code) since Tue 2017-03-28 11:22:14 IST; 37s > ago > Docs: man:systemd-sysv-generator(8) > Process: 10605 ExecStop=/etc/init.d/arangodb3 stop (code=exited, > status=0/SUCC > Process: 10624 ExecStart=/etc/init.d/arangodb3 start (code=exited, > status=1/FA > > Mar 28 11:22:14 pritesh-desktop systemd[1]: Starting LSB: arangodb... > Mar 28 11:22:14 pritesh-desktop arangodb3[10624]: * Starting arango database > se > Mar 28 11:22:14 pritesh-desktop arangodb3[10624]: Error while processing > config > Mar 28 11:22:14 pritesh-desktop arangodb3[10624]: unknown option > '--cluster.di > Mar 28 11:22:14 pritesh-desktop arangodb3[10624]: Use --help or --help-all to > ge > Mar 28 11:22:14 pritesh-desktop arangodb3[10624]: * database version check > fail > Mar 28 11:22:14 pritesh-desktop systemd[1]: arangodb3.service: Control > process e > Mar 28 11:22:14 pritesh-desktop systemd[1]: Failed to start LSB: arangodb. > Mar 28 11:22:14 pritesh-desktop systemd[1]: arangodb3.service: Unit entered > fail > Mar 28 11:22:14 pritesh-desktop systemd[1]: arangodb3.service: Failed with > resul > lines 1-17/17 (END)...skipping... > > > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
