how to install voltDB on virtual 3 nodes cluster











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>









share|improve this question







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

















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>









share|improve this question







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















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>









share|improve this question







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






share|improve this question







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.











share|improve this question







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.









share|improve this question




share|improve this question






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




















  • 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



















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Abir is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















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






























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.










 

draft saved


draft discarded


















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.















 


draft saved


draft discarded














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





















































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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?