From user-return-15074-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Feb 25 00:09:53 2011 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 2475 invoked from network); 25 Feb 2011 00:09:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 00:09:53 -0000 Received: (qmail 89893 invoked by uid 500); 25 Feb 2011 00:09:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 89848 invoked by uid 500); 25 Feb 2011 00:09:51 -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 89839 invoked by uid 99); 25 Feb 2011 00:09:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 00:09:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.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 pfreet@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 00:09:42 +0000 Received: by gyd5 with SMTP id 5so626139gyd.11 for ; Thu, 24 Feb 2011 16:09:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=v0aaemdGmd6n5SmY29DvTXFxyTy0pLrfeJeBQUDMeO0=; b=Lb4YszU+eo7/WYsPzT8kWzQsw5FHZkiU8Xto15SLHrKLclbkbcqRWJ+YLM52pGiG7M F9fjDNyMNYhqZ3/OxWaLEetCfphkNKVN+VhADsx7zO4Zrt3glGBPaxc6CCSJymxwdaxD BEsfcFuz+oprWXuw2jhZTBm2Q5K6xcBzTHa0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=uTr7660/Yiyw1+grY49CsI8NHm/mfrKDz7BCaJa/0F6cxAKzCQMoP43YH+B3XOYbSZ HQMjs/88Us/hm8frnfSVxqSrpCyi52IErhRrj84uhtu7gW9w/8kLzlTSKRTojkxuJ1dx 1VGdugAyliziNv73c1Qd9ez7pgez9Nd9lddag= Received: by 10.101.194.7 with SMTP id w7mr734484anp.128.1298592560885; Thu, 24 Feb 2011 16:09:20 -0800 (PST) Received: from Hayyan.local (adsl-190-125-20.asm.bellsouth.net [74.190.125.20]) by mx.google.com with ESMTPS id c7sm79400ana.17.2011.02.24.16.09.19 (version=SSLv3 cipher=OTHER); Thu, 24 Feb 2011 16:09:20 -0800 (PST) Message-ID: <4D66F32E.209@gmail.com> Date: Thu, 24 Feb 2011 19:09:18 -0500 From: Paul Freet User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Help with error Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org New installation of CouchDB 0.11.2. Built a database, added a view. Getting the following error in Futon when looking at the view: {{badmatch,{error,eacces}}, [{couch_file,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]} Any thoughts on this error message? BTW, this worked perfectly on another server, same database and view.