Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringvariable [BODY] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: variable [BODY] doesn't exist at lucee.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:270) at lucee.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:210) at lucee.runtime.PageContextImpl.us(PageContextImpl.java:1314) at view.layout.lay_body_cfm$cf.call(/view/layout/lay_body.cfm:9) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1124) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1018) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:999) at view.layout.lay_template_cfm$cf.call(/view/layout/lay_template.cfm:41) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1124) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1018) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:999) at parsed.main_tournament_results_cfm950$cf$1em3.call(/parsed/main.tournament-results.cfm:32) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1124) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1018) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:999) at fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:228) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:117) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:362) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:851) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2267) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:503) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:238) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2814) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2801) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2772) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1233) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1190) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:99) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:41) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) 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:341) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1272) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1801) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string7: &lt;div&nbsp;id=&quot;content&quot;&gt;<br> 8: &lt;br&nbsp;/&gt;&lt;br&nbsp;/&gt;<br> <b>9: &nbsp;&nbsp;&nbsp;&lt;cfoutput&gt;#body#&lt;/cfoutput&gt;</b><br> 10: &lt;/div&gt;<br> 11: &lt;/CFIF&gt;<br>
codePrintPlain
string7: <div id="content"> 8: <br /><br /> 9: <cfoutput>#body#</cfoutput> 10: </div> 11: </CFIF>
column
number0
id
string??
line
number9
Raw_Trace
stringview.layout.lay_body_cfm$cf.call(/view/layout/lay_body.cfm:9)
template
string/home/chessfocus/public_html/view/layout/lay_body.cfm
type
stringcfml
2
Struct
codePrintHTML
string39: &lt;div&nbsp;id=&quot;container&quot;&gt;<br> 40: &lt;cfinclude&nbsp;template=&quot;lay_header.cfm&quot;&gt;<br> <b>41: &lt;cfinclude&nbsp;template=&quot;lay_body.cfm&quot;&gt;</b><br> 42: &lt;CFIF&nbsp;attributes.go&nbsp;NEQ&nbsp;'main.welcome'&gt;&lt;cfinclude&nbsp;template=&quot;lay_sidebar.cfm&quot;&gt;&lt;/CFIF&gt;<br> 43: &lt;cfinclude&nbsp;template=&quot;lay_footer.cfm&quot;&gt;<br>
codePrintPlain
string39: <div id="container"> 40: <cfinclude template="lay_header.cfm"> 41: <cfinclude template="lay_body.cfm"> 42: <CFIF attributes.go NEQ 'main.welcome'><cfinclude template="lay_sidebar.cfm"></CFIF> 43: <cfinclude template="lay_footer.cfm">
column
number0
id
string??
line
number41
Raw_Trace
stringview.layout.lay_template_cfm$cf.call(/view/layout/lay_template.cfm:41)
template
string/home/chessfocus/public_html/view/layout/lay_template.cfm
type
stringcfml
3
Struct
codePrintHTML
string30: &lt;cfset&nbsp;myFusebox.thisFuseaction&nbsp;=&nbsp;&quot;mainLayout&quot;&gt;<br> 31: &lt;cftry&gt;<br> <b>32: &lt;cfoutput&gt;&lt;cfinclude&nbsp;template=&quot;../view/layout/lay_template.cfm&quot;&gt;&lt;/cfoutput&gt;</b><br> 33: &lt;cfcatch&nbsp;type=&quot;missingInclude&quot;&gt;&lt;cfif&nbsp;len(cfcatch.MissingFileName)&nbsp;gte&nbsp;16&nbsp;and&nbsp;right(cfcatch.MissingFileName,16)&nbsp;is&nbsp;&quot;lay_template.cfm&quot;&gt;<br> 34: &lt;cfthrow&nbsp;type=&quot;fusebox.missingFuse&quot;&nbsp;message=&quot;missing&nbsp;Fuse&quot;&nbsp;detail=&quot;You&nbsp;tried&nbsp;to&nbsp;include&nbsp;a&nbsp;fuse&nbsp;lay_template.cfm&nbsp;in&nbsp;circuit&nbsp;layout&nbsp;which&nbsp;does&nbsp;not&nbsp;exist&nbsp;(from&nbsp;fuseaction&nbsp;layout.mainLayout).&quot;&gt;<br>
codePrintPlain
string30: <cfset myFusebox.thisFuseaction = "mainLayout"> 31: <cftry> 32: <cfoutput><cfinclude template="../view/layout/lay_template.cfm"></cfoutput> 33: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 16 and right(cfcatch.MissingFileName,16) is "lay_template.cfm"> 34: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse lay_template.cfm in circuit layout which does not exist (from fuseaction layout.mainLayout).">
column
number0
id
string??
line
number32
Raw_Trace
stringparsed.main_tournament_results_cfm950$cf$1em3.call(/parsed/main.tournament-results.cfm:32)
template
string/home/chessfocus/public_html/parsed/main.tournament-results.cfm
type
stringcfml
4
Struct
codePrintHTML
string226: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---&gt;<br> 227: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cflock&nbsp;name=&quot;#_parsedFileData.lockName#&quot;&nbsp;type=&quot;readonly&quot;&nbsp;timeout=&quot;30&quot;&gt;<br> <b>228: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#_parsedFileData.parsedFile#&quot;&nbsp;/&gt;</b><br> 229: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cflock&gt;<br> 230: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfcatch&nbsp;type=&quot;missinginclude&quot;&gt;<br>
codePrintPlain
string226: ---> 227: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"> 228: <cfinclude template="#_parsedFileData.parsedFile#" /> 229: </cflock> 230: <cfcatch type="missinginclude">
column
number0
id
string??
line
number228
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:228)
template
string/home/chessfocus/public_html/fusebox5/Application.cfc
type
stringcfml
type
stringexpression