When the page tries to list a particular key, it show “Error (unexpected)”.
From the error.log, I find this:
<0.25045.1236>:menelaus_web:loop:170]Server error during processing: [“web request failed”,
{path,"/pools/default/buckets/iptb/docs"},
{type,throw},
{what,
{invalid_json,
{{error,
{70,
“parse error: unallowed token at this point in JSON text\n”}},
<<"{“meta”:{“id”:“parent_key_eMIiFJbAdy3o5WAUjRJmhudJ1EBNMyHV”},“json”:\v}">>}}},
{trace,
[{ejson,nif_decode,1,
[{file,
"/home/buildbot/buildbot_slave/centos-6-x64-301-builder/build/build/couchdb/src/ejson/ejson.erl"},
{line,50}]},
{capi_utils,couch_doc_to_mochi_json,1,
[{file,“src/capi_utils.erl”},{line,130}]},
{menelaus_web_crud,encode_doc,1,
[{file,“src/menelaus_web_crud.erl”},
{line,156}]},
{menelaus_web_crud,do_handle_limit,3,
[{file,“src/menelaus_web_crud.erl”},
{line,142}]},
{menelaus_web_crud,do_handle_list,4,
[{file,“src/menelaus_web_crud.erl”},
{line,93}]},
{menelaus_web,loop,2,
[{file,“src/menelaus_web.erl”},
{line,147}]},
{mochiweb_http,headers,5,
[{file,
"/home/buildbot/buildbot_slave/centos-6-x64-301-builder/build/build/couchdb/src/mochiweb/mochiweb_http.erl"},
{line,94}]},
{proc_lib,init_p_do_apply,3,
[{file,“proc_lib.erl”},{line,239}]}]}]
The version of my couchbase server is 3.0.1, will this be fixed in 3.0.2?