You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Joel Reed <jo...@visn.biz> on 2008/08/16 21:25:26 UTC

Firefox3 and CouchDB 0.8.0

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




Re: Firefox3 and CouchDB 0.8.0

Posted by Joel Reed <jo...@visn.biz>.
Paul Davis wrote:
> Firefox 3.0.1 on OS X works fine.
>   
Further digging shows that Firefox 3.0.1 with Firebug 1.2b7 works. 
Previously, I had Firebug 1.2b4 installed.

Sorry for the noise.

jr

> On Sat, Aug 16, 2008 at 3:25 PM, Joel Reed <jo...@visn.biz> 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
>>
>>
>>
>>
>>     


Re: Firefox3 and CouchDB 0.8.0

Posted by Paul Davis <pa...@gmail.com>.
Firefox 3.0.1 on OS X works fine.

On Sat, Aug 16, 2008 at 3:25 PM, Joel Reed <jo...@visn.biz> 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
>
>
>
>