Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 64963 invoked from network); 16 Aug 2008 19:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2008 19:28:26 -0000 Received: (qmail 48098 invoked by uid 500); 16 Aug 2008 19:28:24 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 48061 invoked by uid 500); 16 Aug 2008 19:28:24 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 48050 invoked by uid 99); 16 Aug 2008 19:28:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 12:28:24 -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 (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 19:27:28 +0000 Received: by wr-out-0506.google.com with SMTP id c53so1533638wra.20 for ; Sat, 16 Aug 2008 12:27:39 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=6jfm3UEx2CaMvDAm2Gfv/xJ1eq3DFQQAt1eCshXymP8=; b=wOs7Goe9WEwNPtq504OdjHloyZiqhVRNH8hbmBvXi1Q0aJKyxtUrscoZBCC/QP/yQr cLRAFjX5+4zJjYjvCxngtGf3UE0r8yp1xlEJqp3KNofzAcu9/AVH/Fm2/QKiZE0MuJwV LFGw1IrySROtjF/yoa8O2d5J1vAj1jnfiDE3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RZcr0ktHTgc3tD4gfE3ZHXea6yojxGi5MbyPy0Nitwt3jGnKq5mdimMTpnEJY7ZufH NhBoQA+z63bhmf8/U+h3kTAOmwXw4fUvlLfpikOgjpzJMBObUx7UtbLRohTTuYjwSFyt wVMkiQNjkRV7vehvZDB/qY2o6O0+OkxzyFFfM= Received: by 10.90.94.2 with SMTP id r2mr5621723agb.60.1218914859511; Sat, 16 Aug 2008 12:27:39 -0700 (PDT) Received: by 10.100.154.5 with HTTP; Sat, 16 Aug 2008 12:27:39 -0700 (PDT) Message-ID: Date: Sat, 16 Aug 2008 15:27:39 -0400 From: "Paul Davis" To: couchdb-user@incubator.apache.org Subject: Re: Firefox3 and CouchDB 0.8.0 In-Reply-To: <48A729A6.5050303@visn.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48A729A6.5050303@visn.biz> X-Virus-Checked: Checked by ClamAV on apache.org Firefox 3.0.1 on OS X works fine. On Sat, Aug 16, 2008 at 3:25 PM, Joel Reed wrote: > I'm a brand new CouchDB user so I'm not sure if I'm doing something wrong, > or if there's a known issue with Firefox 3 but when I browse to: > > http://127.0.0.1:5984/_utils/index.html > > with Firefox 3 and view the console in Firebug I get: > > GET http://127.0.0.1:5984/ 75ms jquery.js?1.2.6 (line 2806) > GET http://127.0.0.1:5984/_all_dbs 73ms jquery.js?1.2.6 (line 2806) > [Exception... "Component is not available" nsresult: "0x80040111 > (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: > file:///usr/lib/firefox-3.0.1/components/nsSessionStore.js :: sss_saveState > :: line 1896" data: no] > this._writeFile(this._sessionFile, oState.toSource()); > nsSessionStore.js (line 1896) > > GET http://127.0.0.1:5984/_all_dbs 41ms jquery.js?1.2.6 (line 2806) > syntax error() > > which I think happens because on line 2806 of jquery.js it says: > > data = eval("(" + data + ")"); > > and unfortunately "data" is empty. > > If I use firefox2 I get no errors whatsoever and everything works great. > Just a heads up if this is not an known issue. > > I'm using 3.0.1 on Ubuntu Intrepid btw. > > jr > > > >