Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Hitting an error in Firefox 3.0.3 that is unexplainable, and its not there in 3.5.2.

more options

Running my application that I am developing (runs with 2-way SSL, Spring, DWR, Ext, and JBOSS) In Firefox 3.0.3, I am seeing this error intermittently: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js :: FP_onStartRequest :: line 1440" data: no] file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js Line 1440 on connections to the server ; but I do not see it in Firefox 3.5.2. What bugs have been fixed between the two versions? I need this information so I can provide it to my customer. I am developing a web app that is supposed to support both versions of FireFox.

Running my application that I am developing (runs with 2-way SSL, Spring, DWR, Ext, and JBOSS) In Firefox 3.0.3, I am seeing this error intermittently: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js :: FP_onStartRequest :: line 1440" data: no] file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js Line 1440 on connections to the server ; but I do not see it in Firefox 3.5.2. What bugs have been fixed between the two versions? I need this information so I can provide it to my customer. I am developing a web app that is supposed to support both versions of FireFox.

Alle Antworten (1)

more options

Whenever I hit the problem in FF 3.0.3, my application stops working. Its like I hit a connection timeout. Closing the browser down and starting over, everything seems to work.