From user-return-8623-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Jan 30 23:18:27 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 16763 invoked from network); 30 Jan 2010 23:18:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jan 2010 23:18:27 -0000 Received: (qmail 64199 invoked by uid 500); 30 Jan 2010 23:18:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64130 invoked by uid 500); 30 Jan 2010 23:18:25 -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 64120 invoked by uid 99); 30 Jan 2010 23:18:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jan 2010 23:18:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.210.202 as permitted sender) Received: from [209.85.210.202] (HELO mail-yx0-f202.google.com) (209.85.210.202) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jan 2010 23:18:17 +0000 Received: by yxe40 with SMTP id 40so36464yxe.27 for ; Sat, 30 Jan 2010 15:17:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=9Oh/btNgagZazagalQfqEwAeVunayfCXY4GmaxOzACY=; b=dVKavHysx4Zwqr5VtawNBoUfHZrJbz28HPR7gk2y0GGXkAKyTAHLlIoJT7//fv/RmG DB1xeMHN+oWFKwos84FVabbEunv8KlK3Mk7cDjTIX/M3oZoVmKPTmD6QJ96ootYL0jXO 9Dwwu0bZRijG5tk61RgeTHlDW/NBKZgnW0Mp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=BFpy8hLOw/PHi3S8OpkBb9tL1o2ff559ygFVw8i5ur9CYmAoAmHD7KH4Vcl4qowTZM 0ekmQY5ENBMDiVsQ5u3St/wbNUWXnzA9+Dv6RASBSo6NonESexaZlle6PzEpo/CG5K5x Id5sciHumENWBLvAr2QgPYiJtolo+LK2wj0nk= MIME-Version: 1.0 Received: by 10.101.213.34 with SMTP id p34mr3134791anq.1.1264893476818; Sat, 30 Jan 2010 15:17:56 -0800 (PST) In-Reply-To: <201001301551.24913.alan.mock@gmail.com> References: <201001301551.24913.alan.mock@gmail.com> From: Paul Davis Date: Sat, 30 Jan 2010 18:17:35 -0500 Message-ID: Subject: Re: View Creation Failure 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 What version of couchdb? Also, what does your view look like? That error suggests that couchjs took too long to map a view and triggered a timeout. Paul On Sat, Jan 30, 2010 at 4:51 PM, Alan Mock wrote: > I have a database with about 170000 documents and I'm trying to create a = view > on. =A0When I do so either by using curl or from CouchDB's web interface = it > fails with either > > {os_process_error,{exit_status,137}} > > or > > {timeout_value,[{couch_os_process,readline,2}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {couch_os_process,readjson,1}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {couch_os_process,handle_call,3}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {gen_server,handle_msg,5}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {proc_lib,init_p_do_apply,3}]} > > If I try to access the view again it starts over, so the view index creat= ion > never finishes. =A0Is there some way to force the creation of the view in= dex? > > Thanks, > Alan >