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

Getting {"error":{"xhrStatus":"error","errMsg":""}} when ask for view results

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0-developer-preview-4
    • 2.0-developer-preview-3
    • ns_server
    • Security Level: Public
    • None
    • Windows 7 64bit

    Description

      Given:

      • About 3800 records in the db.
      • A development view with following code:

        function(doc)
        {
          emit(doc._id, {"ApplicationName":doc.ApplicationName, "ShortDesc": doc.ShortDesc, "Publisher": doc.Publisher.PublisherName, "Price":doc.Price});
        }
        

      When:

      • Click on "Show Results" button.

      Then:

      • Following message is displayed:

        {"error":{"xhrStatus":"error","errMsg":""}}
        undefined
        

      Note: Check attached log files.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            francares francares
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty