On 5/03/2010 3:02 AM, zecat wrote:
Hi !
Installing a couchDB windows binary snapshot build 0.11.0b897093 on
Windows Server 2003 R2 works well for basic operation PUT/GET....
But when tryning to use for testing purpose 'temporary view' from futon
(or with curl) with basic map :
function(doc) {
emit(null, doc);
}
I got an error as below :
...
{{nocatch,{'EXIT',{{badmatch,{error,{enoent,[{erlang,open_port,[{spawn,"c:/PROGRA~1/Apache
Software
Foundation/CouchDB/lib/couch-0.11.0b916031/priv/couchspawnkillable
./couchjs.exe ../share/couchdb/serv...
Strange - it looks like couchdb can't find either couchspawnkillable.exe
in the specified directory, or couchjs.exe in the couchdb 'bin'
directory - can you confirm they exist? If they do, can you try
executing them manually without any arguments and see if one fails to start?
Cheers,
Mark