Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82E7EE244 for ; Thu, 17 Jan 2013 15:00:24 +0000 (UTC) Received: (qmail 11932 invoked by uid 500); 17 Jan 2013 15:00:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 11806 invoked by uid 500); 17 Jan 2013 15:00:22 -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 11793 invoked by uid 99); 17 Jan 2013 15:00:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 15:00:22 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of donal.simmie@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 15:00:18 +0000 Received: by mail-ie0-f177.google.com with SMTP id k13so4713337iea.8 for ; Thu, 17 Jan 2013 06:59:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=9JxdveB3Jq3NbyRbUPyZh8GNr9kZR8hs+H9i6kJFUUI=; b=DU/Gmj/+1YJA9aUb7weNYMqIxgYlpyZAvWhswOtt//KuZJgXqKR7dhjuHlKgxTROGh Vfp/JulAUXPVLe48R39xZITDR8UGBeG/WfAYiL19XFlTgEZR/0DxRrdyAxy1l2krG70V tWmC0DfVppIExwOadlV1E0UnK82rmhXIbIU9TgTUn2k6elxszVhwfnZQVeyltncZtbrS SROdzMP8nulyOcR0waOUuyZr9a/NIbieMMAgrjRwd+iQe6NJ9I2JywHP6EuTbgPE4VOi JDgKrNVBUJJ2ADsjIyIg6ctD3Wew8m7TRN216uqsF1sQT8gBF06Og3FujLoZ2ANNUu/A k9Uw== MIME-Version: 1.0 X-Received: by 10.50.57.232 with SMTP id l8mr7915670igq.54.1358434797596; Thu, 17 Jan 2013 06:59:57 -0800 (PST) Received: by 10.64.145.8 with HTTP; Thu, 17 Jan 2013 06:59:57 -0800 (PST) Date: Thu, 17 Jan 2013 14:59:57 +0000 Message-ID: Subject: View creation error on specific DB From: Donal Simmie To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=14dae93411b18faf4304d37d3f27 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93411b18faf4304d37d3f27 Content-Type: text/plain; charset=ISO-8859-1 I am getting an os error on view creation for a certain database. All my views for other databases are working but I cannot create any on this one without it failing. The error message is: os_process_error,{exit_status,0}} I was trying a proper view but even this basic one is broken: function(doc) { emit(1, doc); } Note: I have been using Futon for view creation. The all documents view is fine and documents themselves can be viewed. I altered the default configuration file by adding a compactions section with the following key/value pair: -default: [{db_fragmentation, "70%"}, {view_fragmentation, "60%"}, {from, "23:00"}, {to, "04:00"}]. The DB in question contains 3.6 GB of data. Version: 1.2 Os: Mac OS X 10.8.2 The trace in the log file is available here: http://pastebin.com/AdrJ6jeB Any suggestions please? --14dae93411b18faf4304d37d3f27--