Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39E72909D for ; Fri, 21 Oct 2011 08:43:46 +0000 (UTC) Received: (qmail 35943 invoked by uid 500); 21 Oct 2011 08:43:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 35790 invoked by uid 500); 21 Oct 2011 08:43:39 -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 35778 invoked by uid 99); 21 Oct 2011 08:43:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 08:43:39 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 08:43:31 +0000 Received: by eyg5 with SMTP id 5so4750446eyg.11 for ; Fri, 21 Oct 2011 01:43:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=yrGpPDmF2/aH1mJTTAUPGaHczy9HHpNIXxlxSmHkPes=; b=xpSFu0ikrsOxwv0KAE+mOlyCUYfhEiBUa27DAUCFhT3J3OmeJFZGiapYy5RgDmjRjV yHSplmyOYP1aRPQ2aGLamboc2ihPjn3biUldna5/LLYofpL940hhCySvx7qUtpEqrxtK 1ViQtcg2BDJlGDi1TP53p1Nr6Y0CK15PZskR8= Received: by 10.14.9.88 with SMTP id 64mr1626791ees.52.1319186589811; Fri, 21 Oct 2011 01:43:09 -0700 (PDT) Received: from [192.168.1.100] (dynamic-78-8-13-244.ssp.dialog.net.pl. [78.8.13.244]) by mx.google.com with ESMTPS id y11sm32895498eej.5.2011.10.21.01.43.08 (version=SSLv3 cipher=OTHER); Fri, 21 Oct 2011 01:43:09 -0700 (PDT) Message-ID: <4EA1309B.6010202@gmail.com> Date: Fri, 21 Oct 2011 10:43:07 +0200 From: CGS User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Futon Test Suites Failed: CouchDB 1.1.0 FF5.0 References: <4E968362.3060809@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit That's more a FF problem than CouchDB problem (as you noticed by using someone else's FF). Some recommendations for this case: 1. Do not reinstall FF, but remove old FF completely from your PC and install it again from scratch (preferably the last version). If you don't know where FF installed all its folders, the fastest way to clean your system of FF is through system registry (try not to mess up your registries though). 2. If it was installed as admin, check if your FF can access all its required files (I am no expert in MS Windows 7 and, actually, I only saw it on one PC, but I know that under Linux, this problem may trigger that kind of errors). Cheers, CGS On 10/21/2011 09:57 AM, Koji Kawamura wrote: > Thank you, CGS > > The "db_not_found" error turned out to be a problem of hosts file setting. > > I was accessing CouchDB (vm) from Windows 7 (host) with "couchdb" as > hostname like: > http://couchdb:5984/_utils/ > But I didn't set hosts file on the vm properly. > VM sends a replicationrequest, > but it couldn't understand the hostname, "couchdb" and failed. > After I fixed the hosts file, those tests succeeded. > > I still get some errors yet, > form_submit, view_errors often fail, sometimes succeed, saying this > error message: > "Exception raised: {}" > I debugged the test Javascript and caught this exception: > [Exception... "Component returned failure code: 0x80004005 > (NS_ERROR_FAILURE)" nsresult: "0x80004005 (NS_ERROR_FAILURE)" > location: "JS frame :: > http://couchdb:5984/_utils/script/couch.js?0.11.0 :: :: > line 416" data: no] { message="Component returned fail...4005 > (NS_ERROR_FAILURE)", result=2147500037, more...} > When I use my colleagues' FireFox, these test succeed always. > It's because of my local environment setting.. > I've re-installed FireFox, but the situation didn't change. > > Thanks, > Koji > > On Thu, Oct 13, 2011 at 3:21 PM, CGS wrote: >> Hi, >> >> Try to add manually the two databases and see what is happening. >> >> Cheers, >> CGS >> >> >> On 10/12/2011 11:29 PM, Koji Kawamura wrote: >>> Excuse me, I made a mistake with the title I followed. >>> I followed this one, >>> "Building CouchDB from source (with standard packages only)" >>> >>> On Thu, Oct 13, 2011 at 6:25 AM, Koji Kawamura >>> wrote: >>>> Hi, >>>> >>>> I've been trying to pass all tests but I still get failed. >>>> >>>> I installed CouchDB 1.1.0 from tarball following to this installation >>>> guide. >>>> "Building CouchDB from source (with EPEL packages)" >>>> http://wiki.apache.org/couchdb/Installing_on_RHEL5 >>>> >>>> I'm using CentOS 5.7 as a VM hosted on Windows 7. >>>> >>>> When I run the test suites from FireFox 5.0, >>>> I got these failures: >>>> >>>> >>>> attachment_paths error 4700ms >>>> Exception raised: {} >>>> >>>> form_submit error 415ms >>>> Exception raised: {} >>>> >>>> invalid_docids error 836ms >>>> Exception raised: {} >>>> >>>> oauth error 10849ms >>>> Exception raised: {"error":"db_not_found","reason":"could not open >>>> http://couchdb:5984/test_suite_db_a/"} >>>> >>>> replication error 17703ms >>>> Exception raised: {"error":"db_not_found","reason":"could not open >>>> http://couchdb:5984/test_suite_db_b/"} >>>> >>>> replicator_db error 10891ms >>>> Assertion failed: copy !== null >>>> Exception raised: {"message":"copy is >>>> >>>> null","fileName":"http://couchdb:5984/_utils/script/couch_test_runner.js?0.11.0","lineNumber":143,"stack":"filtered_replication()@http://couchdb:5984/_utils/script/couch_test_runner.js?0.11.0:143\u000arun_on_modified_server([object >>>> >>>> Array],filtered_replication)@http://couchdb:5984/_utils/script/couch_test_runner.js?0.11.0:375\u000a(false)@http://couchdb:5984/_utils/script/couch_test_runner.js?0.11.0:737\u000arun(-2)@http://couchdb:5984/_utils/script/couch_test_runner.js?0.11.0:91\u000a"} >>>> >>>> security_validation error 17461ms >>>> Exception raised: {"error":"db_not_found","reason":"could not open >>>> http://couchdb:5984/test_suite_db_b/"} >>>> >>>> stats failure 40474ms >>>> Assertion 'triggered, "We managed to force a all_dbs_active >>>> error."' failed: We managed to force a all_dbs_active error. >>>> >>>> view_compaction failure 3616ms >>>> Assertion failed: resp.view_index.disk_size< disk_size_before_compact >>>> >>>> view_errors error 1890ms >>>> Exception raised: {} >>>> >>>> 69 of 69 test(s) run, 10 failures (634302 ms) >>>> >>>> Does anyone have the same experience and know a workaround for this? >>>> Any information is appreciated. >>>> >>>> Thanks, >>>> Koji >>>> >>