From couchdb-dev-return-390-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Sat May 17 12:31:27 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 53636 invoked from network); 17 May 2008 12:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2008 12:31:27 -0000 Received: (qmail 58761 invoked by uid 500); 17 May 2008 12:31:29 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 58720 invoked by uid 500); 17 May 2008 12:31:29 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 58709 invoked by uid 99); 17 May 2008 12:31:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 05:31:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oleg.v.avdeev@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 12:30:43 +0000 Received: by an-out-0708.google.com with SMTP id b38so276402ana.83 for ; Sat, 17 May 2008 05:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3NgNbX7OK4T9gzk2mJUOzBZPguZkz+8BN1WR0MEIzvg=; b=tj7EOzVC7nvOQm4f8AI8DQkbZMQY3f17fCIqI0FyVdiJQM8ZIA330o6OxJLHuiNy/XbnLo/iPf+AqZ+N2pdyiA6mfjxBoO2hfDM5hHgvhXxDFLEupWcmAMW856GVjjP4TKRlCbgwt0R5S/XeuCDiABx92YQaJg6lbrX8t9ihYDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CAum93tf4PHQNqQtUc0e7k2oeiMxTlh3nlb4fX5fGJPXW0zNqk7MyycegysDCaF/LXa7LemuouQ+HVFmft1HySGuyhUIYluI9bqWjtIVP4TG9BJWEd61v+tI5kpe9wkRN8ntAIkNy4CGUIXH3HxNPMNfNcE06WvoekUUEXWJ3nQ= Received: by 10.101.70.15 with SMTP id x15mr5837250ank.116.1211027457672; Sat, 17 May 2008 05:30:57 -0700 (PDT) Received: by 10.100.10.2 with HTTP; Sat, 17 May 2008 05:30:57 -0700 (PDT) Message-ID: Date: Sat, 17 May 2008 16:30:57 +0400 From: "Oleg Avdeev" To: couchdb-dev@incubator.apache.org Subject: Re: svn commit: r656861 - in /incubator/couchdb/trunk: share/server/ share/www/script/ src/couchdb/ MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi Jan, On 16 May 2008 07:03:36 GMT, jan@apache.org wrote: > On a clean install, I get an error & crash when running the "basics" test: I had the same error when I was installing it over previous version, seems that some old .beam files wasn't replaced (in particular, couch_doc.beam). I've removed the whole old couchdb directory and rebuilt couchdb from scratch, and now it works fine (i.e. fails only the attachment test). - Oleg.