Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-20643

[CX] OnError while emitting onNext value: com.couchbase.client.core.message.config.BucketConfigResponse.class

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • CBAS DP
    • CBAS DP
    • analytics
    • None
    • centos
    • Untriaged
    • Unknown
    • CX Sprint 21

    Description

      1. Load bucket beer-sample.
      2. curl -s --data pretty=true --data format=CLEAN_JSON --data-urlencode statement@file.txt http://localhost:8095/analytics/service
      where file.txt contains:
      create bucket beerBucket with {"bucket":"beer-sample","nodes":"127.0.0.1","password":""};
      create shadow dataset beers on beerBucket;
      connect bucket beerBucket;
      3. Issue queries against dataset beers, everything works fine.
      4. disconnect bucket beerBucket;
      5. Issue queries against dataset beers, works fine as expected.
      6. Try step 2 again, error received:
      	"msg": "A dataset with this name beers already exists."
      7. Drop the dataset.
      8. Try step 2 again, error received:
      	"msg": "A bucket with this name beerBucket already exists."
      9. Drop bucket beerBucket.
      10. Try step 2 again, error received:
      [root@slv-s20301_c cbas_install]# curl -s --data pretty=true --data format=CLEAN_JSON --data-urlencode statement@file.txt http://localhost:8095/analytics/service
      {
      	"requestID": "030e1582-6129-46de-9a9f-bb1c99b7cb5b",
      	"signature": "*",
      	"errors": [{ 
      	"code": "1",
      	"msg": "OnError while emitting onNext value: com.couchbase.client.core.message.config.BucketConfigResponse.class"
      	}],
      	"status": "fatal",
      	"metrics": {
      		"elapsedTime": "218.221586ms",
      		"executionTime": "217.747108ms",
      		"resultCount": "0",
      		"resultSize": "0"
      	}
      }
       
       
      Result of jps:
      [root@slv-s20301_c cbas_install]# jps
      2049 jar
      27715 NCService
      27716 NCService
      29221 Jps
      27717 CCDriver
      2046 jar
      27854 NCDriver
      27838 NCDriver
       
      Attaching logs.
      
      

      Attachments

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

        Activity

          People

            Abdullah.Alamoudi Abdullah Alamoudi [X] (Inactive)
            Prerna.Manaktala Prerna Manaktala (Inactive)
            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