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

WEB-INF/exception/coldfusion/runtime/MissingIncludeException.cfm

Guest
Oct 29, 2008 Oct 29, 2008
hi,

We are using CFMX 6.1 and at times we face strange issue. Applications start throwing Internal Server Error - 500 and on re-starting Coldfusion application server they work fine. On analyzing server logs below details were found:

Application Log:
"Error","jrpp-2132352","10/27/08","18:35:32","CCMS","Could not find the included template err_msg_db_rep.cfm.Note: If you wish to use an absolute template path (e.g. TEMPLATE=""/mypath/index.cfm"") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE=""index.cfm"" or TEMPLATE=""../index.cfm"") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible. The specific sequence of files included or processed is: ............../webroot/cf/htdocs/ccms/courses2_adm.cfm "
"Error","jrpp-2132352","10/27/08","18:35:32",,"Exception thrown by error-handling template:"
"Error","jrpp-2132352","10/27/08","18:35:32",," The specific sequence of files included or processed is: ............../webroot/cf/htdocs/WEB-INF/exception/coldfusion/runtime/MissingIncludeException.cfm "

Exception log:
"Error","jrpp-2424755","10/27/08","18:35:32","CCMS","Could not find the included template err_msg_db_rep.cfm.Note: If you wish to use an absolute template path (e.g. TEMPLATE=""/mypath/index.cfm"") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE=""index.cfm"" or TEMPLATE=""../index.cfm"") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible. The specific sequence of files included or processed is: ............../webroot/cf/htdocs/ccms/courses2_adm.cfm "
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template err_msg_db_rep.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:283)
at cfcourses2_adm2ecfm1199227113.runPage(............../webroot/cf/htdocs/ccms/courses2_adm.cfm:336)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
"Error","jrpp-2424755","10/27/08","18:35:32",," The specific sequence of files included or processed is: ............../webroot/cf/htdocs/WEB-INF/exception/coldfusion/runtime/MissingIncludeException.cfm "
java.lang.NullPointerException
"Error","jrpp-2132352","10/27/08","18:35:32","CCMS","Could not find the included template err_msg_db_rep.cfm.Note: If you wish to use an absolute template path (e.g. TEMPLATE=""/mypath/index.cfm"") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE=""index.cfm"" or TEMPLATE=""../index.cfm"") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible. The specific sequence of files included or processed is: ............../webroot/cf/htdocs/ccms/courses2_adm.cfm "
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template err_msg_db_rep.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:283)
at cfcourses2_adm2ecfm1199227113.runPage(/opt/customer/apps/sun-82/webroot/cf/htdocs/ccms/courses2_adm.cfm:336)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


Please help me resolve this issue.

Thanks!!!
1.2K
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
New Here ,
Apr 27, 2009 Apr 27, 2009
LATEST

I believe I am experiencing a similar issue. Things will be working fine and then occasionally an included file cannot be found.

Once the issue occurs the included file will continue to be "missing" until a restart of the Cold Fusion Application service fixes the problem.

Editing the "missing" file also resolves the issue without restarting the service.

This leads me to believe cache or class files get munched and touching the mod date on the file somehow makes CF look for it again.

Using CFMX7 w/ IIS6. Also saw this on CFMX6, but less frequent.

Anyone figure this one out?

Any suggestions if not?

Thanks.

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