From user-return-4010-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Mar 12 13:50:26 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 75653 invoked from network); 12 Mar 2009 13:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 13:50:26 -0000 Received: (qmail 46083 invoked by uid 500); 12 Mar 2009 13:50:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45705 invoked by uid 500); 12 Mar 2009 13:50:19 -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 45694 invoked by uid 99); 12 Mar 2009 13:50:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 06:50:19 -0700 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of menhelvete@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 13:50:08 +0000 Received: by fg-out-1718.google.com with SMTP id 19so112157fgg.3 for ; Thu, 12 Mar 2009 06:49:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:references :in-reply-to:subject:date:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:x-mailer :x-mimeole; bh=W6bEfxFW3xfgDZtypcuzZnx2DcfbuI6Cqbsai7GJ4kc=; b=qYN77QRYd7vIQgiuALoo8yzcWjvkT0l0kI9E7qpc7Ipyqvx9fLdNF8JUWWjHqdgj8Q GwONASnNLZTwVMUZztoRFlyzVP//zWuQ0xEzpdAg+c01zLSeFXKDY4WJlWqQmQwrRZA7 QIiyJEcwo9oeyWOSZgofQu+VE3TkCAJ1Xuz9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:references:in-reply-to:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; b=H2h6PdLG6Xz9jeb9/+WJLrxo67Tv+KANZR1RztfeM3Naw46WppET8VYPe8Zufo3Vfh yJT9OIuB7Fj6HhF/uT7MOND+gSaafmEDnoJyR3WOKg+mZXsbsGLOr/V18eS8c1gdRK8i px1DdTMpY57C+hAieWNZigDg295FH6SHT0Mig= Received: by 10.86.91.3 with SMTP id o3mr10743fgb.3.1236865787553; Thu, 12 Mar 2009 06:49:47 -0700 (PDT) Received: from HP (c83-253-11-57.bredband.comhem.se [83.253.11.57]) by mx.google.com with ESMTPS id n10sm1302184mue.9.2009.03.12.06.49.46 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Mar 2009 06:49:46 -0700 (PDT) Message-ID: From: "Rickard Cardell" To: References: <49B81FB6.7040003@sil.org> In-Reply-To: <49B81FB6.7040003@sil.org> Subject: Re: Newbie: Can't Load Futon Date: Thu, 12 Mar 2009 14:49:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Virus-Checked: Checked by ClamAV on apache.org Hello! It could be an IPv6-thingy that is messing with you. Ping localhost to see if it really resolves to 127.0.0.1 and not to IPv6:s loopback address which is [::1]. In that case a small change in the hosts-file will sort it out: %WIN_DIR%\System32\drivers\etc\hosts Rickard ----- Original Message ----- From: "Steve Miller" To: "CouchDB Mailing List" Sent: Wednesday, March 11, 2009 9:31 PM Subject: Newbie: Can't Load Futon >I have installed CouchDB on Windows XP. In both Firefox and IE, I have > connected to the database with: > > http://localhost:5984/. > > I see displayed in the browser: > > {"couchdb":"Welcome","version":"0.0.0"} > > This was nice to see. Per the O'Reilly Getting Started book, I tried to > load Futon with the command: > > http://127.0.0.1:5984/_utils/ > > This produces the response: > > Not found. > > I'm not coming up with a way around this. > > Steve