Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-765

TimeoutException trying to open a Bucket after a InvalidPasswordException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 2.2.3
    • None
    • None
    • Security Level: Public
    • None

    Description

      After trying to open a bucket with invalid password, any attempt to open the same bucket or any other will throw a TimeoutException.

      Here's some code snippet that will simulate the error:

      Bucket bucket;
      CouchbaseCluster cluster = CouchbaseCluster.create();
      try

      { bucket = cluster.openBucket("bucketName", "wrongPassword"); }

      catch (Exception e)

      { e.printStackTrace(); }

      bucket = cluster.openBucket("bucketName", "password");

      It does have the same behavior when trying to open a different Bucket after the Invalid Password attempt.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            Reinaldo Machado Jr Reinaldo Machado Jr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty