Skip to main content
April 9, 2008
Question

Getting Error When using FCKEDITOR

  • April 9, 2008
  • 2 replies
  • 3275 views
The server didn't reply with a proper XML file

Check your configuration.

The server didn't send back a proper XML response.



Requested URL: http://127.0.0.1:8500/CFIDE/scripts/ajax/FCKEditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F

Response text:

<head><title>JRun Servlet Error</title></head><h1>404 </h1><body>

<pre>

/CFIDE/scripts/ajax/FCKEditor/editor/filemanager/browser/default/connectors/asp/connector.asp</pre><br><pre>

java.io.FileNotFoundException: /CFIDE/scripts/ajax/FCKEditor/editor/filemanager/browser/default/connectors/asp/connector.asp

at jrun.servlet.file.FileServlet.service(FileServlet.java:349)

at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)

at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)

at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)

at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)

at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)

at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)

at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)

at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


So please anybody guide me for this.I am really surprised why it going to take asp code?


Thank You,

Jay Pandya
jaypandya28@gmail.com
919327335288
    This topic has been closed for replies.

    2 replies

    Participant
    August 12, 2009

    Jay,

    This happens with the wrong connectors are selected in the fckeditor.js file. Here's a tutorial about installing FCKEditor for a ColdFusion site and how to call and POST data collected in a FCKEditor enabled form.

    FCKEditor Installation

    Thanks,

    Jon C.

    Participating Frequently
    April 16, 2008
    Can you provide the code for your form?