Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Weird cfajaxproxy error

New Here ,
Jun 08, 2010 Jun 08, 2010

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

612
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 18, 2011 Jul 18, 2011
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources