Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 54390 invoked from network); 14 Oct 2009 22:13:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Oct 2009 22:13:10 -0000 Received: (qmail 42271 invoked by uid 500); 14 Oct 2009 22:13:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 42194 invoked by uid 500); 14 Oct 2009 22:13:09 -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 42183 invoked by uid 99); 14 Oct 2009 22:13:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 22:13:09 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 22:13:05 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MyC5J-0007lo-IX for user@couchdb.apache.org; Thu, 15 Oct 2009 00:12:41 +0200 Received: from 121.149.101-84.rev.gaoland.net ([84.101.149.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Oct 2009 00:12:41 +0200 Received: from nsteinmetz by 121.149.101-84.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Oct 2009 00:12:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: Nicolas Steinmetz Subject: Sofa vs Couchdb(X) 0.10 Date: Thu, 15 Oct 2009 00:12:16 +0200 Lines: 29 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 121.149.101-84.rev.gaoland.net User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) Sender: news Hi, I just installed CouchDBX on my macbook but my app doest not work, neither sofa. I thought first I fell into the API change from 0.9 to 0.10 for list but not enough. I have quite the same code as index.js from sofa. When I try to go to http://127.0.0.1:5984/sofa/_design/sofa/_list/index/recent-posts?descending=true&limit=5 I have : {"error":"os_process_error","reason":"{exit_status,133}"} Sofa is an empty db just created with couchapp. For index.js, I thought it was due to the return template(templates.index.tail...) that I thought could be send(template(templates.index.tail...) but that's not this. So I do not know if it comes from CouchdbX or Sofa. The only things that works well is Futon. So is sofa compatible with 0.10 or do I have an issue with CouchdbX ? Any thoughts on this ? Nicolas