Alexander Shorin created COUCHDB-2613:
-----------------------------------------
Summary: function_clause on mango find
Key: COUCHDB-2613
URL: https://issues.apache.org/jira/browse/COUCHDB-2613
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Mango
Reporter: Alexander Shorin
{code}
curl -XPOST 'http://localhost:16984/test/_find' -d '{"selector":{"fields":
["_id", "_rev"]}}'
{"error":"unknown_error","reason":"function_clause","ref":3835390434}
{code}
{code}
2015-02-22 00:08:58.166 [error] [email protected] <0.372.0> req_err(3835390434)
unknown_error : function_clause
[<<"ddoc_cache:open/2 L82">>,<<"mango_idx:list/1
L54">>,<<"mango_cursor:create/3 L34">>,<<"mango_crud:find/5
L52">>,<<"mango_httpd:handle_find_req/2 L137">>,<<"mango_httpd:handle_req/2
L28">>,<<"chttpd:handle_request/1 L210">>,<<"mochiweb_http:headers/5 L93">>]
2015-02-22 00:08:58.167 [error] [email protected] <0.372.0> httpd 500 error
response:
{"error":"unknown_error","reason":"function_clause","ref":3835390434}
2015-02-22 00:08:58.167 [notice] [email protected] <0.372.0> 23de2df3 127.0.0.1
localhost:16984 POST /test/_find 500 ok 2
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)