how to install voltDB on virtual 3 nodes cluster

Multi tool use
up vote
0
down vote
favorite
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>
voltdb
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
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>
voltdb
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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>
voltdb
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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>
voltdb
voltdb
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 12 at 17:34
Abir
1
1
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Abir is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
add a comment |
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Abir is a new contributor. Be nice, and check out our Code of Conduct.
Abir is a new contributor. Be nice, and check out our Code of Conduct.
Abir is a new contributor. Be nice, and check out our Code of Conduct.
Abir is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267313%2fhow-to-install-voltdb-on-virtual-3-nodes-cluster%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
5ltyUP9d80YS1xIDyde0GrUvIN,cLMt5p
Could you show us how exactly you started the master node?
– Andrew
Nov 12 at 18:26
master@master:~/Bureau/voltdb$ bin/voltdb init --config=examples/voter/deployment.xml master@master:~/Bureau/voltdb$ bin/voltdb start --count=3 --host=master
– Abir
Nov 14 at 7:19