リモートのcouchbaseバケット 'SAMPLE'の中にjsonドキュメント 'test'を作成しました。 Couchbaseのための URLはhttp://testcouch.employee.com:8091/index.html ある - IPは、ソファのための124.10.0.2couchbase java認証失敗の問題
ユーザー名です:helloUserソファ用
パスワード:helloUser ++
Connection.java
static CouchbaseEnvironment couchbaseEnvironment = DefaultCouchbaseEnvironment.builder()
.queryTimeout(10000)
.build();
static Cluster cluster = CouchbaseCluster.create(couchbaseEnvironment,"http://testcouch.employee.com");
static Bucket bucket = cluster.openBucket("SAMPLE","helloUser++");
エラーの下になって接続しようとする:
WARNING: [null][KeyValueEndpoint]: Could not connect to endpoint, retrying with delay 32 MILLISECONDS: com.couchbase.client.core.endpoint.kv.AuthenticationException: Authentication Failure at com.couchbase.client.core.endpoint.kv.KeyValueAuthHandler.checkIsAuthed(KeyValueAuthHandler.java:288) at com.couchbase.client.core.endpoint.kv.KeyValueAuthHandler.channelRead0(KeyValueAuthHandler.java:173)