Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-890

Python sdk uses port 8091 when ssl enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.9.1
    • None
    • library
    • None

    Description

      1. Block 8091 port on the host where server is going to be installed
      2. Have couchbase server with ssl enabled
      3. Now do sdk call to query n1ql to create primary index

      Result : It fails with an error

      rv = self.bucket_class(str(connstr), **kwargs)
        File "/usr/lib64/python2.7/site-packages/couchbase/bucket.py", line 250, in _init_
          self._do_ctor_connect()
        File "/usr/lib64/python2.7/site-packages/couchbase/bucket.py", line 259, in _do_ctor_connect
          self._connect()
      couchbase.exceptions._BucketNotFoundError_0x19 (generated, catch BucketNotFoundError): <RC=0x19[The bucket requested does not exist], There was a problem while trying to send/receive your request over the network. This may be a result of a bad network or a misconfigured client or server, C Source=(src/bucket.c,785)>

       

      Worked fine when I tested without blocking ports

      Attachments

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

        Activity

          People

            Ellis.Breen Ellis Breen
            sridevi.saragadam Sridevi Saragadam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty