Bandaru Aneesh
Bandaru Aneesh

Reputation: 11

Couchbase Bootstrap Exception: UnsupportedAddressFamilyException with CCCP

I'm encountering an issue while attempting to connect to Couchbase using the .NET client. Here are the specifics of the problem:Exception has been thrown by the target of an invocation.

i am trying to create bucket but it throwing an error as shown in the image: screenshot

Upvotes: 1

Views: 64

Answers (1)

Vlad Velicu
Vlad Velicu

Reputation: 11

That code looks like .NET SDK for Couchbase Server and not Couchbase Lite. If that's the case, it shouldn't be tagged as couchbase-lite.

It also seems that is a very old version of the .NET SDK which is no longer supported and could, in fact, NOT support ipv6, but I have no means to verify that.

Please refer to 3.3-3.6 current, supported, versions.

Upvotes: 0

Related Questions