Copy link to clipboard
Copied
Hi,
I'm getting this weird error in my Java Console in Firefox.
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://localhost/CFIDE/scripts/ajax/package/cfajax.js :: anonymous :: line 147" data: no]
The page locks up for a couple of seconds and then this error shows up. Then I can continue using the website.
Does anyone know why or how to fix this?
Using:
IIS 6.0
Coldfusion 8.0.1
SQL 2005
Thanks for your time,
Justin
Copy link to clipboard
Copied
I am getting a similar error message.
"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: https://www.xxxxx.com/CFIDE/scripts/ajax/package/cfajax.js :: <TOP_LEVEL> :: line 147"
This was working before an SSL certificate was added to the site.
Using Coldfusion 8: cfajaxproxy:
<<file.cfm>>
<cfajaximport/>
<cfajaxproxy cfc="folder.customServices.services" jsclassname="jsobj" >
<<file.js>>
var cfcAsAjax = new jsobj();
aProcessMembershipReturn = cfcAsAjax.processMembership(arguments);
Is there something special that has to be done to make this work with https?
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more