No Val, in fact it doesn't even seem to open the bucket/connection also.
Following is the *output of server node:*

$ ./nodemgr -c config/test-tool-server.xml
log4j:WARN No appenders could be found for logger
(org.springframework.core.env.StandardEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
[12:34:48]    __________  ________________ 
[12:34:48]   /  _/ ___/ |/ /  _/_  __/ __/ 
[12:34:48]  _/ // (7 7    // /  / / / _/   
[12:34:48] /___/\___/_/|_/___/ /_/ /___/  
[12:34:48] 
[12:34:48] ver. 1.6.0#20160518-sha1:0b22c45b
[12:34:48] 2016 Copyright(C) Apache Software Foundation
[12:34:48] 
[12:34:48] Ignite documentation: http://ignite.apache.org
[12:34:48] 
[12:34:48] Quiet mode.
[12:34:48]   ^-- Logging to file
'/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/work/log/ignite-f5b19499.0.log'
[12:34:48]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false
or "-v" to ignite.{sh|bat}
[12:34:48] 
[12:34:48] OS: Linux 3.10.0-327.28.2.el7.x86_64 amd64
[12:34:48] VM information: Java(TM) SE Runtime Environment 1.8.0_92-b14
Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.92-b14
[12:34:53] Configured plugins:
[12:34:53]   ^-- None
[12:34:53] 
[12:34:53] Security status [authentication=off, tls/ssl=off]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/libs/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/libs/ignite-rest-http/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
[main] INFO org.eclipse.jetty.util.log - Logging initialized @6684ms
[main] INFO org.eclipse.jetty.server.Server - jetty-9.2.11.v20150529
[main] INFO org.eclipse.jetty.server.ServerConnector - Started
ServerConnector@2e5624e2{HTTP/1.1}{0.0.0.0:8080}
[main] INFO org.eclipse.jetty.server.Server - Started @6745ms
[12:34:55] Performance suggestions for grid  (fix if possible)
[12:34:55] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[12:34:55]   ^-- Disable peer class loading (set 'peerClassLoadingEnabled'
to false)
[12:34:55]   ^-- Enable ATOMIC mode if not using transactions (set
'atomicityMode' to ATOMIC)
[12:34:55]   ^-- Disable fully synchronous writes (set
'writeSynchronizationMode' to PRIMARY_SYNC or FULL_ASYNC)
[12:34:55]   ^-- Enable write-behind to persistent store (set
'writeBehindEnabled' to true)
[12:34:55] 
[12:34:55] To start Console Management & Monitoring run
ignitevisorcmd.{sh|bat}
[12:34:55] 
[12:34:55] Ignite node started OK (id=f5b19499)
[12:34:55] Topology snapshot [ver=1, servers=1, clients=0, CPUs=32,
heap=0.5GB]
[12:35:05] New version is available at ignite.apache.org: 1.7.0
[12:35:10] Topology snapshot [ver=2, servers=1, clients=1, CPUs=32,
heap=1.0GB]
[12:36:57] Topology snapshot [ver=3, servers=1, clients=0, CPUs=32,
heap=0.5GB]


Data has been successfully sent to ignite server node from client node, but
it hasn't been written to persistent-store. Following is the *output from
client node which queries the server node for data and it gets it
successfully*:

$ ./tester -c config/test-tool-client.xml -o 11 -l 3 -s 1 -i 992 -n 2
log4j:WARN No appenders could be found for logger
(org.springframework.core.env.StandardEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
[12:44:11]    __________  ________________ 
[12:44:11]   /  _/ ___/ |/ /  _/_  __/ __/ 
[12:44:11]  _/ // (7 7    // /  / / / _/   
[12:44:11] /___/\___/_/|_/___/ /_/ /___/  
[12:44:11] 
[12:44:11] ver. 1.6.0#20160518-sha1:0b22c45b
[12:44:11] 2016 Copyright(C) Apache Software Foundation
[12:44:11] 
[12:44:11] Ignite documentation: http://ignite.apache.org
[12:44:11] 
[12:44:11] Quiet mode.
[12:44:11]   ^-- Logging to file
'/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/work/log/ignite-11ad75b2.0.log'
[12:44:11]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false
or "-v" to ignite.{sh|bat}
[12:44:11] 
[12:44:11] OS: Linux 3.10.0-327.28.2.el7.x86_64 amd64
[12:44:11] VM information: Java(TM) SE Runtime Environment 1.8.0_92-b14
Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.92-b14
[12:44:16] Configured plugins:
[12:44:16]   ^-- None
[12:44:16] 
[12:44:17] Security status [authentication=off, tls/ssl=off]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/libs/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/libs/ignite-rest-http/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
[main] INFO org.eclipse.jetty.util.log - Logging initialized @6743ms
[main] INFO org.eclipse.jetty.server.Server - jetty-9.2.11.v20150529
[main] WARN org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED
ServerConnector@9ef8eb7{HTTP/1.1}{0.0.0.0:8080}: java.net.BindException:
Address already in use
java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:366)
        at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.startJetty(GridJettyRestProtocol.java:220)
        at
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.start(GridJettyRestProtocol.java:177)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.startProtocol(GridRestProcessor.java:866)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:837)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:451)
        at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1549)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:876)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1736)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1589)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1042)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:549)
        at
org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:43)
        at
org.apache.ignite.internal.processors.platform.PlatformIgnition.start(PlatformIgnition.java:73)
[main] WARN org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED
org.eclipse.jetty.server.Server@6ee660fb: java.net.BindException: Address
already in use
java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.eclipse.jetty.server.Server.doStart(Server.java:366)
        at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.startJetty(GridJettyRestProtocol.java:220)
        at
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.start(GridJettyRestProtocol.java:177)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.startProtocol(GridRestProcessor.java:866)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:837)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:451)
        at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1549)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:876)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1736)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1589)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1042)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:549)
        at
org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:43)
        at
org.apache.ignite.internal.processors.platform.PlatformIgnition.start(PlatformIgnition.java:73)
[main] INFO org.eclipse.jetty.server.ServerConnector - Stopped
ServerConnector@9ef8eb7{HTTP/1.1}{0.0.0.0:8080}
[main] INFO org.eclipse.jetty.server.Server - jetty-9.2.11.v20150529
[main] INFO org.eclipse.jetty.server.ServerConnector - Started
ServerConnector@9ef8eb7{HTTP/1.1}{0.0.0.0:8081}
[main] INFO org.eclipse.jetty.server.Server - Started @6797ms
[12:44:28] Performance suggestions for grid  (fix if possible)
[12:44:28] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true
[12:44:28]   ^-- Disable peer class loading (set 'peerClassLoadingEnabled'
to false)
[12:44:28]   ^-- Enable ATOMIC mode if not using transactions (set
'atomicityMode' to ATOMIC)
[12:44:28]   ^-- Disable fully synchronous writes (set
'writeSynchronizationMode' to PRIMARY_SYNC or FULL_ASYNC)
[12:44:28] 
[12:44:28] To start Console Management & Monitoring run
ignitevisorcmd.{sh|bat}
[12:44:28] 
[12:44:28] Ignite node started OK (id=11ad75b2)
[12:44:28] Topology snapshot [ver=6, servers=1, clients=1, CPUs=32,
heap=1.0GB]
SelectAll called.
990: TestTable [tid=0, idint=990, idbigint=333334444445434, idchar=Name_0,
idbinary=binary data for testing 0HI, idvarbinary=Getting Started contains
a list of tasks you might want to perform when you set up your computer.
Tasks in Getting Started include:Transferring files from another computer.
Adding new users to your computer. Adding new users to your computer_0,
idvarchar=Getting Started contains a list of tasks you might want to perform
when you set up your computer. Tasks in Getting Started include:Transferring
files from another computer. Adding new users to your computer. Adding new
users to your computer_0, idts=1475771816]
991: TestTable [tid=0, idint=991, idbigint=333334444445435, idchar=Name_0,
idbinary=binary data for testing 0HI, idvarbinary=Getting Started contains
a list of tasks you might want to perform when you set up your computer.
Tasks in Getting Started include:Transferring files from another computer.
Adding new users to your computer. Adding new users to your computer_0,
idvarchar=Getting Started contains a list of tasks you might want to perform
when you set up your computer. Tasks in Getting Started include:Transferring
files from another computer. Adding new users to your computer. Adding new
users to your computer_0, idts=1475771816]



thanks & regards,



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Couchbase-as-persistent-store-tp7476p8119.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to