Hi!
I'm trying to make CouchDB work in RedHat EL.I was able to build it
and server launches. But when I try to make any query, the server
responds with HTTP Error 500:
{"error":"unknown_error","reason":"undef"}
In log file I can see such a messages:
-----
[Sat, 15 Feb 2014 14:05:29 GMT] [info] [<0.31.0>] Apache CouchDB has
started on http://127.1.245.1:5984/
[Sat, 15 Feb 2014 14:05:37 GMT] [error] [<0.126.0>] Uncaught error in
HTTP request: {error,undef}
[Sat, 15 Feb 2014 14:05:37 GMT] [info] [<0.126.0>] Stacktrace:
[{oauth,header_params_decode,[[]]},
{couch_httpd_oauth,serve_oauth,3},
{couch_httpd,authenticate_request,2},
{couch_httpd,handle_request_int,5},
{mochiweb_http,headers,5},
{proc_lib,init_p_do_apply,3}]
[Sat, 15 Feb 2014 14:05:37 GMT] [info] [<0.126.0>] 127.1.245.1 - - GET
/ababa 500
[Sat, 15 Feb 2014 14:05:37 GMT] [error] [<0.126.0>] httpd 500 error response:
{"error":"unknown_error","reason":"undef"}
-----
I have erlang-oauth-1.1.1 installed.
I wonder if it is by design or I did something wrong? If there is a
way to work around this issue?
Thanks,
Anthony