From couchdb-user-return-727-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Fri Jul 11 22:21:54 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 62409 invoked from network); 11 Jul 2008 22:21:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 22:21:54 -0000 Received: (qmail 45795 invoked by uid 500); 11 Jul 2008 22:21:54 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 45504 invoked by uid 500); 11 Jul 2008 22:21:54 -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 45493 invoked by uid 99); 11 Jul 2008 22:21:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 15:21:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of galathil@gmail.com designates 74.125.46.156 as permitted sender) Received: from [74.125.46.156] (HELO yw-out-1718.google.com) (74.125.46.156) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 22:21:02 +0000 Received: by yw-out-1718.google.com with SMTP id 5so2047860ywr.0 for ; Fri, 11 Jul 2008 15:21:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=uvYDO4qQXwgHvCBQblkiVkRgtN9oNLwdNwumfR6EEng=; b=PdsMrYC5O5sqi46lOWIh4KQqYy5WyjAwMmpoq64kMk1YhuXE/Vs5z95anC+BO19IBn TBPnbytaEES17fpLsnZPv1uHtEoCbRnGwHBfTQeTzncP9/tsVrFjEKVmUkMvm5ZkRMKt kSMX895U36I8dGWhyBg6UEDv1slF8PVplRnUs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=xqhjFso/OC91FwfLX0FZMWXyOTrTK2tW9rQAOlTi3FpLn+rgVavmCaVZ0RSxB7efuM WH3E/2OAlNMdpzBOXoxZHoCZR2GSfQD28zFOf6aAW2iJvw7SowqpEFIM6PsOltz9rWbP DtNFdIaDL5KQurs3PQvdzxl0AcUiLGsHz5eqM= Received: by 10.151.150.13 with SMTP id c13mr16670554ybo.155.1215814884313; Fri, 11 Jul 2008 15:21:24 -0700 (PDT) Received: by 10.151.141.13 with HTTP; Fri, 11 Jul 2008 15:21:24 -0700 (PDT) Message-ID: Date: Fri, 11 Jul 2008 18:21:24 -0400 From: "Jacinto Shy II" Sender: galathil@gmail.com To: couchdb-user@incubator.apache.org Subject: map_process_error caused by JSON array? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 59cfb774617242e4 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am running the latest version of CouchDB from Subversion (r676076) and I get a strange error when I save a document containing a field that is a JSON array. >From the log file: HTTP Error (code 500): {{nocatch,{map_process_error,{exit_status,0}}}, [{couch_query_servers,readline,2}, {couch_query_servers,read_json,1}, {couch_query_servers,prompt,2}, {couch_query_servers,'-map_docs/2-fun-0-',2}, {lists,map,2}, {couch_query_servers,map_docs,2}, {couch_view,view_compute,2}, {couch_view,update_group,1}]} The error occurs whenever I try to run any view within my database after saving that document. I also see the same error when running the test suite for reduce, multiple_rows, view_collation, view_conflicts, view_errors, and view_sandboxing. My system is Debian Sid with Erlang 12B-3, which was installed with apt-get. Does anyone have any tips? -- Jacinto