From dev-return-21084-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Feb 25 19:39:43 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 755979B0D for ; Sat, 25 Feb 2012 19:39:43 +0000 (UTC) Received: (qmail 68973 invoked by uid 500); 25 Feb 2012 19:39:42 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 68932 invoked by uid 500); 25 Feb 2012 19:39:42 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 68924 invoked by uid 99); 25 Feb 2012 19:39:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 19:39:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dave@muse.net.nz designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 19:39:36 +0000 Received: by vcbfl10 with SMTP id fl10so160707vcb.11 for ; Sat, 25 Feb 2012 11:39:15 -0800 (PST) Received-SPF: pass (google.com: domain of dave@muse.net.nz designates 10.220.151.201 as permitted sender) client-ip=10.220.151.201; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dave@muse.net.nz designates 10.220.151.201 as permitted sender) smtp.mail=dave@muse.net.nz Received: from mr.google.com ([10.220.151.201]) by 10.220.151.201 with SMTP id d9mr4534056vcw.59.1330198755396 (num_hops = 1); Sat, 25 Feb 2012 11:39:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.151.201 with SMTP id d9mr3581645vcw.59.1330198755258; Sat, 25 Feb 2012 11:39:15 -0800 (PST) Received: by 10.52.36.237 with HTTP; Sat, 25 Feb 2012 11:39:15 -0800 (PST) X-Originating-IP: [212.95.7.108] In-Reply-To: References: Date: Sat, 25 Feb 2012 20:39:15 +0100 Message-ID: Subject: Re: [VOTE] Apache CouchDB 1.2.0 -- Windows Binaries From: Dave Cottlehuber To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmZSjtW8pa1TLABzZgoh8kOfmF3wKgeOYtUQhiC6MEuyjJIBl5MoX8fOeKb5ioPqrF/8Zrs X-Virus-Checked: Checked by ClamAV on apache.org On 24 February 2012 21:16, Dirkjan Ochtman wrote: > On Fri, Feb 24, 2012 at 19:16, Dave Cottlehuber wrote: >> We are voting on the following two binaries for R14B04 and R15B: >> >> https://people.apache.org/~dch/dist/1.2.0/ > > On Windows 7, 64-bit, I downloaded the R15B version of the installer > and installed it. Located couchdb.bat in the bin folder, ran it, > pointed the brower at localhost:5984 and ran the test suite. > Everything seemed to work alright except that from users_db_security > on, all tests started failing with "error": "unauthorized", "reason": > "You are not a server admin". This subsequently even happened on > rerunning tests that had previously passed. > > (I'm admittedly a stranger to CouchDB on Windows, although I've run it > on Linux boxen for years.) > > Cheers, > > Dirkjan Thanks Dirkjan, It looks like something got stuck during the security tests. Can you try this over LAN rather than localhost, after tidying up? - clean out %COUCH%\var\lib\couchdb\* (cleans up the _users.couch in particular) - revert local.ini as needed, IIRC shouldn't be more than removing the new entries in [admins] A+ Dave