Skip to main content
June 21, 2011
Question

CF 8 File Not Found Error...

  • June 21, 2011
  • 1 reply
  • 875 views

I'm running CF 8.01 on Apache 1.3 on Linux and seeing a bunch of these errors in the log that appear to correspond to times when the site appears to be hanging... The files are all there and the problem resolves itself usually after a minute. Any idea what could be causing this?

Jun 21, 2011  1:38 PM  Error  jrpp-6241 
File not found: /indext.cfm The specific sequence of files included or processed is: ''''
Jun 21, 2011  1:37 PM  Error  jrpp-6412 
File not found: /author.cfm The specific sequence of files included or processed is: ''''
Jun 21, 2011  1:37 PM  Error  jrpp-6131 
File not found: /indext.cfm The specific sequence of files included or processed is: ''''
Jun 21, 2011  1:37 PM  Error  jrpp-6447 
File not found: /indext.cfm The specific sequence of files included or processed is: ''''
Jun 21, 2011  1:37 PM  Error  jrpp-6376 
File not found: /indexlm.cfm The specific sequence of files included or processed is: ''''
Jun 21, 2011  1:37 PM  Error  jrpp-6105 
File not found: /indext.cfm The specific sequence of files included or processed is: ''''

"Error","jrpp-6523","06/21/11","13:37:55",,"File not found: /indext.cfm The specific sequence of files included or processed is: '''' "
coldfusion.runtime.TemplateNotFoundException: File not found: /indext.cfm
      at coldfusion.filter.PathFilter.invoke(PathFilter.java:65)
      at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
      at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
      at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
      at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
      at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
      at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
      at coldfusion.CfmServlet.service(CfmServlet.java:175)
      at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
      at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
      at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
      at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
      at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
      at jrun.servlet.FilterChain.service(FilterChain.java:101)
      at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
      at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
      at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
      at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
      at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
      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)

    This topic has been closed for replies.

    1 reply

    June 24, 2011

    Anyone?