Couchbase Bucket authentication error
Using Couchbase 5.0 and its Java client 2.0.3, I have the following error. Just following these instructions to open a bucket: https://developer.couchbase.com/documentation/server/current/sdk/java/managing-connections.html As explained, with a basic local configuration, it's just a matter of two lines of code: Cluster cluster = CouchbaseCluster.create(); Bucket bucket = cluster.openBucket("hero"); That should open the localhost cluster (it actually does) and afterwards open a bucket called "hero", which actually exists in my Couchbase server. Nevertheless, I keep getting the following error: