Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 73529 invoked from network); 19 Oct 2010 22:21:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 22:21:23 -0000 Received: (qmail 64356 invoked by uid 500); 19 Oct 2010 22:21:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 64325 invoked by uid 500); 19 Oct 2010 22:21:22 -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 64317 invoked by uid 99); 19 Oct 2010 22:21:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 22:21:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roger.moffatt@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 22:21:15 +0000 Received: by vws8 with SMTP id 8so1898206vws.11 for ; Tue, 19 Oct 2010 15:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=JBYHQOayfvAU1KmoPa4upCn5s/Eru54fiiJARBtn/1U=; b=K8cKcl4tUbM248K2VBBrfbKVdqXYugg1ETGybuJCPFSOhcaARhO3lvDEiTqvHzdlRf MwW05uuIJCo0FhF+wHCJObiM8n2572/BAcNFECQhKWOVhHhdgDwD7iCjbmRnefD9jRhj bmVFu2CGLpYWrmUlTk2jpWp2lvVS+gZ7x6IaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=ShZXPeS3jIKQuE848uvb2JqYNBw1ZiyFFDcpzY7SNoA4gmrc3WBQS9Vpr4RSNBqaxh PawMKJ2ykv0gXoU2eaPuglxUEtdea6VccgAlWC9euKPIm2lcFztf8rDndqPzdO81bcvg e/2xDOjjLmC55X9Z9yTGxbg0sp69x7pqtqv/Q= Received: by 10.220.177.9 with SMTP id bg9mr442036vcb.46.1287526854992; Tue, 19 Oct 2010 15:20:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.192.131 with HTTP; Tue, 19 Oct 2010 15:20:34 -0700 (PDT) In-Reply-To: References: From: roger.moffatt@gmail.com Date: Tue, 19 Oct 2010 23:20:34 +0100 Message-ID: Subject: Fresh install of 1.01 - test suite stats fails with all_dbs_active error To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I'm new to Couchdb and have finally built a test environment as follows (steps omitted for brevity, but it shows the core elements) Platform is Amazon EC2 micro instance - Ubuntu 10.04 LTS (official canonical AMI) upgraded to Maverick 10.10 I tried to use the package installed by apt-get install couchdb, but although that installs 1.01, Futon is severely broken and won't work :-( So I built from source using; 1) sudo apt-get build-dep couchdb 2) wget http://www.apache.org/dist//couchdb/1.0.1/apache-couchdb-1.0.1.tar.gz 3) ./configure --prefix=/usr/local --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.10/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.10/include All the test suite tests pass - except one which ALWAYS fails (stats) with the error # Assertion 'triggered, "We managed to force a all_dbs_active error."' failed: We managed to force a all_dbs_active error. This fails with Firefox and Chrome. My config files are all in the defaults - and from looking at the script, the stats code tries to create 10 databases so I'm a bit concerned if this triggering a limit somehow - that's rather small. I've seen various other threads about this, but nothing conclusive. What does this problem suggest? Is there a system configuration I need to change? Is the fact that this is running on Amazon EBS a problem (hope not, MySQL manages fine)? Any ideas? Thanks Roger