I'm trying to install CouchDB on Windows XP. I followed this guid:
http://wiki.apache.org/couchdb/Installing_on_Windows#head-d011b6c5ec1...<http://wiki.apache.org/couchdb/Installing_on_Windows#head-d011b6c5ec1e8ef8080660e9dcd99295335d7b9e>
CouchDB gets installed and I'm able to startup Futon, create new DB's
etc.
But! When I try to create new views (or execute existing views, or run
test suite), I get the following error:
httpd 500 error response:
{"error":"case_clause","reason":"{{bad_return_value,
{unknown_query_language,<<\"javascript\">>}},\n {gen_server,call,
[couch_query_servers,{get_proc,<<\"javascript\">>}]}}"}
Looks like some sort of problem with javascript. SpiderMonkey is
"installed" from here:
http://dl.getdropbox.com/u/118385/CouchDbBinaries/couchbd_spidermonke...<http://dl.getdropbox.com/u/118385/CouchDbBinaries/couchbd_spidermonkey_1.7_win32_32bit.zip>
I copied the files to my Erlang bin dir:
C:\Program Files\erl5.7.1\erts-5.7.1\bin
Any ideas?
Regards,
Thomas