I’m trying to connect to multiple buckets using Spring data Couchbase. The first bucket details are configured in the properties file and using the same password I’m trying to connect to another bucket which is in the same profile. While doing so, I’m getting
nested exception is com.couchbase.client.java.error.InvalidPasswordException:
Passwords for bucket "Bucket2Doc" do not match.
and also I’m getting java.util.concurrent.TimeoutException
.
Could anyone please help me with this.
Thanks.