From couchdb-user-return-1045-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sat Aug 16 19:25:58 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 63868 invoked from network); 16 Aug 2008 19:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2008 19:25:58 -0000 Received: (qmail 46972 invoked by uid 500); 16 Aug 2008 19:25:55 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 46939 invoked by uid 500); 16 Aug 2008 19:25:55 -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 46928 invoked by uid 99); 16 Aug 2008 19:25:55 -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:25:55 -0700 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.210.85.213] (HELO smtp1.nviznit.com) (206.210.85.213) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 16 Aug 2008 19:24:58 +0000 Received: from [192.168.0.129] (c-71-60-56-89.hsd1.pa.comcast.net [71.60.56.89]) by smtp1.nviznit.com (Postfix) with ESMTPSA id 2688D1BD625 for ; Sat, 16 Aug 2008 11:37:57 -0400 (EDT) Message-ID: <48A729A6.5050303@visn.biz> Date: Sat, 16 Aug 2008 15:25:26 -0400 From: Joel Reed User-Agent: Thunderbird 2.0.0.16 (X11/20080725) MIME-Version: 1.0 To: couchdb-user@incubator.apache.org Subject: Firefox3 and CouchDB 0.8.0 Content-Type: multipart/alternative; boundary="------------050001080703030802080304" X-Virus-Checked: Checked by ClamAV on apache.org --------------050001080703030802080304 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------050001080703030802080304--