Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 78878 invoked from network); 5 Dec 2009 10:49:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Dec 2009 10:49:09 -0000 Received: (qmail 16873 invoked by uid 500); 5 Dec 2009 10:49:07 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 16791 invoked by uid 500); 5 Dec 2009 10:49:06 -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 16781 invoked by uid 99); 5 Dec 2009 10:49:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 10:49:06 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,FB_WORD1_END_DOLLAR,HTML_MESSAGE,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of s.anderson.au@gmail.com designates 209.85.222.182 as permitted sender) Received: from [209.85.222.182] (HELO mail-pz0-f182.google.com) (209.85.222.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 10:49:04 +0000 Received: by pzk12 with SMTP id 12so2866559pzk.13 for ; Sat, 05 Dec 2009 02:48:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=OSNUoAwKRSTSjvp1/+sRQL0gLYv7IQs7o7UL/ZZAgaU=; b=WGR0TaiTmltIIbMmOEhDBlONz/TQtGHAbUFtoRjV+SxnGl0Es6lB1wgzNOaRpAYBNh DmK06s0PqPbOMlR8VqE49hqb8n0oXIifkJ6PSdjgBsRpC0Q7KbN4SdF/txQSEGsJSXYM iPxnERkIQK+ajLj5wEZqmGKLZd+fUXpBRTNYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BkvQPc+vEJRJItm9h6jdHw7m/PR0UKFw/g+w7QJ2xic3AlwtJ0m37Cx13bJhiQ4DeQ RMI0Da+puOBSxsVeT2sGV8t4f8a6ZotlQ7Q0wOA+XOwHQI8hxata6CFnHwsHGUvzSDML hTbvZ3iZRQkpoJWPqIuPARxplFrOlgzT+nftw= MIME-Version: 1.0 Received: by 10.141.21.3 with SMTP id y3mr257065rvi.81.1260010124553; Sat, 05 Dec 2009 02:48:44 -0800 (PST) Date: Sat, 5 Dec 2009 21:48:44 +1100 Message-ID: <811d598a0912050248q215cc878h1b08c2b38d73a775@mail.gmail.com> Subject: CouchDB Returning Different Responses/Errors From: Steve Anderson To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd1a234e32e900479f8f7c3 --000e0cd1a234e32e900479f8f7c3 Content-Type: text/plain; charset=ISO-8859-1 I am working my way through the online version of the O'Reilly book "CouchDB: The Definitive Guide" by Anderson, Lehnardt and Slater. I am on Chapter 3 "Getting Started". I've downloaded and started CouchDBX, but am getting errors, or at least different responses, when I run the first few commands in chapter 3. For example: silverlight:~ stevea$ curl http://127.0.0.1:5984/ {"couchdb":"Welcome","version":"0.10.0"} silverlight:~ stevea$ curl -X GET http://127.0.0.1:5984/_all_dbs_ {"error":"error","reason":"illegal_database_name"} silverlight:~ stevea$ curl -X PUT http://127.0.0.1:5984/baseball curl: (52) Empty reply from server Any ideas? Thanks --000e0cd1a234e32e900479f8f7c3--