Could it be that your 8080 TCP port is already in use? Best Regards, Igor
On Wed, Oct 19, 2016 at 4:33 PM, Igor Sapego <[email protected]> wrote: > Hi, > > I tried your example and it works for me. Could it be that there is an > issue with you network configuration? > > Best Regards, > Igor > > On Tue, Oct 18, 2016 at 9:48 PM, kvipin <[email protected]> wrote: > >> Hi Val, >> >> Please find the attached sample code tarball. >> apache-ignite-tester-cs-5.xz >> <http://apache-ignite-users.70518.x6.nabble.com/file/n8350/ >> apache-ignite-tester-cs-5.xz> >> >> >> build: >> $ tar -xvf apache-ignite-tester-cs-5.xz >> $ cd apache-ignite-tester-cs-5 >> apache-ignite-tester-cs-5]$ ./configure >> apache-ignite-tester-cs-5]$ make // build nodemgr (server node) and >> tester >> (client node) program; >> apache-ignite-tester-cs-5]$ cd src >> src]$ make pstorecb // package TestTableStore implementation. uses >> couchbase java client sdk. >> >> run: >> src]$ ./nodemgr -c config/test-tool-server.xml // server node >> src]$ ./tester -c config/test-tool-client.xml -o 11 -l 1 -i 100 -n 10 // >> Select all(-o 11), 10 entries(-n 10) with tid between 90 (value for >> option >> i - value for option n) and 100 (-i 100) one iteration(-l 1) >> >> src]$ ./tester -h // for more options >> >> thanks & regards, >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/Couchbase-as-persistent-store-tp7476p8350.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > >
