Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 64574 invoked from network); 20 Aug 2008 17:33:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2008 17:33:57 -0000 Received: (qmail 73317 invoked by uid 500); 20 Aug 2008 17:33:55 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 73291 invoked by uid 500); 20 Aug 2008 17:33:55 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 73280 invoked by uid 99); 20 Aug 2008 17:33:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 10:33:55 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.210.85.213] (HELO smtp1.nviznit.com) (206.210.85.213) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 20 Aug 2008 17:32:57 +0000 Received: from [192.168.0.129] (c-71-60-56-89.hsd1.pa.comcast.net [71.60.56.89]) by smtp1.nviznit.com (Postfix) with ESMTPSA id 71C651BD898 for ; Wed, 20 Aug 2008 09:46:05 -0400 (EDT) Message-ID: <48AC5561.1040608@visn.biz> Date: Wed, 20 Aug 2008 13:33:21 -0400 From: Joel Reed User-Agent: Thunderbird 2.0.0.16 (X11/20080725) MIME-Version: 1.0 To: couchdb-user@incubator.apache.org Subject: Re: Creating a permanent view References: <48AC3690.4090506@visn.biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jan Lehnardt wrote: >> >> They I try to fire up: >> http://localhost:5984/cs-cache/_view/_design/forms/all > > Try http://localhost:5984/cs-cache/_view/forms/all That gives me: {"error":"not_found","reason":"missing"} I must be doing something else wrong. Darn. Thanks for the suggestion. jr