TranscodingException

Getting error with couchbase 6.6 server (but working fine with 6.5 server)

Error details:
Failed to instantiate [com.couchbase.client.java.cluster.ClusterInfo]: Factory method ‘couchbaseClusterInfo’ threw exception; nested exception is com.couchbase.client.java.error.TranscodingException: Could not decode cluster info.

couchbase : 6.6
couchbase sdk : couchbase-java-client/2.3.7
springBootVersion = ‘1.5.9.RELEASE’
spring-data-couchbase: ‘1.5.9.RELEASE’

@Naveenkumar_Kakunuri you are using an old (and EOL’ed) version of the SDK through your older spring data couchbase version. Can you please upgrade to a more recent version? The issue should go away then (it’s a bug that has been addressed in later versions).