I'm currently trying to learn about voltDB so i'm trying to install the community version mon a virtual 3 nodes (matser, node1, node2) cluster using ubuntu 16.04 as OS on Oracle VirtualBox.
But when i tried to start voltDB, here what i got as error on node1 and node2:
------------------ node 1 ---------------
master@node1:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____ | | / /_ / / /_/ __ / __ ) | | / / __ / / __/ / / / __ | | |/ / // / / // // / // / |_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
------------------- node 2 --------------------------
master@node2:~/Bureau/voltdb$ bin/voltdb start --host=master
Initializing VoltDB...
_ __ ____ ____ ____ | | / /_ / / /_/ __ / __ ) | | / / __ / / __/ / / / __ | | |/ / // / / // // / // / |_/____//_/_____/_____/
Build: 8.3.2 voltdb-8.3.2-0-gb4ab2b9-local Enterprise Edition
Licensed to: VoltDB Trial User
Loaded node-specific settings from voltdbroot/config/path.properties
Connecting to the VoltDB cluster leader master/192.168.56.104:3021
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
WARN: Joining primary failed: Connexion refusée retrying..
For recored, i used my own deployement configuration which took 2 sites per host and 3 hosts and k-factor=0.
<deployment>
<cluster hostcount="3" sitesperhost="2" kfactor="0"/>
<httpd enabled="true">
<jsonapi enabled="true"/>
</httpd>
</deployment>