Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 35746 invoked from network); 10 Feb 2009 23:22:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 23:22:58 -0000 Received: (qmail 6357 invoked by uid 500); 10 Feb 2009 23:22:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 6325 invoked by uid 500); 10 Feb 2009 23:22:52 -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 6313 invoked by uid 99); 10 Feb 2009 23:22:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 15:22:52 -0800 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wmertens@cisco.com designates 144.254.15.119 as permitted sender) Received: from [144.254.15.119] (HELO av-tac-bru.cisco.com) (144.254.15.119) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 23:22:44 +0000 X-TACSUNS: Virus Scanned Received: from strange-brew.cisco.com (localhost [127.0.0.1]) by av-tac-bru.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id n1ANMOf21752 for ; Wed, 11 Feb 2009 00:22:24 +0100 (CET) Received: from dhcp-10-61-108-22.cisco.com (dhcp-10-61-108-22.cisco.com [10.61.108.22]) by strange-brew.cisco.com (8.11.7p3+Sun/8.11.7) with ESMTP id n1ANMMt09723 for ; Wed, 11 Feb 2009 00:22:22 +0100 (CET) Message-Id: <545E6E13-5C80-4A4B-8107-EB667DC698B7@cisco.com> From: Wout Mertens To: user@couchdb.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: badarg in browser? Date: Wed, 11 Feb 2009 00:22:20 +0100 X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to run the couchdb svn head and I'm not able to create documents or run the test suite using Futon. I tried both Safari and Firefox. Troubleshooting further I tried curl: $ curl -X PUT -d '{"keys": ["param1", "param2", "paramN"]}' http://localhost:5984/test/foo {"error":"error","reason":"badarg"} This error is the same as what Safari and Firefox give me. CouchDB itself just says: [error] [<0.155.0>] Uncaught error in HTTP request: {error,badarg} [info] [<0.155.0>] 127.0.0.1 - - 'PUT' /test/foo 500 I'm running Erlang 5.6.0 and I tried several revisions, as far back as 722100. I suppose it's something in the supporting infrastructure? Any ideas on what this could be and how to troubleshoot? Note that it did work for me a couple of months ago, and I switched laptops since then, leading me to recompile erlang. Thanks, Wout.