Val, I'm not getting any error or exception that's what makes it difficult to figure out whats going on. But I do see Apache Ignite opening couchbase bucket successfully, which is equivalent to connection establishment. But after that no activity server side and client side every thing seems to be working fine.
Following is the output from 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. [07:04:36] __________ ________________ [07:04:36] / _/ ___/ |/ / _/_ __/ __/ [07:04:36] _/ // (7 7 // / / / / _/ [07:04:36] /___/\___/_/|_/___/ /_/ /___/ [07:04:36] [07:04:36] ver. 1.6.0#20160518-sha1:0b22c45b [07:04:36] 2016 Copyright(C) Apache Software Foundation [07:04:36] [07:04:36] Ignite documentation: http://ignite.apache.org [07:04:36] [07:04:36] Quiet mode. [07:04:36] ^-- Logging to file '/home/ignite1/project/apacheIgnite/apache-ignite-fabric-1.6.0-bin/work/log/ignite-a5293357.0.log' [07:04:36] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat} [07:04:36] [07:04:36] OS: Linux 3.10.0-327.28.2.el7.x86_64 amd64 [07:04:36] VM information: Java(TM) SE Runtime Environment 1.8.0_92-b14 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.92-b14 [07:04:41] Configured plugins: [07:04:41] ^-- None [07:04:41] [07:04:42] 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 @6767ms [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.11.v20150529 [main] INFO org.eclipse.jetty.server.ServerConnector - Started ServerConnector@24d09c1{HTTP/1.1}{0.0.0.0:8080} [main] INFO org.eclipse.jetty.server.Server - Started @6818ms [07:04:44] Performance suggestions for grid (fix if possible) [07:04:44] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true [07:04:44] ^-- Disable peer class loading (set 'peerClassLoadingEnabled' to false) [07:04:44] ^-- Enable ATOMIC mode if not using transactions (set 'atomicityMode' to ATOMIC) [07:04:44] ^-- Disable fully synchronous writes (set 'writeSynchronizationMode' to PRIMARY_SYNC or FULL_ASYNC) [07:04:44] [07:04:44] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat} [07:04:44] [07:04:44] Ignite node started OK (id=a5293357) [07:04:44] Topology snapshot [ver=1, servers=1, clients=0, CPUs=32, heap=0.5GB] [07:04:55] New version is available at ignite.apache.org: 1.7.0 [07:05:46] Topology snapshot [ver=2, servers=1, clients=1, CPUs=32, heap=1.0GB] [flusher-0-#148%null%] INFO com.couchbase.client.core.CouchbaseCore - CouchbaseEnvironment: {sslEnabled=false, sslKeystoreFile='null', sslKeystorePassword=false, sslKeystore=null, bootstrapHttpEnabled=true, bootstrapCarrierEnabled=true, bootstrapHttpDirectPort=8091, bootstrapHttpSslPort=18091, bootstrapCarrierDirectPort=11210, bootstrapCarrierSslPort=11207, ioPoolSize=32, computationPoolSize=32, responseBufferSize=16384, requestBufferSize=16384, kvServiceEndpoints=1, viewServiceEndpoints=1, queryServiceEndpoints=1, searchServiceEndpoints=1, ioPool=NioEventLoopGroup, coreScheduler=CoreScheduler, eventBus=DefaultEventBus, packageNameAndVersion=couchbase-java-client/2.3.3 (git: 2.3.3, core: 1.3.3), dcpEnabled=false, retryStrategy=BestEffort, maxRequestLifetime=75000, retryDelay=ExponentialDelay{growBy 1.0 MICROSECONDS, powers of 2; lower=100, upper=100000}, reconnectDelay=ExponentialDelay{growBy 1.0 MILLISECONDS, powers of 2; lower=32, upper=4096}, observeIntervalDelay=ExponentialDelay{growBy 1.0 MICROSECONDS, powers of 2; lower=10, upper=100000}, keepAliveInterval=30000, autoreleaseAfter=2000, bufferPoolingEnabled=true, tcpNodelayEnabled=true, mutationTokensEnabled=false, socketConnectTimeout=1000, dcpConnectionBufferSize=20971520, dcpConnectionBufferAckThreshold=0.2, dcpConnectionName=dcp/core-io, callbacksOnIoPool=false, disconnectTimeout=25000, requestBufferWaitStrategy=com.couchbase.client.core.env.DefaultCoreEnvironment$2@6ec6ddb4, queryTimeout=75000, viewTimeout=75000, kvTimeout=2500, connectTimeout=5000, dnsSrvEnabled=false} [cb-io-1-1] INFO com.couchbase.client.core.node.Node - Connected to Node localhost [cb-computations-9] INFO com.couchbase.client.core.config.ConfigurationProvider - Opened bucket TestTable thanks & regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Couchbase-as-persistent-store-tp7476p8080.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
