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

Error "jrpp-365"

Explorer ,
Sep 23, 2010 Sep 23, 2010

I am using a time out popup to ask the users whether they would like to continue in the site. So this time out popup is shown using ajax. But sometimes it is showing an error alert like this. Here the reason is shown as Unknown. And by Ajax I am calling a function in the logoutcontroller.cfc.

Error.JPG

So I just had a peep to the exception log and I saw this error got logged..

"Error","jrpp-365","11/30/09","14:19:04",,"File not found: /CFIDE/scripts/ajax/ext/build/stax.cfm The specific sequence of files included or processed is: C:\CFusion8\wwwroot\CFIDE\scripts\ajax\ext\build\stax.cfm'' "

So how can I trace this out? Please HELP!!!

Thanks In Advance!!!

442
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
LEGEND ,
Sep 23, 2010 Sep 23, 2010

I don't have a /CFIDE/scripts/ajax/ext/build/stax.cfm file in my CF8 install.  Is this one of your own files?  And is the file in there?  If not, is this a case of you not pathing your URLs properly, so the request is looking for the file in the wrong place?

--

Adam

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
Explorer ,
Sep 23, 2010 Sep 23, 2010
LATEST

Hey.. Thank You so much for responding... Actually there is no such file in that path. No such call is not written in the code also. This error is caused when an ajax call is made using cfajaxproxy. This call is made to a function in the file logoutcontroller.cfc. No other call is made.

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