Problems during CouchDB 1.6.1 installation on customer environment

We are trying to install CouchDB v1.6.1 on a customer machine with has some security restrictions and installation process seem to finish fine. Then when we do _utils/verify.html we get following response:

Verify Your Installation.X: CouchError: {{badmatch, {error, {enoent, [{erlang,open_port, [{spawn, “d:/Apache Software Foundation/CouchDB/lib/couch-1.6.1/priv/couchspawnkillable ./couchjs.exe …/share/couchdb/server/main.js”}, [stream,{line,4096},binary,exit_status,hide]], []}, {couch_os_process,init,1, [{file, “c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_os_process.erl”}, {line,148}]}, {gen_server,init_it,6,[{file,“gen_server.erl”},{line,304}]}, {proc_lib,init_p_do_apply,3, [{file,“proc_lib.erl”},{line,239}]}]}}}, [{couch_query_servers,new_process,3, [{file,“c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_query_servers.erl”}, {line,477}]}, {couch_query_servers,lang_proc,3, [{file,“c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_query_servers.erl”}, {line,462}]}, {couch_query_servers,handle_call,3, [{file,“c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_query_servers.erl”}, {line,334}]}, {gen_server,handle_msg,5,[{file,“gen_server.erl”},{line,585}]}, {proc_lib,init_p_do_apply,3,[{file,“proc_lib.erl”},{line,239}]}]}

Also When creating an admin user the user gets created but there is an error :

Signup error: {{badmatch, {error, {enoent, [{erlang,open_port, [{spawn, “d:/Apache Software Foundation/CouchDB/lib/couch-1.6.1/priv/couchspawnkillable ./couchjs.exe …/share/couchdb/server/main.js”}, [stream,{line,4096},binary,exit_status,hide]], []}, {couch_os_process,init,1, [{file, “c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_os_process.erl”}, {line,148}]}, {gen_server,init_it,6,[{file,“gen_server.erl”},{line,304}]}, {proc_lib,init_p_do_apply,3, [{file,“proc_lib.erl”},{line,239}]}]}}}, [{couch_query_servers,new_process,3, [{file,“c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_query_servers.erl”}, {line,477}]}, {couch_query_servers,lang_proc,3, [{file,“c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_query_servers.erl”}, {line,462}]}, {couch_query_servers,handle_call,3, [{file,“c:/cygwin/relax/APACHE~2.1/src/couchdb/couch_query_servers.erl”}, {line,322}]}, {gen_server,handle_msg,5,[{file,“gen_server.erl”},{line,585}]}, {proc_lib,init_p_do_apply,3,[{file,“proc_lib.erl”},{line,239}]}]}

The admin user is not visible in _utils table either when it has been created.

Perhaps there is anyone who has run into this problem previously? Any help would be helpful. Thanks!

Note: CouchDB is not Couchbase.