Command with tcp/http options:
mono-sgen EventStore.ClusterNode.exe --log=/var/log/eventstore --int-ip=0.0.0.0 --ext-ip=0.0.0.0 --int-tcp-port=1112 --ext-tcp-port=1113 --int-http-port=2112 --ext-http-port=2113 --tcp-port=1113 --http-port=2113 --cluster-size=3 --use-dns-discovery- --db=/data/eventstore --http-prefix=http://*:2113/ --gossip-seed=172.17.8.101:2113 --gossip-seed=172.17.8.102:2113 --gossip-seed=172.17.8.103:2113
The real IP of the node is 172.17.8.103 but I have to set the IP to 0.0.0.0 or 127.0.0.1 or I get the crash further down.
This is the log from the third node which I started after the other two were already running:
Jul 24 15:44:05 core1 bash[14718]: ES VERSION: 3.0.0.0 (master/30f7fa64d73ba65028e5a6ca720639985cac1458, Tue, 18 Mar 2014 20:03:41 +0000)
Jul 24 15:44:05 core1 bash[14718]: OS: Unknown (Unix 3.15.2.0)
Jul 24 15:44:05 core1 bash[14718]: RUNTIME: 3.2.8 (Debian 3.2.8+dfsg-7) (64-bit)
Jul 24 15:44:05 core1 bash[14718]: GC: 2 GENERATIONS
Jul 24 15:44:05 core1 bash[14718]: LOGS: /var/log/eventstore
Jul 24 15:44:05 core1 bash[14718]: SHOW HELP: False ()
Jul 24 15:44:05 core1 bash[14718]: SHOW VERSION: False ()
Jul 24 15:44:05 core1 bash[14718]: LOGS DIR: /var/log/eventstore (–logsdir from command line)
Jul 24 15:44:05 core1 bash[14718]: CONFIGS: ()
Jul 24 15:44:05 core1 bash[14718]: DEFINES: ()
Jul 24 15:44:05 core1 bash[14718]: INTERNAL IP: 0.0.0.0 (–internal-ip from command line)
Jul 24 15:44:05 core1 bash[14718]: EXTERNAL IP: 0.0.0.0 (–external-ip from command line)
Jul 24 15:44:05 core1 bash[14718]: INTERNAL HTTP PORT: 2112 (–internal-http-port from command line)
Jul 24 15:44:05 core1 bash[14718]: EXTERNAL HTTP PORT: 2113 (–external-http-port from command line)
Jul 24 15:44:05 core1 bash[14718]: INTERNAL TCP PORT: 1112 (–internal-tcp-port from command line)
Jul 24 15:44:05 core1 bash[14718]: INTERNAL SECURE TCP PORT: 0 ()
Jul 24 15:44:05 core1 bash[14718]: EXTERNAL TCP PORT: 1113 (–external-tcp-port from command line)
Jul 24 15:44:05 core1 bash[14718]: EXTERNAL SECURE TCP PORT: 0 ()
Jul 24 15:44:05 core1 bash[14718]: FORCE: False ()
Jul 24 15:44:05 core1 bash[14718]: CLUSTER SIZE: 3 (–cluster-size from command line)
Jul 24 15:44:05 core1 bash[14718]: MIN FLUSH DELAY MS: 2 ()
Jul 24 15:44:05 core1 bash[14718]: NODE PRIORITY: 0 ()
Jul 24 15:44:05 core1 bash[14718]: COMMIT COUNT: 2 ()
Jul 24 15:44:05 core1 bash[14718]: PREPARE COUNT: 2 ()
Jul 24 15:44:05 core1 bash[14718]: MAX MEM TABLE SIZE: 1000000 ()
Jul 24 15:44:05 core1 bash[14718]: DISCOVER VIA DNS: False (–use-dns-discovery from command line)
Jul 24 15:44:05 core1 bash[14718]: CLUSTER DNS: fake.dns ()
Jul 24 15:44:05 core1 bash[14718]: CLUSTER GOSSIP PORT: 30777 ()
Jul 24 15:44:05 core1 bash[14718]: GOSSIP SEEDS: 172.17.8.101:2113, 172.17.8.102:2113, 172.17.8.103:2113 (–gossip-seed from command line)
Jul 24 15:44:05 core1 bash[14718]: STATS PERIOD SEC: 30 ()
Jul 24 15:44:05 core1 bash[14718]: CACHED CHUNKS: -1 ()
Jul 24 15:44:05 core1 bash[14718]: CHUNKS CACHE SIZE: 536871424 ()
Jul 24 15:44:05 core1 bash[14718]: DB PATH: /data/eventstore (–db from command line)
Jul 24 15:44:05 core1 bash[14718]: IN MEM DB: False ()
Jul 24 15:44:05 core1 bash[14718]: SKIP DB VERIFY: False ()
Jul 24 15:44:05 core1 bash[14718]: RUN PROJECTIONS: System ()
Jul 24 15:44:05 core1 bash[14718]: PROJECTION THREADS: 3 ()
Jul 24 15:44:05 core1 bash[14718]: WORKER THREADS: 5 ()
Jul 24 15:44:05 core1 bash[14718]: HTTP PREFIXES: http://*:2113/ (–http-prefix from command line)
Jul 24 15:44:05 core1 bash[14718]: ENABLE TRUSTED AUTH: False ()
Jul 24 15:44:05 core1 bash[14718]: CERTIFICATE STORE: ()
Jul 24 15:44:05 core1 bash[14718]: CERTIFICATE NAME: ()
Jul 24 15:44:05 core1 bash[14718]: CERTIFICATE FILE: ()
Jul 24 15:44:05 core1 bash[14718]: CERTIFICATE PASSWORD: ()
Jul 24 15:44:05 core1 bash[14718]: USE INTERNAL SSL: False ()
Jul 24 15:44:05 core1 bash[14718]: SSL TARGET HOST: n/a ()
Jul 24 15:44:05 core1 bash[14718]: SSL VALIDATE SERVER: True ()
Jul 24 15:44:05 core1 bash[14718]: AUTHENTICATION TYPE: internal ()
Jul 24 15:44:05 core1 bash[14718]: AUTHENTICATION CONFIG FILE: ()
Jul 24 15:44:05 core1 bash[14718]: PREPARE TIMEOUT MS: 2000 ()
Jul 24 15:44:05 core1 bash[14718]: COMMIT TIMEOUT MS: 2000 ()
Jul 24 15:44:05 core1 bash[14718]: DISABLE SCAVENGE MERGING: False ()
Jul 24 15:44:05 core1 bash[14718]: GOSSIP ON EXT: True ()
Jul 24 15:44:05 core1 bash[14718]: STATS ON EXT: True ()
Jul 24 15:44:05 core1 bash[14718]: ADMIN ON EXT: True ()
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.220] Quorum size set to 2
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.225] Can’t find plugins path: /opt/eventstore/plugins
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.292]
Jul 24 15:44:05 core1 bash[14718]: INSTANCE ID: a796c3bf-f72b-46d0-bb90-7c34bb989ae7
Jul 24 15:44:05 core1 bash[14718]: DATABASE: /data/eventstore
Jul 24 15:44:05 core1 bash[14718]: WRITER CHECKPOINT: 0 (0x0)
Jul 24 15:44:05 core1 bash[14718]: CHASER CHECKPOINT: 0 (0x0)
Jul 24 15:44:05 core1 bash[14718]: EPOCH CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Jul 24 15:44:05 core1 bash[14718]: TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.460] MessageHierarchy initialization took 00:00:00.1409839.
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.516] CACHED TFChunk #0-0 (chunk-000000.000000) in 00:00:00.0013381.
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.618] Starting MiniWeb for /web/es/js/projections ==> /opt/eventstore/singlenode-web/js/projections
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.618] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> /opt/eventstore/Prelude
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.618] Starting MiniWeb for /web/es/js/projections/resources ==> /opt/eventstore/web-resources/js
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.622] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.622] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.622] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.626] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.626] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.626] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.629] Starting MiniWeb for /web ==> /opt/eventstore/clusternode-web
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.630] Starting MiniWeb for /web/es ==> /opt/eventstore/es-common-web
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.630] Binding MiniWeb to /web/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.630] Binding MiniWeb to /web/es/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Starting MiniWeb for /web/users ==> /opt/eventstore/Users/web
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Binding MiniWeb to /web/users/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Starting MiniWeb for /web ==> /opt/eventstore/clusternode-web
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Starting MiniWeb for /web/es ==> /opt/eventstore/es-common-web
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Binding MiniWeb to /web/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Binding MiniWeb to /web/es/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Starting MiniWeb for /web/users ==> /opt/eventstore/Users/web
Jul 24 15:44:05 core1 bash[14718]: [00001,01,15:44:05.631] Binding MiniWeb to /web/users/{*remaining_path}
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.647] ========== [0.0.0.0:2112] SYSTEM INIT…
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.684] Starting Normal TCP listening on TCP endpoint: 0.0.0.0:1113.
Jul 24 15:44:05 core1 bash[14718]: [00001,13,15:44:05.708] TableIndex initialization…
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.726] SLOW BUS MSG [MainBus]: SystemInit - 51ms. Handler: TcpService.
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.726] Starting Normal TCP listening on TCP endpoint: 0.0.0.0:1112.
Jul 24 15:44:05 core1 bash[14718]: [00001,13,15:44:05.729] ReadIndex building…
Jul 24 15:44:05 core1 bash[14718]: [00001,13,15:44:05.731] ReadIndex rebuilding done: total processed 0 records, time elapsed: 00:00:00.0010600.
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.747] Starting HTTP server on [http://*:2113/]…
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.750] HTTP server is up and listening on [http://*:2113/]
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.750] Starting HTTP server on [http://0.0.0.0:2112/]…
Jul 24 15:44:05 core1 bash[14718]: [00001,10,15:44:05.751] HTTP server is up and listening on [http://0.0.0.0:2112/]
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.771] SLOW QUEUE MSG [MainQueue]: SystemInit - 121ms. Q: 0/8.
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.773] ========== [0.0.0.0:2112] Service ‘StorageWriter’ initialized.
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.773] ========== [0.0.0.0:2112] Service ‘StorageReader’ initialized.
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.774] ========== [0.0.0.0:2112] Service ‘StorageChaser’ initialized.
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.794] CLUSTER HAS CHANGED
Jul 24 15:44:06 core1 bash[14718]: Old:
Jul 24 15:44:06 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:05.751
Jul 24 15:44:06 core1 bash[14718]: New:
Jul 24 15:44:06 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:06 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:06 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:06 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:05.751
Jul 24 15:44:06 core1 bash[14718]: --------------------------------------------------------------------------------
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.796] ========== [0.0.0.0:2112] SYSTEM START…
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.800] ========== [0.0.0.0:2112] IS UNKNOWN!!! WHOA!!!
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.834] ELECTIONS: STARTING ELECTIONS.
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.834] ELECTIONS: (V=0) SHIFT TO LEADER ELECTION.
Jul 24 15:44:06 core1 bash[14718]: [00001,10,15:44:05.834] ELECTIONS: (V=0) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:06.431] Looks like node [172.17.8.101:2113] is DEAD (Gossip send failed).
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:06.431] CLUSTER HAS CHANGED (gossip send failed to [172.17.8.101:2113])
Jul 24 15:44:07 core1 bash[14718]: Old:
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:06.405
Jul 24 15:44:07 core1 bash[14718]: New:
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:06.431
Jul 24 15:44:07 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:06.405
Jul 24 15:44:07 core1 bash[14718]: --------------------------------------------------------------------------------
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:06.837] ELECTIONS: (V=0) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:06.837] ELECTIONS: (V=1) SHIFT TO LEADER ELECTION.
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:06.837] ELECTIONS: (V=1) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:07.240] Looks like node [172.17.8.103:2113] is DEAD (Gossip send failed).
Jul 24 15:44:07 core1 bash[14718]: [00001,10,15:44:07.240] CLUSTER HAS CHANGED (gossip send failed to [172.17.8.103:2113])
Jul 24 15:44:07 core1 bash[14718]: Old:
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:06.431
Jul 24 15:44:07 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:07.213
Jul 24 15:44:07 core1 bash[14718]: New:
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:07.240
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:07 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:06.431
Jul 24 15:44:07 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:07.213
Jul 24 15:44:07 core1 bash[14718]: --------------------------------------------------------------------------------
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:07.771] Looks like node [172.17.8.102:2113] is DEAD (Gossip send failed).
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:07.771] CLUSTER HAS CHANGED (gossip send failed to [172.17.8.102:2113])
Jul 24 15:44:08 core1 bash[14718]: Old:
Jul 24 15:44:08 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:07.240
Jul 24 15:44:08 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:05.775
Jul 24 15:44:08 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:06.431
Jul 24 15:44:08 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:07.717
Jul 24 15:44:08 core1 bash[14718]: New:
Jul 24 15:44:08 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:44:07.240
Jul 24 15:44:08 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:44:07.771
Jul 24 15:44:08 core1 bash[14718]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:44:06.431
Jul 24 15:44:08 core1 bash[14718]: VND {a796c3bf-f72b-46d0-bb90-7c34bb989ae7} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:44:07.717
Jul 24 15:44:08 core1 bash[14718]: --------------------------------------------------------------------------------
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:07.837] ELECTIONS: (V=1) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:07.837] ELECTIONS: (V=2) SHIFT TO LEADER ELECTION.
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:07.837] ELECTIONS: (V=2) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:08.838] ELECTIONS: (V=2) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:08.838] ELECTIONS: (V=3) SHIFT TO LEADER ELECTION.
Jul 24 15:44:08 core1 bash[14718]: [00001,10,15:44:08.838] ELECTIONS: (V=3) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:10 core1 bash[14718]: [00001,10,15:44:09.839] ELECTIONS: (V=3) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:10 core1 bash[14718]: [00001,10,15:44:09.839] ELECTIONS: (V=4) SHIFT TO LEADER ELECTION.
Jul 24 15:44:10 core1 bash[14718]: [00001,10,15:44:09.839] ELECTIONS: (V=4) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:11 core1 bash[14718]: [00001,10,15:44:10.840] ELECTIONS: (V=4) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:11 core1 bash[14718]: [00001,10,15:44:10.840] ELECTIONS: (V=5) SHIFT TO LEADER ELECTION.
Jul 24 15:44:11 core1 bash[14718]: [00001,10,15:44:10.840] ELECTIONS: (V=5) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:12 core1 bash[14718]: [00001,10,15:44:11.841] ELECTIONS: (V=5) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:12 core1 bash[14718]: [00001,10,15:44:11.841] ELECTIONS: (V=6) SHIFT TO LEADER ELECTION.
Jul 24 15:44:12 core1 bash[14718]: [00001,10,15:44:11.841] ELECTIONS: (V=6) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:13 core1 bash[14718]: [00001,10,15:44:12.843] ELECTIONS: (V=6) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:13 core1 bash[14718]: [00001,10,15:44:12.843] ELECTIONS: (V=7) SHIFT TO LEADER ELECTION.
Jul 24 15:44:13 core1 bash[14718]: [00001,10,15:44:12.843] ELECTIONS: (V=7) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:14 core1 bash[14718]: [00001,10,15:44:13.844] ELECTIONS: (V=7) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:44:14 core1 bash[14718]: [00001,10,15:44:13.844] ELECTIONS: (V=8) SHIFT TO LEADER ELECTION.
Jul 24 15:44:14 core1 bash[14718]: [00001,10,15:44:13.844] ELECTIONS: (V=8) VIEWCHANGE FROM [0.0.0.0:2112, {a796c3bf-f72b-46d0-bb90-7c34bb989ae7}].
Jul 24 15:44:15 core1 bash[14718]: [00001,10,15:44:14.846] ELECTIONS: (V=8) TIMED OUT! (S=ElectingLeader, M=).
The crash:
The command you requested earlier binding to the external interface:
mono-sgen EventStore.ClusterNode.exe --log=/var/log/eventstore --ip=172.17.8.103 --tcp-port=1113 --http-port=2113 --cluster-size=3 --use-dns-discovery- --db=/data/eventstore --http-prefix=http://172.17.8.103:2113/ --gossip-seed=172.17.8.101:2113 --gossip-seed=172.17.8.102:2113 --gossip-seed=172.17.8.103:2113
The crash log:
Jul 24 15:28:24 core3 bash[20310]: ES VERSION: 3.0.0.0 (master/30f7fa64d73ba65028e5a6ca720639985cac1458, Tue, 18 Mar 2014 20:03:41 +0000)
Jul 24 15:28:24 core3 bash[20310]: OS: Unknown (Unix 3.15.2.0)
Jul 24 15:28:24 core3 bash[20310]: RUNTIME: 3.2.8 (Debian 3.2.8+dfsg-7) (64-bit)
Jul 24 15:28:24 core3 bash[20310]: GC: 2 GENERATIONS
Jul 24 15:28:24 core3 bash[20310]: LOGS: /var/log/eventstore
Jul 24 15:28:24 core3 bash[20310]: SHOW HELP: False ()
Jul 24 15:28:24 core3 bash[20310]: SHOW VERSION: False ()
Jul 24 15:28:24 core3 bash[20310]: LOGS DIR: /var/log/eventstore (–logsdir from command line)
Jul 24 15:28:24 core3 bash[20310]: CONFIGS: ()
Jul 24 15:28:24 core3 bash[20310]: DEFINES: ()
Jul 24 15:28:24 core3 bash[20310]: INTERNAL IP: 127.0.0.1 ()
Jul 24 15:28:24 core3 bash[20310]: EXTERNAL IP: 127.0.0.1 ()
Jul 24 15:28:24 core3 bash[20310]: INTERNAL HTTP PORT: 2112 ()
Jul 24 15:28:24 core3 bash[20310]: EXTERNAL HTTP PORT: 2113 ()
Jul 24 15:28:24 core3 bash[20310]: INTERNAL TCP PORT: 1112 ()
Jul 24 15:28:24 core3 bash[20310]: INTERNAL SECURE TCP PORT: 0 ()
Jul 24 15:28:24 core3 bash[20310]: EXTERNAL TCP PORT: 1113 ()
Jul 24 15:28:24 core3 bash[20310]: EXTERNAL SECURE TCP PORT: 0 ()
Jul 24 15:28:24 core3 bash[20310]: FORCE: False ()
Jul 24 15:28:24 core3 bash[20310]: CLUSTER SIZE: 3 (–cluster-size from command line)
Jul 24 15:28:24 core3 bash[20310]: MIN FLUSH DELAY MS: 2 ()
Jul 24 15:28:24 core3 bash[20310]: NODE PRIORITY: 0 ()
Jul 24 15:28:24 core3 bash[20310]: COMMIT COUNT: 2 ()
Jul 24 15:28:24 core3 bash[20310]: PREPARE COUNT: 2 ()
Jul 24 15:28:24 core3 bash[20310]: MAX MEM TABLE SIZE: 1000000 ()
Jul 24 15:28:24 core3 bash[20310]: DISCOVER VIA DNS: False (–use-dns-discovery from command line)
Jul 24 15:28:24 core3 bash[20310]: CLUSTER DNS: fake.dns ()
Jul 24 15:28:24 core3 bash[20310]: CLUSTER GOSSIP PORT: 30777 ()
Jul 24 15:28:24 core3 bash[20310]: GOSSIP SEEDS: 172.17.8.101:2113, 172.17.8.102:2113, 172.17.8.103:2113 (–gossip-seed from command line)
Jul 24 15:28:24 core3 bash[20310]: STATS PERIOD SEC: 30 ()
Jul 24 15:28:24 core3 bash[20310]: CACHED CHUNKS: -1 ()
Jul 24 15:28:24 core3 bash[20310]: CHUNKS CACHE SIZE: 536871424 ()
Jul 24 15:28:24 core3 bash[20310]: DB PATH: /data/eventstore (–db from command line)
Jul 24 15:28:24 core3 bash[20310]: IN MEM DB: False ()
Jul 24 15:28:24 core3 bash[20310]: SKIP DB VERIFY: False ()
Jul 24 15:28:24 core3 bash[20310]: RUN PROJECTIONS: System ()
Jul 24 15:28:24 core3 bash[20310]: PROJECTION THREADS: 3 ()
Jul 24 15:28:24 core3 bash[20310]: WORKER THREADS: 5 ()
Jul 24 15:28:24 core3 bash[20310]: HTTP PREFIXES: http://172.17.8.103:2113/ (–http-prefix from command line)
Jul 24 15:28:24 core3 bash[20310]: ENABLE TRUSTED AUTH: False ()
Jul 24 15:28:24 core3 bash[20310]: CERTIFICATE STORE: ()
Jul 24 15:28:24 core3 bash[20310]: CERTIFICATE NAME: ()
Jul 24 15:28:24 core3 bash[20310]: CERTIFICATE FILE: ()
Jul 24 15:28:24 core3 bash[20310]: CERTIFICATE PASSWORD: ()
Jul 24 15:28:24 core3 bash[20310]: USE INTERNAL SSL: False ()
Jul 24 15:28:24 core3 bash[20310]: SSL TARGET HOST: n/a ()
Jul 24 15:28:24 core3 bash[20310]: SSL VALIDATE SERVER: True ()
Jul 24 15:28:24 core3 bash[20310]: AUTHENTICATION TYPE: internal ()
Jul 24 15:28:24 core3 bash[20310]: AUTHENTICATION CONFIG FILE: ()
Jul 24 15:28:24 core3 bash[20310]: PREPARE TIMEOUT MS: 2000 ()
Jul 24 15:28:24 core3 bash[20310]: COMMIT TIMEOUT MS: 2000 ()
Jul 24 15:28:24 core3 bash[20310]: DISABLE SCAVENGE MERGING: False ()
Jul 24 15:28:24 core3 bash[20310]: GOSSIP ON EXT: True ()
Jul 24 15:28:24 core3 bash[20310]: STATS ON EXT: True ()
Jul 24 15:28:24 core3 bash[20310]: ADMIN ON EXT: True ()
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.279] Quorum size set to 2
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.285] Can’t find plugins path: /opt/eventstore/plugins
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.378]
Jul 24 15:28:24 core3 bash[20310]: INSTANCE ID: 7e9b8298-b798-4821-9b80-9a872223014c
Jul 24 15:28:24 core3 bash[20310]: DATABASE: /data/eventstore
Jul 24 15:28:24 core3 bash[20310]: WRITER CHECKPOINT: 0 (0x0)
Jul 24 15:28:24 core3 bash[20310]: CHASER CHECKPOINT: 0 (0x0)
Jul 24 15:28:24 core3 bash[20310]: EPOCH CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Jul 24 15:28:24 core3 bash[20310]: TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.515] MessageHierarchy initialization took 00:00:00.1121425.
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.618] CACHED TFChunk #0-0 (chunk-000000.000000) in 00:00:00.0012573.
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.720] Starting MiniWeb for /web/es/js/projections ==> /opt/eventstore/singlenode-web/js/projections
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.720] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> /opt/eventstore/Prelude
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.720] Starting MiniWeb for /web/es/js/projections/resources ==> /opt/eventstore/web-resources/js
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.721] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.721] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.721] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.722] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.722] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.722] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Starting MiniWeb for /web ==> /opt/eventstore/clusternode-web
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Starting MiniWeb for /web/es ==> /opt/eventstore/es-common-web
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Binding MiniWeb to /web/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Binding MiniWeb to /web/es/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Starting MiniWeb for /web/users ==> /opt/eventstore/Users/web
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Binding MiniWeb to /web/users/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Starting MiniWeb for /web ==> /opt/eventstore/clusternode-web
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Starting MiniWeb for /web/es ==> /opt/eventstore/es-common-web
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Binding MiniWeb to /web/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Binding MiniWeb to /web/es/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Starting MiniWeb for /web/users ==> /opt/eventstore/Users/web
Jul 24 15:28:24 core3 bash[20310]: [00001,01,15:28:24.725] Binding MiniWeb to /web/users/{*remaining_path}
Jul 24 15:28:24 core3 bash[20310]: [00001,10,15:28:24.758] ========== [127.0.0.1:2112] SYSTEM INIT…
Jul 24 15:28:24 core3 bash[20310]: [00001,10,15:28:24.796] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1113.
Jul 24 15:28:24 core3 bash[20310]: Exiting with exit code: 1.
Jul 24 15:28:24 core3 bash[20310]: Exit reason: Http async server failed to start listening at [http://172.17.8.103:2113/].
Jul 24 15:28:24 core3 bash[20310]: [00001,13,15:28:24.808] TableIndex initialization…
Jul 24 15:28:24 core3 bash[20310]: [00001,10,15:28:24.812] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1112.
Jul 24 15:28:24 core3 bash[20310]: [00001,13,15:28:24.823] ReadIndex building…
Jul 24 15:28:24 core3 bash[20310]: [00001,13,15:28:24.825] ReadIndex rebuilding done: total processed 0 records, time elapsed: 00:00:00.0015060.
Jul 24 15:28:24 core3 bash[20310]: [00001,10,15:28:24.830] Starting HTTP server on [http://172.17.8.103:2113/]…
Jul 24 15:28:24 core3 bash[20310]: [00001,10,15:28:24.833] Failed to start http server
Jul 24 15:28:24 core3 bash[20310]: The requested address is not valid in this context
Jul 24 15:28:24 core3 bash[20310]: [00001,10,15:28:24.876] Exiting with exit code: 1.
Jul 24 15:28:24 core3 bash[20310]: Exit reason: Http async server failed to start listening at [http://172.17.8.103:2113/].