Catch Entries: 13 |
additional | |
Cause | Struct | additional | | code | | Detail | string | You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage). |
| ErrorCode | | Extended_Info | | ExtendedInfo | | Message | | StackTrace | string | lucee.runtime.exp.CustomTypeException: missing Fuse
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at main.templates.chesebrowines_stg630.parsed.homepage_showpage_cfm414$cf$1rv.call(/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm:18)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.templates.fusebox6.application_cfc$cf.udfCall1(/main/templates/fusebox6/Application.cfc:231)
at main.templates.fusebox6.application_cfc$cf.udfCall(/main/templates/fusebox6/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710)
at main.templates.fusebox6.fusebox6_cfm$cf.call(/main/templates/fusebox6/fusebox6.cfm:57)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.templates.chesebrowines_stg630.index_cfm$cf.call(/main/templates/chesebrowines-stg/index.cfm:8)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.cfcs.applicationglobal_cfc$cf$a3.udfCall1(/main/cfcs/ApplicationGlobal.cfc:520)
at main.cfcs.applicationglobal_cfc$cf$a3.udfCall(/main/cfcs/ApplicationGlobal.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381)
at lucee.runtime.engine.Request.exe(Request.java:43)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1127)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1073)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:486)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 16: <cfsavecontent variable="layout.main"><cfoutput><cfinclude template="../../#application.winery.directory#/homepage/dspHomepage.cfm"></cfoutput></cfsavecontent><br>
17: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is "dspHomepage.cfm"><br>
<b>18: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage)."></b><br>
19: <cfelse><cfrethrow></cfif></cfcatch></cftry><br>
20: <!--- davidejones do action="layouts.showhomepagelayout" ---><br>
|
| codePrintPlain | string | 16: <cfsavecontent variable="layout.main"><cfoutput><cfinclude template="../../#application.winery.directory#/homepage/dspHomepage.cfm"></cfoutput></cfsavecontent>
17: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is "dspHomepage.cfm">
18: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).">
19: <cfelse><cfrethrow></cfif></cfcatch></cftry>
20: <!--- davidejones do action="layouts.showhomepagelayout" --->
|
| column | | id | | line | | Raw_Trace | string | main.templates.chesebrowines_stg630.parsed.homepage_showpage_cfm414$cf$1rv.call(/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm:18) |
| template | string | /share/deployment/stg/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 229: ---><br>
230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"><br>
<b>231: <cfinclude template="#_parsedFileData.parsedFile#" /></b><br>
232: </cflock><br>
233: <cfcatch type="missinginclude"><br>
|
| codePrintPlain | string | 229: --->
230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30">
231: <cfinclude template="#_parsedFileData.parsedFile#" />
232: </cflock>
233: <cfcatch type="missinginclude">
|
| column | | id | | line | | Raw_Trace | string | main.templates.fusebox6.application_cfc$cf.udfCall1(/main/templates/fusebox6/Application.cfc:231) |
| template | string | /share/deployment/stg/main/templates/fusebox6/Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 55: </cftry><cfprocessingdirective suppresswhitespace="true"><br>
56: <cftry><br>
<b>57: <cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) /></b><br>
58: <cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) /><br>
59: <cfcatch type="any"><br>
|
| codePrintPlain | string | 55: </cftry><cfprocessingdirective suppresswhitespace="true">
56: <cftry>
57: <cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) />
58: <cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) />
59: <cfcatch type="any">
|
| column | | id | | line | | Raw_Trace | string | main.templates.fusebox6.fusebox6_cfm$cf.call(/main/templates/fusebox6/fusebox6.cfm:57) |
| template | string | /share/deployment/stg/main/templates/fusebox6/fusebox6.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/><br>
7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /><br>
<b>8: <cfinclude template="../fusebox6/fusebox6.cfm"></b><br>
|
| codePrintPlain | string | 6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/>
7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' />
8: <cfinclude template="../fusebox6/fusebox6.cfm">
|
| column | | id | | line | | Raw_Trace | string | main.templates.chesebrowines_stg630.index_cfm$cf.call(/main/templates/chesebrowines-stg/index.cfm:8) |
| template | string | /share/deployment/stg/main/templates/chesebrowines-stg/index.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 518: <br>
519: <!--- render target page into a variable for manipulation ---><br>
<b>520: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent></b><br>
521: <br>
522: <!--- seo required meta tags ---><br>
|
| codePrintPlain | string | 518:
519: <!--- render target page into a variable for manipulation --->
520: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent>
521:
522: <!--- seo required meta tags --->
|
| column | | id | | line | | Raw_Trace | string | main.cfcs.applicationglobal_cfc$cf$a3.udfCall1(/main/cfcs/ApplicationGlobal.cfc:520) |
| template | string | /share/deployment/stg/main/cfcs/ApplicationGlobal.cfc |
| type | |
|
| type | string | fusebox.missingFuse |
|
|
code | |
Detail | string | You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage). |
|
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | |
name | |
rootCause | Struct | additional | | code | | Detail | string | You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage). |
| ErrorCode | | Extended_Info | | ExtendedInfo | | Message | | StackTrace | string | lucee.runtime.exp.CustomTypeException: missing Fuse
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at main.templates.chesebrowines_stg630.parsed.homepage_showpage_cfm414$cf$1rv.call(/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm:18)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.templates.fusebox6.application_cfc$cf.udfCall1(/main/templates/fusebox6/Application.cfc:231)
at main.templates.fusebox6.application_cfc$cf.udfCall(/main/templates/fusebox6/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710)
at main.templates.fusebox6.fusebox6_cfm$cf.call(/main/templates/fusebox6/fusebox6.cfm:57)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.templates.chesebrowines_stg630.index_cfm$cf.call(/main/templates/chesebrowines-stg/index.cfm:8)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.cfcs.applicationglobal_cfc$cf$a3.udfCall1(/main/cfcs/ApplicationGlobal.cfc:520)
at main.cfcs.applicationglobal_cfc$cf$a3.udfCall(/main/cfcs/ApplicationGlobal.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381)
at lucee.runtime.engine.Request.exe(Request.java:43)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1127)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1073)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:486)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 16: <cfsavecontent variable="layout.main"><cfoutput><cfinclude template="../../#application.winery.directory#/homepage/dspHomepage.cfm"></cfoutput></cfsavecontent><br>
17: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is "dspHomepage.cfm"><br>
<b>18: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage)."></b><br>
19: <cfelse><cfrethrow></cfif></cfcatch></cftry><br>
20: <!--- davidejones do action="layouts.showhomepagelayout" ---><br>
|
| codePrintPlain | string | 16: <cfsavecontent variable="layout.main"><cfoutput><cfinclude template="../../#application.winery.directory#/homepage/dspHomepage.cfm"></cfoutput></cfsavecontent>
17: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is "dspHomepage.cfm">
18: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).">
19: <cfelse><cfrethrow></cfif></cfcatch></cftry>
20: <!--- davidejones do action="layouts.showhomepagelayout" --->
|
| column | | id | | line | | Raw_Trace | string | main.templates.chesebrowines_stg630.parsed.homepage_showpage_cfm414$cf$1rv.call(/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm:18) |
| template | string | /share/deployment/stg/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 229: ---><br>
230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"><br>
<b>231: <cfinclude template="#_parsedFileData.parsedFile#" /></b><br>
232: </cflock><br>
233: <cfcatch type="missinginclude"><br>
|
| codePrintPlain | string | 229: --->
230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30">
231: <cfinclude template="#_parsedFileData.parsedFile#" />
232: </cflock>
233: <cfcatch type="missinginclude">
|
| column | | id | | line | | Raw_Trace | string | main.templates.fusebox6.application_cfc$cf.udfCall1(/main/templates/fusebox6/Application.cfc:231) |
| template | string | /share/deployment/stg/main/templates/fusebox6/Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 55: </cftry><cfprocessingdirective suppresswhitespace="true"><br>
56: <cftry><br>
<b>57: <cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) /></b><br>
58: <cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) /><br>
59: <cfcatch type="any"><br>
|
| codePrintPlain | string | 55: </cftry><cfprocessingdirective suppresswhitespace="true">
56: <cftry>
57: <cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) />
58: <cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) />
59: <cfcatch type="any">
|
| column | | id | | line | | Raw_Trace | string | main.templates.fusebox6.fusebox6_cfm$cf.call(/main/templates/fusebox6/fusebox6.cfm:57) |
| template | string | /share/deployment/stg/main/templates/fusebox6/fusebox6.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/><br>
7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /><br>
<b>8: <cfinclude template="../fusebox6/fusebox6.cfm"></b><br>
|
| codePrintPlain | string | 6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/>
7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' />
8: <cfinclude template="../fusebox6/fusebox6.cfm">
|
| column | | id | | line | | Raw_Trace | string | main.templates.chesebrowines_stg630.index_cfm$cf.call(/main/templates/chesebrowines-stg/index.cfm:8) |
| template | string | /share/deployment/stg/main/templates/chesebrowines-stg/index.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 518: <br>
519: <!--- render target page into a variable for manipulation ---><br>
<b>520: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent></b><br>
521: <br>
522: <!--- seo required meta tags ---><br>
|
| codePrintPlain | string | 518:
519: <!--- render target page into a variable for manipulation --->
520: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent>
521:
522: <!--- seo required meta tags --->
|
| column | | id | | line | | Raw_Trace | string | main.cfcs.applicationglobal_cfc$cf$a3.udfCall1(/main/cfcs/ApplicationGlobal.cfc:520) |
| template | string | /share/deployment/stg/main/cfcs/ApplicationGlobal.cfc |
| type | |
|
| type | string | fusebox.missingFuse |
|
|
StackTrace | string | lucee.runtime.exp.CustomTypeException: missing Fuse
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at main.templates.chesebrowines_stg630.parsed.homepage_showpage_cfm414$cf$1rv.call(/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm:18)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.templates.fusebox6.application_cfc$cf.udfCall1(/main/templates/fusebox6/Application.cfc:231)
at main.templates.fusebox6.application_cfc$cf.udfCall(/main/templates/fusebox6/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710)
at main.templates.fusebox6.fusebox6_cfm$cf.call(/main/templates/fusebox6/fusebox6.cfm:57)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.templates.chesebrowines_stg630.index_cfm$cf.call(/main/templates/chesebrowines-stg/index.cfm:8)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818)
at main.cfcs.applicationglobal_cfc$cf$a3.udfCall1(/main/cfcs/ApplicationGlobal.cfc:520)
at main.cfcs.applicationglobal_cfc$cf$a3.udfCall(/main/cfcs/ApplicationGlobal.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381)
at lucee.runtime.engine.Request.exe(Request.java:43)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1127)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1073)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:486)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 16: <cfsavecontent variable="layout.main"><cfoutput><cfinclude template="../../#application.winery.directory#/homepage/dspHomepage.cfm"></cfoutput></cfsavecontent><br>
17: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is "dspHomepage.cfm"><br>
<b>18: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage)."></b><br>
19: <cfelse><cfrethrow></cfif></cfcatch></cftry><br>
20: <!--- davidejones do action="layouts.showhomepagelayout" ---><br>
|
| codePrintPlain | string | 16: <cfsavecontent variable="layout.main"><cfoutput><cfinclude template="../../#application.winery.directory#/homepage/dspHomepage.cfm"></cfoutput></cfsavecontent>
17: <cfcatch type="missingInclude"><cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is "dspHomepage.cfm">
18: <cfthrow type="fusebox.missingFuse" message="missing Fuse" detail="You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).">
19: <cfelse><cfrethrow></cfif></cfcatch></cftry>
20: <!--- davidejones do action="layouts.showhomepagelayout" --->
|
| column | | id | | line | | Raw_Trace | string | main.templates.chesebrowines_stg630.parsed.homepage_showpage_cfm414$cf$1rv.call(/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm:18) |
| template | string | /share/deployment/stg/main/templates/chesebrowines-stg/parsed/homepage.showpage.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 229: ---><br>
230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"><br>
<b>231: <cfinclude template="#_parsedFileData.parsedFile#" /></b><br>
232: </cflock><br>
233: <cfcatch type="missinginclude"><br>
|
| codePrintPlain | string | 229: --->
230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30">
231: <cfinclude template="#_parsedFileData.parsedFile#" />
232: </cflock>
233: <cfcatch type="missinginclude">
|
| column | | id | | line | | Raw_Trace | string | main.templates.fusebox6.application_cfc$cf.udfCall1(/main/templates/fusebox6/Application.cfc:231) |
| template | string | /share/deployment/stg/main/templates/fusebox6/Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 55: </cftry><cfprocessingdirective suppresswhitespace="true"><br>
56: <cftry><br>
<b>57: <cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) /></b><br>
58: <cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) /><br>
59: <cfcatch type="any"><br>
|
| codePrintPlain | string | 55: </cftry><cfprocessingdirective suppresswhitespace="true">
56: <cftry>
57: <cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) />
58: <cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) />
59: <cfcatch type="any">
|
| column | | id | | line | | Raw_Trace | string | main.templates.fusebox6.fusebox6_cfm$cf.call(/main/templates/fusebox6/fusebox6.cfm:57) |
| template | string | /share/deployment/stg/main/templates/fusebox6/fusebox6.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/><br>
7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /><br>
<b>8: <cfinclude template="../fusebox6/fusebox6.cfm"></b><br>
|
| codePrintPlain | string | 6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/>
7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' />
8: <cfinclude template="../fusebox6/fusebox6.cfm">
|
| column | | id | | line | | Raw_Trace | string | main.templates.chesebrowines_stg630.index_cfm$cf.call(/main/templates/chesebrowines-stg/index.cfm:8) |
| template | string | /share/deployment/stg/main/templates/chesebrowines-stg/index.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 518: <br>
519: <!--- render target page into a variable for manipulation ---><br>
<b>520: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent></b><br>
521: <br>
522: <!--- seo required meta tags ---><br>
|
| codePrintPlain | string | 518:
519: <!--- render target page into a variable for manipulation --->
520: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent>
521:
522: <!--- seo required meta tags --->
|
| column | | id | | line | | Raw_Trace | string | main.cfcs.applicationglobal_cfc$cf$a3.udfCall1(/main/cfcs/ApplicationGlobal.cfc:520) |
| template | string | /share/deployment/stg/main/cfcs/ApplicationGlobal.cfc |
| type | |
|
|
type | string | fusebox.missingFuse |
|