View query with StartKey

The server version is Version: 4.5.0-2601 Community Edition (build-2601) the .NET SDK where the function working is 2.3.11 and the 2.4.7 not working. The operation is view query where the key is “1@7889”. New version of SDK end with internal error “bedHttpRequest”.

@czaban -

Can your provide an example with your view definition included and some sample data?

-Jeff

I spent more time on this problem. Now I know that it concerns .NET client work under Mono on Linux. You already know that there are a lot of upgrades between 3.10 and 4.10 - Missing method .ctor in assembly /var/mono-3.10.0/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll , Type Mono.Security.Protocol.Tls.CertificateValidationCallback2

As you raise mono 3.10, other problems start: SqlGeoAvlInit query result false: Couchbase.Core.Services.ServiceNotSupportedException: A request has been made for a service that is not configured or supported by the cluster. Please check the cluster and enable or add a new node with the requested service: Data.

Under Windows all works fine.

@czaban

To my knowledge, Mono isn’t an officially supported platform for the SDK. @jmorris may have more info on that.

If you’re trying to run on Linux, I’d recommend using .NET Core. This is officially supported by the SDK. We have several systems in production using that combination today.

Of course, this might not be an option depending on your application, I just thought it was worth pointing out.

1 Like

What about CouchbaseNetClientMono from 2012 - I use only CRUD operation and view query. Is there any other way to make it working under mono?

@czaban -

That (CouchbaseNetClientMono) client is no longer supported. I am not sure if it works with current versions of Couchbase server or what the status of it at all it.

-Jeff

I’ve get logs, on mono we have:

NO:322372<RT:11.08.2017 15:42:32>SRC:192.168.0.157<167>ACDSrv[193319][9999][ACD][eacd][13:42:29.979][CouchBase 01]New connection CouchBaseGeoAvl base on pools:http://192.168.9.133:8091/pools
NO:322378<RT:11.08.2017 15:42:32>SRC:192.168.0.157<14>EACD: INFO Couchbase.Cluster: Version: 2.3.5.0
NO:322379<RT:11.08.2017 15:42:32>SRC:192.168.0.157<14>EACD: INFO Couchbase.Cluster: Could not serialize ClientConfiguration.
NO:322402<RT:11.08.2017 15:42:32>SRC:192.168.0.157<14>EACD: at Couchbase.Cluster.LogConfigurationAndVersion (Couchbase.Configuration.Client.ClientConfiguration configuration) [0x0002d] in <432585b70875443d9ba0ccccaa56521c>:0
NO:322403<RT:11.08.2017 15:42:32>SRC:192.168.0.157<167>ACDSrv[193319][9999][ACD][eacd][13:42:30.331][CouchBase 35H]Opening bucket unistatus
NO:322404<RT:11.08.2017 15:42:32>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Core.ClusterController: Trying to bootstrap with Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider.
NO:322405<RT:11.08.2017 15:42:32>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Getting config for bucket unistatus
NO:322406<RT:11.08.2017 15:42:32>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrapping with 192.168.9.133:11210
NO:322479<RT:11.08.2017 15:42:42>SRC:192.168.0.157<14>EACD: INFO Couchbase.IO.ConnectionPool`1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.5.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Node 192.168.9.133:11210 failed to initialize, reason: System.Net.Sockets.SocketException (0x80004005): Connection timed out

on Windows:

7 15:38:31>SRC:127.0.0.1<167>ACDSrv[14988][9999][ACD][Debug][13:38:31.688][CouchBase 35D]Opening bucket objects
NO:321859<RT:11.08.2017 15:38:31>SRC:127.0.0.1<15>EACD: DEBUG Couchbase.Core.ClusterController: Trying to bootstrap with Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider.
NO:321860<RT:11.08.2017 15:38:31>SRC:127.0.0.1<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Getting config for bucket objects
NO:321861<RT:11.08.2017 15:38:31>SRC:127.0.0.1<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrapping with 192.168.9.133:11210
NO:321862<RT:11.08.2017 15:38:31>SRC:127.0.0.1<15>EACD: DEBUG Couchbase.IO.Connection: Receive 24 bytes for opaque7 with f5418aea-3da8-41f7-a81c-ff03175c2e07 on server 192.168.9.100:11210 offset16384
NO:321863<RT:11.08.2017 15:38:31>SRC:127.0.0.1<15>EACD: DEBUG Couchbase.IO.Connection: Receive 84 bytes for opaque7 with f5418aea-3da8-41f7-a81c-ff03175c2e07 on server 192.168.9.100:11210 offset16384

You are using an old version of the SDK, looking at the release notes for 2.3.8 it seems like this may be fixed already: Loading...

Why don’t you try updating to the latest (2.4.8)?

The last version even not come to give us logs:

NO:346640<RT:11.08.2017 19:44:44>SRC:192.168.0.157<167>ACDSrv[193984][9999][ACD][eacd][17:44:41.271][CouchBase 01]New connection CouchBaseGeoAvl base on pools:http://192.168.9.133:8091/pools
NO:346642<RT:11.08.2017 19:44:44>SRC:192.168.0.157<163>ACDSrv[193984][9999][ACD][eacd][EE][17:44:41.359][CouchBase 13E] NonSql client failed:System.BadImageFormatException: Could not resolve field token 0x04001aac File name: ‘System’ at System.Net.Http.WebRequestHandler…ctor () [0x0003a] in <001cf713257d476da0b5c003a0f2ea47>:0 at Couchbase.IO.Http.AuthenticatingHttpClientHandler…ctor (System.String username, System.String password) [0x00000] in :0 at Couchbase.IO.Http.CouchbaseHttpClient.CreateClientHandler (System.String username, System.String password, Couchbase.Configuration.Client.ClientConfiguration config) [0x00000] in :0 at Couchbase.IO.Http.CouchbaseHttpClient…ctor (System.String bucketName, System.String password) [0x00000] in :0 at Couchbase.Core.Monitoring.ClusterMonitor…ctor (Couchbase.Core.ClusterController clusterController) [0x0002a] in :0 at Couchbase.Core.ClusterController…ctor (Couchbase.Configuration.Client.ClientConfiguration clientConfig, System.Func2[T,TResult] ioServiceFactory, System.Func3[T1,T2,TResult] connectionPoolFactory, System.Func5[T1,T2,T3,T4,TResult] saslFactory, Couchbase.IO.Converters.IByteConverter converter, Couchbase.Core.Transcoders.ITypeTranscoder transcoder) [0x0007d] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.Core.ClusterController..ctor (Couchbase.Configuration.Client.ClientConfiguration clientConfig) [0x0002a] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.Core.ClusterController..ctor (Couchbase.Core.ICluster cluster, Couchbase.Configuration.Client.ClientConfiguration clientConfig) [0x00000] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.Cluster..ctor (Couchbase.Configuration.Client.ClientConfiguration configuration) [0x0000d] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at CtiACDSrv.CouchBaseFabric.CreateOrGet (System.String[] nonSqlNodes, System.String logprefix, DGTCommon.ISyslogClient syslogClient) [0x00173] in <f246abbc766148e6a53b7650782d59f8>:0 </RT> <NO:346642><RT:11.08.2017 19:44:44><SRC:192.168.0.157><163>ACDSrv[193984][9999][ACD][eacd][EE][17:44:41.359][CouchBase 13E] NonSql client failed:System.BadImageFormatException: Could not resolve field token 0x04001aac File name: 'System' at System.Net.Http.WebRequestHandler..ctor () [0x0003a] in <001cf713257d476da0b5c003a0f2ea47>:0 at Couchbase.IO.Http.AuthenticatingHttpClientHandler..ctor (System.String username, System.String password) [0x00000] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.IO.Http.CouchbaseHttpClient.CreateClientHandler (System.String username, System.String password, Couchbase.Configuration.Client.ClientConfiguration config) [0x00000] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.IO.Http.CouchbaseHttpClient..ctor (System.String bucketName, System.String password) [0x00000] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.Core.Monitoring.ClusterMonitor..ctor (Couchbase.Core.ClusterController clusterController) [0x0002a] in <a8d4762bc5e746fcb4b85cfd5a33faeb>:0 at Couchbase.Core.ClusterController..ctor (Couchbase.Configuration.Client.ClientConfiguration clientConfig, System.Func2[T,TResult] ioServiceFactory, System.Func3[T1,T2,TResult] connectionPoolFactory, System.Func5[T1,T2,T3,T4,TResult] saslFactory, Couchbase.IO.Converters.IByteConverter converter, Couchbase.Core.Transcoders.ITypeTranscoder transcoder) [0x0007d] in :0 at Couchbase.Core.ClusterController…ctor (Couchbase.Configuration.Client.ClientConfiguration clientConfig) [0x0002a] in :0 at Couchbase.Core.ClusterController…ctor (Couchbase.Core.ICluster cluster, Couchbase.Configuration.Client.ClientConfiguration clientConfig) [0x00000] in :0 at Couchbase.Cluster…ctor (Couchbase.Configuration.Client.ClientConfiguration configuration) [0x0000d] in :0 at CtiACDSrv.CouchBaseFabric.CreateOrGet (System.String[] nonSqlNodes, System.String logprefix, DGTCommon.ISyslogClient syslogClient) [0x00173] in :0
NO:346643<RT:11.08.2017 19:44:44>SRC:192.168.0.157<163>ACDSrv[193984][9999][ACD][eacd][EE][17:44:41.359][GeoAvlDispatcher 13B] SqlUnistatus open null
NO:346644<RT:11.08.2017 19:44:44>SRC:192.168.0.157<163>ACDSrv[193984][9999][ACD][eacd][EE][17:44:41.359][GeoAvlDispatcher 13B] SqlGeoAvlObjects open null

@czaban -

2.4.X packages both .NET Framework 4.5 and .NET Core 1.0 versions of the SDK, I suspect that your project is referencing the .NET Core version of the dll when you tried 2.4.8.

Here are the two things I would try:

  • Downgrade to 2.3.11 - this is the last version that only packages .NET Framework 4.5 and includes the patch (NCBC-1212).

  • Use only programmatic configuration (use ClientConfiguration class and not the App.Config). The reason is that Mono only partially supports App.Configs.

Hopefully that will work.

-Jeff

Under windows with 2.3.11 works fine (as before), under ubuntu 16.4 with mono JIT compiler version 5.0.1.1 (target .NET 4.5) the bucket connection logs:

NO:444903<RT:11.08.2017 23:56:21>SRC:192.168.0.157<167>ACDSrv[196135][9999][ACD][eacd][21:56:17.451][CouchBase 01]New connection CouchBaseGeoAvl base on pools:http://192.168.9.100:8091/pools
NO:444916<RT:11.08.2017 23:56:21>SRC:192.168.0.157<14>EACD: INFO Couchbase.Cluster: Version: 2.3.11.0
NO:444918<RT:11.08.2017 23:56:21>SRC:192.168.0.157<14>EACD: INFO Couchbase.Cluster: Could not serialize ClientConfiguration.
NO:444941<RT:11.08.2017 23:56:21>SRC:192.168.0.157<14>EACD: at Couchbase.Cluster.LogConfigurationAndVersion (Couchbase.Configuration.Client.ClientConfiguration configuration) [0x0002d] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:444944<RT:11.08.2017 23:56:21>SRC:192.168.0.157<167>ACDSrv[196135][9999][ACD][eacd][21:56:17.708][CouchBase 35H]Opening bucket unistatus
NO:444945<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Core.ClusterController: Trying to bootstrap with Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider.
NO:444946<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Getting config for bucket unistatus
NO:444947<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrapping with 192.168.9.100:11210
NO:444948<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.BufferAllocator: Allocating 327680 bytes for buffer
NO:444949<RT:11.08.2017 23:56:21>SRC:192.168.0.157<14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | e0f242fb-ef49-4c8f-be2b-d723d7b41271] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False</RT> <NO:444952><RT:11.08.2017 23:56:21><SRC:192.168.0.157><14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | c8b383fd-8bd8-4841-8312-015fa1de8821] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False
NO:444953<RT:11.08.2017 23:56:21>SRC:192.168.0.157<14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | be9dda4c-8874-455b-bb6e-12c4426b1665] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False</RT> <NO:444954><RT:11.08.2017 23:56:21><SRC:192.168.0.157><14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | 479e2ce2-8f90-4aec-94df-633d1d17eca9] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False
NO:444955<RT:11.08.2017 23:56:21>SRC:192.168.0.157<14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | 14c49ac5-1185-4bc7-b731-b1e9b40a14b5] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False</RT> <NO:444956><RT:11.08.2017 23:56:21><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Services.PooledIOService: Creating PooledIOService 9b7b3270-8030-4168-8b18-64221a813b02</RT> <NO:444957><RT:11.08.2017 23:56:21><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Acquire existing: e0f242fb-ef49-4c8f-be2b-d723d7b41271 | 192.168.9.100:11210 | [4, 5] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False
NO:444958<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque1 on e0f242fb-ef49-4c8f-be2b-d723d7b41271
NO:444959<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 75 bytes for opaque1 with e0f242fb-ef49-4c8f-be2b-d723d7b41271 on server 192.168.9.100:11210 offset0
NO:444960<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 1 with e0f242fb-ef49-4c8f-be2b-d723d7b41271 on server 192.168.9.100:11210
NO:444961<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque1 on e0f242fb-ef49-4c8f-be2b-d723d7b41271
NO:444962<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Releasing: e0f242fb-ef49-4c8f-be2b-d723d7b41271 on 192.168.9.100:11210 - 1206ea35-05d2-4e88-8741-2e1cc7353e1e</RT> <NO:444963><RT:11.08.2017 23:56:21><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Acquire existing: c8b383fd-8bd8-4841-8312-015fa1de8821 | 192.168.9.100:11210 | [4, 5] - 1206ea35-05d2-4e88-8741-2e1cc7353e1e - Disposed: False
NO:444964<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Client First Message: n,n=unistatus,r=mxusWnkJuF06JkLeTHYuV1v/Nfg1
NO:444965<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque3 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444966<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 108 bytes for opaque3 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:444967<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 3 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210
NO:444968<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque3 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444969<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Server First Message: r=mxusWnkJuF06JkLeTHYuV1v/Nfg13e9f9fa1ee5456af,s=ivVy5vtPclXLd8B1Z6KepibP6ow=,i=4096
NO:444970<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Client Final Message: c=biws,r=mxusWnkJuF06JkLeTHYuV1v/Nfg13e9f9fa1ee5456af,p=Rp1UCUy0wQyqg0KC4Drk4FvW7/U=
NO:444971<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque4 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444972<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 24 bytes for opaque4 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:444973<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 30 bytes for opaque4 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:444974<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 4 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210
NO:444975<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque4 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444976<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Server Final Message:
NO:444977<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Services.PooledIOService: Authenticated unistatus using Couchbase.Authentication.SASL.ScramShaMechanism - 9b7b3270-8030-4168-8b18-64221a813b02.
NO:444978<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque0 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444979<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 24 bytes for opaque0 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:444980<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 0 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210
NO:444981<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque0 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444982<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque2 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:444983<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 1345 bytes for opaque2 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:444984<RT:11.08.2017 23:56:21>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 1455 bytes for opaque2 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:445000<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Receive 5434 bytes for opaque2 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210 offset16384
NO:445001<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 2 with c8b383fd-8bd8-4841-8312-015fa1de8821 on server 192.168.9.100:11210
NO:445002<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque2 on c8b383fd-8bd8-4841-8312-015fa1de8821
NO:445003<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Releasing: c8b383fd-8bd8-4841-8312-015fa1de8821 on 192.168.9.100:11210 - 1206ea35-05d2-4e88-8741-2e1cc7353e1e</RT> <NO:445004><RT:11.08.2017 23:56:22><SRC:192.168.0.157><14>EACD: INFO Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrap config: {"name":"unistatus","bucketType":null,"authType":null,"saslPassword":null,"proxyPort":0,"replicaIndex":false,"uri":"/pools/default/buckets/unistatus?bucket_uuid=fb67f6248cda6af8f75e699d7e3dbe4a","streamingUri":"/pools/default/bucketsStreaming/unistatus?bucket_uuid=fb67f6248cda6af8f75e699d7e3dbe4a","terseBucketsBase":null,"terseStreamingBucketsBase":null,"localRandomKeyUri":null,"controllers":null,"nodes":[{"couchApiBase":"http://192.168.9.100:8092/unistatus%2Bfb67f6248cda6af8f75e699d7e3dbe4a","couchApiBaseHTTPS":"https://$HOST:18092/default","replication":0.0,"clusterMembership":null,"status":null,"thisNode":false,"hostname":"192.168.9.100:8091","clusterCompatibility":0,"version":null,"os":null,"otpNode":null,"ports":{"proxy":11211,"direct":11210,"sslDirect":11207,"httpsCAPI":18092,"httpsMgmt":18091},"services":null}],"nodesExt":[{"services":{"fts":8094,"mgmt":8091,"moxi":11211,"kv":11210,"capi":8092,"kvSSL":11207,"capiSSL":18092,"mgmtSSL":18091,"projector":9999,"indexAdmin":9100,"indexScan":9101,"indexHttp":9102,"indexStreamInit":9103,"indexStreamCatchup":9104,"indexStreamMaint":9105,"n1ql":8093,"n1qlSSL":18093},"hostname":null}],"stats":null,"ddocs":{"uri":"/pools/default/buckets/unistatus/ddocs"},"nodeLocator":"vbucket","uuid":"fb67f6248cda6af8f75e699d7e3dbe4a","vBucketServerMap":{"hashAlgorithm":"CRC","numReplicas":1,"serverList":["192.168.9.100:11210"],"vBucketMap":[[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],...a lot of......,,[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1]],"vBucketMapForward":[]},"replicaNumber":0,"threadsNumber":0,"quota":null,"basicStats":null,"bucketCapabilitiesVer":"","bucketCapabilities":["cbhello","touch","couchapi","cccp","xdcrCheckpointing","nodesExt","dcp"],"rev":44,"UseSsl":false,"SurrogateHost":"192.168.9.100","Password":""}</RT> <NO:445005><RT:11.08.2017 23:56:22><SRC:192.168.0.157><14>EACD: INFO Couchbase.Configuration.CouchbaseConfigContext: o2-Creating the Servers list using rev#44</RT> <NO:445006><RT:11.08.2017 23:56:22><SRC:192.168.0.157><11>EACD: ERROR Couchbase.Configuration.CouchbaseConfigContext: Could not add server 192.168.9.100:11210. Exception: System.BadImageFormatException: Could not resolve field token 0x04001aac</RT> <NO:445009><RT:11.08.2017 23:56:22><SRC:192.168.0.157><11>EACD: at Couchbase.IO.Http.AuthenticatingHttpClientHandler..ctor (System.String bucketName, System.String password) [0x00000] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445010><RT:11.08.2017 23:56:22><SRC:192.168.0.157><11>EACD: at Couchbase.IO.Http.CouchbaseHttpClient.CreateClientHandler (System.String user, System.String password, Couchbase.Configuration.Client.ClientConfiguration config) [0x00000] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445011><RT:11.08.2017 23:56:22><SRC:192.168.0.157><11>EACD: at Couchbase.IO.Http.CouchbaseHttpClient..ctor (Couchbase.Configuration.Client.ClientConfiguration config, Couchbase.Configuration.Server.Serialization.IBucketConfig bucketConfig) [0x0002c] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445012><RT:11.08.2017 23:56:22><SRC:192.168.0.157><11>EACD: at Couchbase.Core.Server..ctor (Couchbase.IO.IIOService ioService, Couchbase.Core.INodeAdapter nodeAdapter, Couchbase.Configuration.Client.ClientConfiguration clientConfiguration, Couchbase.Configuration.Server.Serialization.IBucketConfig bucketConfig, Couchbase.Core.Transcoders.ITypeTranscoder transcoder, System.Collections.Concurrent.ConcurrentDictionary2[TKey,TValue] queryCache) [0x00000] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445013<RT:11.08.2017 23:56:22>SRC:192.168.0.157<11>EACD: at Couchbase.Configuration.CouchbaseConfigContext.LoadConfig (Couchbase.IO.IIOService ioService) [0x000bc] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445014<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrapping with 192.168.9.100:11210 failed.
NO:445015<RT:11.08.2017 23:56:22>SRC:192.168.0.157<12>EACD: WARN Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Couchbase.Configuration.CouchbaseBootstrapException: After bootstrapping the nodes list has zero elements indicating that client failed during bootstrapping. Please check the client logs for more information as for why it failed.
NO:445016<RT:11.08.2017 23:56:22>SRC:192.168.0.157<12>EACD: at Couchbase.Configuration.CouchbaseConfigContext.UpdateServices (System.Collections.Generic.Dictionary2[TKey,TValue] servers) [0x00012] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445017><RT:11.08.2017 23:56:22><SRC:192.168.0.157><12>EACD: at Couchbase.Configuration.CouchbaseConfigContext.LoadConfig (Couchbase.IO.IIOService ioService) [0x00259] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445018><RT:11.08.2017 23:56:22><SRC:192.168.0.157><12>EACD: at Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider.GetConfig (System.String bucketName, System.String password) [0x0020a] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445019><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.CouchbaseBucket: Creating bucket refCount# 0</RT> <NO:445020><RT:11.08.2017 23:56:22><SRC:192.168.0.157><14>EACD: INFO Couchbase.CouchbaseBucket: Config updated old/new: 0, 44</RT> <NO:445021><RT:11.08.2017 23:56:22><SRC:192.168.0.157><167>ACDSrv[196135][9999][ACD][eacd][21:56:18.543][CouchBase 5I]Opened bucket unistatus:Success</RT> <NO:445022><RT:11.08.2017 23:56:22><SRC:192.168.0.157><167>ACDSrv[196135][9999][ACD][eacd][21:56:18.543][CouchBase 35D]Opening bucket objects</RT> <NO:445023><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Core.ClusterController: Trying to bootstrap with Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider.</RT> <NO:445024><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Getting config for bucket objects</RT> <NO:445025><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrapping with 192.168.9.100:11210</RT> <NO:445026><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.BufferAllocator: Allocating 327680 bytes for buffer</RT> <NO:445027><RT:11.08.2017 23:56:22><SRC:192.168.0.157><14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False
NO:445028<RT:11.08.2017 23:56:22>SRC:192.168.0.157<14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | 88abf18c-5990-4371-92b1-049ff7b9dd8d] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False</RT> <NO:445031><RT:11.08.2017 23:56:22><SRC:192.168.0.157><14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | 0397ce38-90d2-4040-a011-9100a8fa9512] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False
NO:445032<RT:11.08.2017 23:56:22>SRC:192.168.0.157<14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | 6a586164-0570-48b2-b249-26a12b0885ab] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False</RT> <NO:445035><RT:11.08.2017 23:56:22><SRC:192.168.0.157><14>EACD: INFO Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Initializing connection on [192.168.9.100:11210 | c7c7f2ef-1c17-4023-892c-1aa15e41fa59] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False
NO:445036<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.Services.PooledIOService: Creating PooledIOService 14a23b3b-1b58-49b0-a6be-dabe6a940da4
NO:445037<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Acquire existing: 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356 | 192.168.9.100:11210 | [4, 5] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False</RT> <NO:445038><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque5 on 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356</RT> <NO:445039><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 75 bytes for opaque5 with 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356 on server 192.168.9.100:11210 offset0</RT> <NO:445040><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 5 with 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356 on server 192.168.9.100:11210</RT> <NO:445041><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque5 on 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356</RT> <NO:445042><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Releasing: 428cbb2f-7cdd-43bc-b5e3-ecf3be8d2356 on 192.168.9.100:11210 - 89275a6a-294f-49e1-a340-6a9ca4e0cafd
NO:445043<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Acquire existing: 88abf18c-5990-4371-92b1-049ff7b9dd8d | 192.168.9.100:11210 | [4, 5] - 89275a6a-294f-49e1-a340-6a9ca4e0cafd - Disposed: False</RT> <NO:445044><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Client First Message: n,,n=objects,r=St0Ew4ZEmSzNPyjvpcR35M6PuXVv</RT> <NO:445045><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque7 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445046><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 24 bytes for opaque7 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445047><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 84 bytes for opaque7 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445048><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 7 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210</RT> <NO:445049><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque7 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445050><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Server First Message: r=St0Ew4ZEmSzNPyjvpcR35M6PuXVv50e7a84169843768,s=Q4r1mYICjiRGsclB/cxzerD+svo=,i=4096</RT> <NO:445051><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Client Final Message: c=biws,r=St0Ew4ZEmSzNPyjvpcR35M6PuXVv50e7a84169843768,p=sAwm8rccyZTT9oh3jJCMZqudxHU=</RT> <NO:445052><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque8 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445053><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 54 bytes for opaque8 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445054><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 8 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210</RT> <NO:445055><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque8 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445056><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Authentication.SASL.ScramShaMechanism: Server Final Message: </RT> <NO:445057><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Services.PooledIOService: Authenticated objects using Couchbase.Authentication.SASL.ScramShaMechanism - 14a23b3b-1b58-49b0-a6be-dabe6a940da4.</RT> <NO:445058><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque0 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445063><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 24 bytes for opaque0 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445064><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 0 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210</RT> <NO:445065><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque0 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445066><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Sending opaque6 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445067><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 2800 bytes for opaque6 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445070><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 1345 bytes for opaque6 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445071><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Receive 4079 bytes for opaque6 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210 offset16384</RT> <NO:445072><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete with set 6 with 88abf18c-5990-4371-92b1-049ff7b9dd8d on server 192.168.9.100:11210</RT> <NO:445073><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.Connection: Complete opaque6 on 88abf18c-5990-4371-92b1-049ff7b9dd8d</RT> <NO:445074><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.IO.ConnectionPool1[[Couchbase.IO.Connection, Couchbase.NetClient, Version=2.3.11.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2]]: Releasing: 88abf18c-5990-4371-92b1-049ff7b9dd8d on 192.168.9.100:11210 - 89275a6a-294f-49e1-a340-6a9ca4e0cafd
NO:445075<RT:11.08.2017 23:56:22>SRC:192.168.0.157<14>EACD: INFO Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrap config: {“name”:“objects”,“bucketType”:null,“authType”:null,“saslPassword”:null,“proxyPort”:0,“replicaIndex”:false,“uri”:"/pools/default/buckets/objects?bucket_uuid=2e0e6d338e58bdf0b6aa3a3cd5854aa1",“streamingUri”:"/pools/default/bucketsStreaming/objects?bucket_uuid=2e0e6d338e58bdf0b6aa3a3cd5854aa1",“terseBucketsBase”:null,“terseStreamingBucketsBase”:null,“localRandomKeyUri”:null,“controllers”:null,“nodes”:[{“couchApiBase”:“http://192.168.9.100:8092/objects%2B2e0e6d338e58bdf0b6aa3a3cd5854aa1",“couchApiBaseHTTPS”:“https://$HOST:18092/default”,“replication”:0.0,“clusterMembership”:null,“status”:null,“thisNode”:false,“hostname”:“192.168.9.100:8091”,“clusterCompatibility”:0,“version”:null,“os”:null,“otpNode”:null,“ports”:{“proxy”:11211,“direct”:11210,“sslDirect”:11207,“httpsCAPI”:18092,“httpsMgmt”:18091},“services”:null}],“nodesExt”:[{“services”:{“fts”:8094,“mgmt”:8091,“moxi”:11211,“kv”:11210,“capi”:8092,“kvSSL”:11207,“capiSSL”:18092,“mgmtSSL”:18091,“projector”:9999,“indexAdmin”:9100,“indexScan”:9101,“indexHttp”:9102,“indexStreamInit”:9103,“indexStreamCatchup”:9104,“indexStreamMaint”:9105,“n1ql”:8093,“n1qlSSL”:18093},“hostname”:null}],“stats”:null,“ddocs”:{“uri”:"/pools/default/buckets/objects/ddocs"},“nodeLocator”:“vbucket”,“uuid”:“2e0e6d338e58bdf0b6aa3a3cd5854aa1”,“vBucketServerMap”:{“hashAlgorithm”:“CRC”,“numReplicas”:1,“serverList”:[“192.168.9.100:11210”],“vBucketMap”:[[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],-.....many.....[0,-1],[0,-1],[0,-1],[0,-1]],“vBucketMapForward”:[]},“replicaNumber”:0,“threadsNumber”:0,“quota”:null,“basicStats”:null,“bucketCapabilitiesVer”:"",“bucketCapabilities”:[“cbhello”,“touch”,“couchapi”,“cccp”,“xdcrCheckpointing”,“nodesExt”,“dcp”],“rev”:44,“UseSsl”:false,“SurrogateHost”:“192.168.9.100”,“Password”:"”}
NO:445076<RT:11.08.2017 23:56:22>SRC:192.168.0.157<14>EACD: INFO Couchbase.Configuration.CouchbaseConfigContext: o2-Creating the Servers list using rev#44
NO:445077<RT:11.08.2017 23:56:22>SRC:192.168.0.157<11>EACD: ERROR Couchbase.Configuration.CouchbaseConfigContext: Could not add server 192.168.9.100:11210. Exception: System.BadImageFormatException: Could not resolve field token 0x04001aac
NO:445080<RT:11.08.2017 23:56:22>SRC:192.168.0.157<11>EACD: at Couchbase.IO.Http.AuthenticatingHttpClientHandler…ctor (System.String bucketName, System.String password) [0x00000] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445081<RT:11.08.2017 23:56:22>SRC:192.168.0.157<11>EACD: at Couchbase.IO.Http.CouchbaseHttpClient.CreateClientHandler (System.String user, System.String password, Couchbase.Configuration.Client.ClientConfiguration config) [0x00000] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445082<RT:11.08.2017 23:56:22>SRC:192.168.0.157<11>EACD: at Couchbase.IO.Http.CouchbaseHttpClient…ctor (Couchbase.Configuration.Client.ClientConfiguration config, Couchbase.Configuration.Server.Serialization.IBucketConfig bucketConfig) [0x0002c] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445083<RT:11.08.2017 23:56:22>SRC:192.168.0.157<11>EACD: at Couchbase.Core.Server…ctor (Couchbase.IO.IIOService ioService, Couchbase.Core.INodeAdapter nodeAdapter, Couchbase.Configuration.Client.ClientConfiguration clientConfiguration, Couchbase.Configuration.Server.Serialization.IBucketConfig bucketConfig, Couchbase.Core.Transcoders.ITypeTranscoder transcoder, System.Collections.Concurrent.ConcurrentDictionary2[TKey,TValue] queryCache) [0x00000] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445084><RT:11.08.2017 23:56:22><SRC:192.168.0.157><11>EACD: at Couchbase.Configuration.CouchbaseConfigContext.LoadConfig (Couchbase.IO.IIOService ioService) [0x000bc] in <0f18ba2c92094ea88345f010b254bef7>:0 </RT> <NO:445085><RT:11.08.2017 23:56:22><SRC:192.168.0.157><15>EACD: DEBUG Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Bootstrapping with 192.168.9.100:11210 failed.</RT> <NO:445086><RT:11.08.2017 23:56:22><SRC:192.168.0.157><12>EACD: WARN Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider: Couchbase.Configuration.CouchbaseBootstrapException: After bootstrapping the nodes list has zero elements indicating that client failed during bootstrapping. Please check the client logs for more information as for why it failed.</RT> <NO:445087><RT:11.08.2017 23:56:22><SRC:192.168.0.157><12>EACD: at Couchbase.Configuration.CouchbaseConfigContext.UpdateServices (System.Collections.Generic.Dictionary2[TKey,TValue] servers) [0x00012] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445088<RT:11.08.2017 23:56:22>SRC:192.168.0.157<12>EACD: at Couchbase.Configuration.CouchbaseConfigContext.LoadConfig (Couchbase.IO.IIOService ioService) [0x00259] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445089<RT:11.08.2017 23:56:22>SRC:192.168.0.157<12>EACD: at Couchbase.Configuration.Server.Providers.CarrierPublication.CarrierPublicationProvider.GetConfig (System.String bucketName, System.String password) [0x0020a] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:445090<RT:11.08.2017 23:56:22>SRC:192.168.0.157<15>EACD: DEBUG Couchbase.CouchbaseBucket: Creating bucket refCount# 0
NO:445091<RT:11.08.2017 23:56:22>SRC:192.168.0.157<14>EACD: INFO Couchbase.CouchbaseBucket: Config updated old/new: 0, 44
NO:445092<RT:11.08.2017 23:56:22>SRC:192.168.0.157<167>ACDSrv[196135][9999][ACD][eacd][21:56:19.204][CouchBase 35E]Opened bucket objects:Success

when I call view query:

NO:447735<RT:11.08.2017 23:59:38>SRC:192.168.0.157<167>ACDSrv[196135][9999][ACD][eacd][21:59:34.508][GeoAvlAmqReceiving1][GeoAvlDispatcher C3]GeoAvlLibGMap.GeoAvlPoshistMultiQuery
NO:447736<RT:11.08.2017 23:59:38>SRC:192.168.0.157<14>EACD: INFO Couchbase.Core.Buckets.CouchbaseRequestExecuter: Couchbase.Core.Services.ServiceNotSupportedException: A request has been made for a service that is not configured or supported by the cluster. Please check the cluster and enable or add a new node with the requested service: View.
NO:447737<RT:11.08.2017 23:59:38>SRC:192.168.0.157<14>EACD: at Couchbase.Core.Buckets.CouchbaseRequestExecuter.SendWithRetry[T] (Couchbase.Views.IViewQueryable viewQuery) [0x0002c] in <0f18ba2c92094ea88345f010b254bef7>:0
NO:447738<RT:11.08.2017 23:59:38>SRC:192.168.0.157<167>ACDSrv[196135][9999][ACD][eacd][21:59:34.515][GeoAvlAmqReceiving1][GeoAvlDispatcher IM2C]TR0 subsequent values 0
NO:447739<RT:11.08.2017 23:59:38>SRC:192.168.0.157<167>ACDSrv[196135][9999][ACD][eacd][21:59:34.522][GeoAvlDispatcher 20A]Object NMSID:ID:czabanUbuntu-40353-636380925748970810-1:8:1:1:2 GeoAvlLibGMap.GeoAvlPoshistMultiAnswer

I think this is because the bootstrapping didn’t succeed. It looks like the SDK got the cluster map from the server, but then when creating the the internal state of the cluster, it failed:

The BadImageFormatException seems to indicate that the runtime can’t resolve the format of the DLL. Possibly because it’s compiled with .NET and not Mono. I don’t really know where to take this other than you may need to pull the source and build it with Mono.

-Jeff