From user-return-14005-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Dec 01 06:15:34 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 18809 invoked from network); 1 Dec 2010 06:15:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Dec 2010 06:15:33 -0000 Received: (qmail 27115 invoked by uid 500); 1 Dec 2010 06:15:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 26793 invoked by uid 500); 1 Dec 2010 06:15:32 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 26785 invoked by uid 99); 1 Dec 2010 06:15:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 06:15:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mapandfold@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qw0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 06:15:23 +0000 Received: by qwe4 with SMTP id 4so1005974qwe.11 for ; Tue, 30 Nov 2010 22:15:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=/Y3mutq1IvELhWIlwwBNT/pTb7n3X1v3yM8LoJHQUPc=; b=tnyEMeFnnOc2lwtidP/mfQ+OsqxNu3r4v4YsypW3x2orJevSMCt3RlwpHC6Rd9PgVM 4wBi0YTJa4EyKCOWjyvRvjYjBkbu4MaKRlbnJ4iLlDKqGlfGzYivTwDK/W3HHzHfYass qh+NB9tQk/LMVmExnXDHfdDJpsJbXX4tNSTek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=N4kl9EsmhYhtJkq3425E9XWFgtMz6l7WlK8/yVk7QRn98jsbEvk74J1dN6d3kccf0F nhOYDzPRTYN6sZPh7fALx6rpnNcd6cVNoRsD7Mqtk9Oof4GgUp2gS6IoEzoubS7mfrc9 TLmGxpUNSFElv3RUWeBagjSdAbWcBEQ7l5yZM= MIME-Version: 1.0 Received: by 10.229.183.66 with SMTP id cf2mr7111891qcb.57.1291184102598; Tue, 30 Nov 2010 22:15:02 -0800 (PST) Received: by 10.229.97.197 with HTTP; Tue, 30 Nov 2010 22:15:02 -0800 (PST) In-Reply-To: References: Date: Wed, 1 Dec 2010 14:15:02 +0800 Message-ID: Subject: Re: Strange error From: MapAndFold To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 1, 2010 at 3:47 AM, Duc Phan wrote: > Hello all, > > My CouchDB was working fine yesterday. I don't know what I did wrong but = it > is not working anymore today. > Here is the error code I get when I try to do any view. > > Error: EXIT > > {{badmatch, > =A0 =A0 {error, > =A0 =A0 =A0 =A0 {enoent, > =A0 =A0 =A0 =A0 =A0 =A0 [{erlang,open_port, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[{spawn, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "c:/PROGRA~1/Apache Software > Foundation/CouchDB/lib/couch-1.0.1/priv/couchspawnkillable ./couchjs.exe > ../share/couchdb/server/main.js"}, Your path to the js engine couchjs.exe is broken: an extra blank character and "killable". Really strange. > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [stream,{line,1024},binary,exit_statu= s,hide]]}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0{couch_os_process,init,1}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0{gen_server,init_it,6}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0{proc_lib,init_p_do_apply,3}]}}}, > =A0[{couch_query_servers,new_process,2}, > =A0{couch_query_servers,handle_call,3}, > =A0{gen_server,handle_msg,5}, > =A0{proc_lib,init_p_do_apply,3}]} > --=20 http://hi.baidu.com/mapandfold