Skip to main content
Participant
February 5, 2007
Question

"There are no more files"

  • February 5, 2007
  • 1 reply
  • 577 views
Somehow recently a server we had setup as a backup server for CF quit working Errors on the sites that the DSNs did not exist and I could not access CF Admin. I am not sure what caused it but even going to CF Admin would give an error message "There are no more files
-1 : Unable to display error's location in a CFML template." I haven't had any luck fidning a solution to this issue. I have tried uninstalling/reinstalling CF 7.0.2, including deleting all traces of CF from the registry and re-booting before re-installing. This is running on W2k3 SP1 and IIS 6.0. I am out of ideas and ready to simply wipe the entire server and start over even if it is remote and would take awhile to re-upload everything.
    This topic has been closed for replies.

    1 reply

    DessimisAuthor
    Participant
    February 5, 2007
    Upon Further Inspection the application.log has this:
    "Error","jrpp-5","02/05/07","13:55:38","cfadmin","There are no more files The specific sequence of files included or processed is: C:\sites\web\CFIDE\administrator\index.cfm, line: 148 "

    Line repeated multiple times only the timestamp is different.
    Also in the exception.log, I see this (also repeated)
    "Error","jrpp-5","02/05/07","13:55:38","cfadmin","There are no more files The specific sequence of files included or processed is: C:\sites\web\CFIDE\administrator\index.cfm, line: 148 "

    java.io.IOException: There are no more files

    at java.io.WinNTFileSystem.canonicalize0(Native Method)

    at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:333)

    at java.io.File.getCanonicalPath(File.java:513)

    at coldfusion.compiler.NeoTranslationContext.getPageReader(NeoTranslationContext.java:579)

    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:260)

    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106)

    at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282)

    at coldfusion.util.LruCache.get(LruCache.java:188)

    at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:223)

    at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)

    at coldfusion.util.SoftCache.get(SoftCache.java:81)

    at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:422)

    at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:704)

    at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:685)

    at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:283)

    at cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator\Application.cfm:148)

    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)

    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)

    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)

    at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)

    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172)

    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)

    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)

    at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)

    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)

    at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)

    at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)

    at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)

    at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)

    at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)

    at coldfusion.CfmServlet.service(CfmServlet.java:107)

    at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)

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

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

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

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

    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)

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

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

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

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