Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 36212 invoked from network); 7 Nov 2009 21:48:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Nov 2009 21:48:51 -0000 Received: (qmail 9104 invoked by uid 500); 7 Nov 2009 21:48:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 9029 invoked by uid 500); 7 Nov 2009 21:48:50 -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 9019 invoked by uid 99); 7 Nov 2009 21:48:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 21:48:50 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 21:48:47 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 23DD278653; Sat, 7 Nov 2009 16:48:24 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :cc:subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=Wf8nAmn6LAPazfrRBWDyPXllLG8=; b=BN8qbsd n++I+LOa5u5b2vFLxXgwBAESVLIQoEKzjrql0FU5EoY6Phy+XILFrMXIhEmBPS5T F1gzqFJejOzFkwM/uynQ7TXDfokwuf+NfXpM/y1FQnhx+2vkyqbxOtU4b93qrRAx Y74XiBaZTGpKQDJDkbgMymwU2eO/UUr0c2Bk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to:cc :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=dOPGYVQaikPGA3TrpP8VgeQw3v6ESBhX9 b4FQBweg/W+yYWW/Q4U4+AWY9owzWnngIRBwvRnNgiHI71QCdbX1vsF3nT1ci8nI XOcudeRT3Y0fORlTMWTTTo4ALWnfB/eUxBQ3x/zmQPsncGmxD3DhAu8J1f1Rrhbm wxOZphumjM= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 1151378651; Sat, 7 Nov 2009 16:48:23 -0500 (EST) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A63267864F; Sat, 7 Nov 2009 16:48:21 -0500 (EST) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1N6t8u-0002Oe-4N; Sat, 07 Nov 2009 21:48:20 +0000 Date: Sat, 7 Nov 2009 21:48:20 +0000 From: Brian Candler To: Shawn McDermott Cc: user@couchdb.apache.org Subject: Re: create db using put Message-ID: <20091107214820.GB9046@uk.tiscali.com> Mail-Followup-To: Shawn McDermott , user@couchdb.apache.org References: <3e57015f0911060823i214dcadfy3fea03357cc868c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3e57015f0911060823i214dcadfy3fea03357cc868c@mail.gmail.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: 456A6E80-CBE7-11DE-B0ED-7C40EE7EF46B-28021239!a-pb-sasl-quonix.pobox.com On Fri, Nov 06, 2009 at 10:23:47AM -0600, Shawn McDermott wrote: > On Fri, Nov 6, 2009 at 9:53 AM, David Coallier wrote: > > > 2009/11/6 : > > > I am attempting to create a new blank db using a put. CouchDb allways > > > returns a 500. Is this feature broken in 0.10? or am I doing something > > > wrong? > > > > > > > > > Could you give a bit more information on the URL you are invoking and > > how you are executing your HTTP request? > > > > Cheers, > > > > -- > > Slan, > > David > > > I figured it out finally.....however, thanks for the quick replies. I was > sending an invalid database name. oops! But you shouldn't get a 500 error, it should be a 4xx, so this may still be a bug. Can you post the exact erroneous URL you were PUTing to, and the exact response you got?