| struct |
| Detail |
Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, 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.
|
| Message |
Could not find the included template /layout/sections/mobile-top-bar.cfm.
|
| MissingFileName |
/layout/sections/mobile-top-bar.cfm
|
| StackTrace |
coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template /layout/sections/mobile-top-bar.cfm.
at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:450)
at cfskin_sdc_updates_page2ecfm1790367392.runPage(E:\ftphome\sdcwww\templates\server\skin_sdc_updates_page.cfm:6)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:330)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:5083)
at cfpage2dprocess2ecfm432548191.runPage(E:\ftphome\sdcwww\templates\server\page-process.cfm:177)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:5083)
at cfApplication2ecfm22679609._factor19(E:\ftphome\sdcwww\Application.cfm:974)
at cfApplication2ecfm22679609._factor21(E:\ftphome\sdcwww\Application.cfm:349)
at cfApplication2ecfm22679609._factor22(E:\ftphome\sdcwww\Application.cfm:1)
at cfApplication2ecfm22679609.runPage(E:\ftphome\sdcwww\Application.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:251)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:489)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:162)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:97)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:231)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:142)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:142)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:88)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:452)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:935)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1831)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:973)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:491)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:842)
|
| Suppressed |
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
6
|
| RAW_TRACE |
at cfskin_sdc_updates_page2ecfm1790367392.runPage(E:\ftphome\sdcwww\templates\server\skin_sdc_updates_page.cfm:6)
|
| TEMPLATE |
E:\ftphome\sdcwww\templates\server\skin_sdc_updates_page.cfm
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CFMODULE
|
| LINE |
177
|
| RAW_TRACE |
at cfpage2dprocess2ecfm432548191.runPage(E:\ftphome\sdcwww\templates\server\page-process.cfm:177)
|
| TEMPLATE |
E:\ftphome\sdcwww\templates\server\page-process.cfm
|
| TYPE |
CFML
|
|
| 3 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
974
|
| RAW_TRACE |
at cfApplication2ecfm22679609._factor19(E:\ftphome\sdcwww\Application.cfm:974)
|
| TEMPLATE |
E:\ftphome\sdcwww\Application.cfm
|
| TYPE |
CFML
|
|
| 4 |
| struct |
| COLUMN |
0
|
| ID |
CF_APPLICATION
|
| LINE |
349
|
| RAW_TRACE |
at cfApplication2ecfm22679609._factor21(E:\ftphome\sdcwww\Application.cfm:349)
|
| TEMPLATE |
E:\ftphome\sdcwww\Application.cfm
|
| TYPE |
CFML
|
|
| 5 |
| struct |
| COLUMN |
0
|
| ID |
CF_APPLICATION
|
| LINE |
1
|
| RAW_TRACE |
at cfApplication2ecfm22679609._factor22(E:\ftphome\sdcwww\Application.cfm:1)
|
| TEMPLATE |
E:\ftphome\sdcwww\Application.cfm
|
| TYPE |
CFML
|
|
| 6 |
| struct |
| COLUMN |
0
|
| ID |
CF_APPLICATION
|
| LINE |
1
|
| RAW_TRACE |
at cfApplication2ecfm22679609.runPage(E:\ftphome\sdcwww\Application.cfm:1)
|
| TEMPLATE |
E:\ftphome\sdcwww\Application.cfm
|
| TYPE |
CFML
|
|
|
| TagName |
CFINCLUDE
|
| Type |
MissingInclude
|