'
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
code
string
Detail
stringYou tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringmissing Fuse
StackTrace
stringlucee.runtime.exp.CustomTypeException: missing Fuse at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at vinsuite_stg405.parsed.homepage_showpage_cfm414$cf$27u.call(/vinsuite-stg/parsed/homepage.showpage.cfm:18) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at fusebox6.application_cfc$cf.udfCall1(/fusebox6/Application.cfc:231) at fusebox6.application_cfc$cf.udfCall(/fusebox6/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at fusebox6.fusebox6_cfm$cf.call(/fusebox6/fusebox6.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at vinsuite_stg405.index_cfm$cf.call(/vinsuite-stg/index.cfm:8) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at __138.cfcs.applicationglobal_cfc$cf.udfCall1(../cfcs/ApplicationGlobal.cfc:609) at __138.cfcs.applicationglobal_cfc$cf.udfCall(../cfcs/ApplicationGlobal.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string16: &lt;cfsavecontent variable=&quot;layout.main&quot;&gt;&lt;cfoutput&gt;&lt;cfinclude template=&quot;../../#application.winery.directory#/homepage/dspHomepage.cfm&quot;&gt;&lt;/cfoutput&gt;&lt;/cfsavecontent&gt;<br> 17: &lt;cfcatch type=&quot;missingInclude&quot;&gt;&lt;cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is &quot;dspHomepage.cfm&quot;&gt;<br> <b>18: &lt;cfthrow type=&quot;fusebox.missingFuse&quot; message=&quot;missing Fuse&quot; detail=&quot;You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).&quot;&gt;</b><br> 19: &lt;cfelse&gt;&lt;cfrethrow&gt;&lt;/cfif&gt;&lt;/cfcatch&gt;&lt;/cftry&gt;<br> 20: &lt;!--- davidejones do action=&quot;layouts.showhomepagelayout&quot; ---&gt;<br>
codePrintPlain
string16: <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
number0
id
string??
line
number18
Raw_Trace
stringvinsuite_stg405.parsed.homepage_showpage_cfm414$cf$27u.call(/vinsuite-stg/parsed/homepage.showpage.cfm:18)
template
string/share/deployment/stg/main/templates/vinsuite-stg/parsed/homepage.showpage.cfm
type
stringcfml
2
Struct
codePrintHTML
string229: ---&gt;<br> 230: &lt;cflock name=&quot;#_parsedFileData.lockName#&quot; type=&quot;readonly&quot; timeout=&quot;30&quot;&gt;<br> <b>231: &lt;cfinclude template=&quot;#_parsedFileData.parsedFile#&quot; /&gt;</b><br> 232: &lt;/cflock&gt;<br> 233: &lt;cfcatch type=&quot;missinginclude&quot;&gt;<br>
codePrintPlain
string229: ---> 230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"> 231: <cfinclude template="#_parsedFileData.parsedFile#" /> 232: </cflock> 233: <cfcatch type="missinginclude">
column
number0
id
string??
line
number231
Raw_Trace
stringfusebox6.application_cfc$cf.udfCall1(/fusebox6/Application.cfc:231)
template
string/share/deployment/stg/main/templates/fusebox6/Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string55: &lt;/cftry&gt;&lt;cfprocessingdirective suppresswhitespace=&quot;true&quot;&gt;<br> 56: &lt;cftry&gt;<br> <b>57: &lt;cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) /&gt;</b><br> 58: &lt;cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) /&gt;<br> 59: &lt;cfcatch type=&quot;any&quot;&gt;<br>
codePrintPlain
string55: </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
number0
id
string??
line
number57
Raw_Trace
stringfusebox6.fusebox6_cfm$cf.call(/fusebox6/fusebox6.cfm:57)
template
string/share/deployment/stg/main/templates/fusebox6/fusebox6.cfm
type
stringcfml
4
Struct
codePrintHTML
string6: &lt;cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/&gt;<br> 7: &lt;cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /&gt;<br> <b>8: &lt;cfinclude template=&quot;../fusebox6/fusebox6.cfm&quot;&gt;</b><br>
codePrintPlain
string6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/> 7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /> 8: <cfinclude template="../fusebox6/fusebox6.cfm">
column
number0
id
string??
line
number8
Raw_Trace
stringvinsuite_stg405.index_cfm$cf.call(/vinsuite-stg/index.cfm:8)
template
string/share/deployment/stg/main/templates/vinsuite-stg/index.cfm
type
stringcfml
5
Struct
codePrintHTML
string607: <br> 608: &lt;!--- render target page into a variable for manipulation ---&gt;<br> <b>609: &lt;cfsavecontent variable=&quot;target_page&quot;&gt;&lt;cfinclude template=&quot;#Arguments.targetPage#&quot;&gt;&lt;/cfsavecontent&gt;</b><br> 610: <br> 611: &lt;!--- seo required meta tags ---&gt;<br>
codePrintPlain
string607: 608: <!--- render target page into a variable for manipulation ---> 609: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent> 610: 611: <!--- seo required meta tags --->
column
number0
id
string??
line
number609
Raw_Trace
string__138.cfcs.applicationglobal_cfc$cf.udfCall1(../cfcs/ApplicationGlobal.cfc:609)
template
string/share/deployment/stg/main/cfcs/ApplicationGlobal.cfc
type
stringcfml
type
stringfusebox.missingFuse
code
string
Detail
stringYou tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringmissing Fuse
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
code
string
Detail
stringYou tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringmissing Fuse
StackTrace
stringlucee.runtime.exp.CustomTypeException: missing Fuse at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at vinsuite_stg405.parsed.homepage_showpage_cfm414$cf$27u.call(/vinsuite-stg/parsed/homepage.showpage.cfm:18) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at fusebox6.application_cfc$cf.udfCall1(/fusebox6/Application.cfc:231) at fusebox6.application_cfc$cf.udfCall(/fusebox6/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at fusebox6.fusebox6_cfm$cf.call(/fusebox6/fusebox6.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at vinsuite_stg405.index_cfm$cf.call(/vinsuite-stg/index.cfm:8) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at __138.cfcs.applicationglobal_cfc$cf.udfCall1(../cfcs/ApplicationGlobal.cfc:609) at __138.cfcs.applicationglobal_cfc$cf.udfCall(../cfcs/ApplicationGlobal.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string16: &lt;cfsavecontent variable=&quot;layout.main&quot;&gt;&lt;cfoutput&gt;&lt;cfinclude template=&quot;../../#application.winery.directory#/homepage/dspHomepage.cfm&quot;&gt;&lt;/cfoutput&gt;&lt;/cfsavecontent&gt;<br> 17: &lt;cfcatch type=&quot;missingInclude&quot;&gt;&lt;cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is &quot;dspHomepage.cfm&quot;&gt;<br> <b>18: &lt;cfthrow type=&quot;fusebox.missingFuse&quot; message=&quot;missing Fuse&quot; detail=&quot;You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).&quot;&gt;</b><br> 19: &lt;cfelse&gt;&lt;cfrethrow&gt;&lt;/cfif&gt;&lt;/cfcatch&gt;&lt;/cftry&gt;<br> 20: &lt;!--- davidejones do action=&quot;layouts.showhomepagelayout&quot; ---&gt;<br>
codePrintPlain
string16: <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
number0
id
string??
line
number18
Raw_Trace
stringvinsuite_stg405.parsed.homepage_showpage_cfm414$cf$27u.call(/vinsuite-stg/parsed/homepage.showpage.cfm:18)
template
string/share/deployment/stg/main/templates/vinsuite-stg/parsed/homepage.showpage.cfm
type
stringcfml
2
Struct
codePrintHTML
string229: ---&gt;<br> 230: &lt;cflock name=&quot;#_parsedFileData.lockName#&quot; type=&quot;readonly&quot; timeout=&quot;30&quot;&gt;<br> <b>231: &lt;cfinclude template=&quot;#_parsedFileData.parsedFile#&quot; /&gt;</b><br> 232: &lt;/cflock&gt;<br> 233: &lt;cfcatch type=&quot;missinginclude&quot;&gt;<br>
codePrintPlain
string229: ---> 230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"> 231: <cfinclude template="#_parsedFileData.parsedFile#" /> 232: </cflock> 233: <cfcatch type="missinginclude">
column
number0
id
string??
line
number231
Raw_Trace
stringfusebox6.application_cfc$cf.udfCall1(/fusebox6/Application.cfc:231)
template
string/share/deployment/stg/main/templates/fusebox6/Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string55: &lt;/cftry&gt;&lt;cfprocessingdirective suppresswhitespace=&quot;true&quot;&gt;<br> 56: &lt;cftry&gt;<br> <b>57: &lt;cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) /&gt;</b><br> 58: &lt;cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) /&gt;<br> 59: &lt;cfcatch type=&quot;any&quot;&gt;<br>
codePrintPlain
string55: </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
number0
id
string??
line
number57
Raw_Trace
stringfusebox6.fusebox6_cfm$cf.call(/fusebox6/fusebox6.cfm:57)
template
string/share/deployment/stg/main/templates/fusebox6/fusebox6.cfm
type
stringcfml
4
Struct
codePrintHTML
string6: &lt;cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/&gt;<br> 7: &lt;cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /&gt;<br> <b>8: &lt;cfinclude template=&quot;../fusebox6/fusebox6.cfm&quot;&gt;</b><br>
codePrintPlain
string6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/> 7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /> 8: <cfinclude template="../fusebox6/fusebox6.cfm">
column
number0
id
string??
line
number8
Raw_Trace
stringvinsuite_stg405.index_cfm$cf.call(/vinsuite-stg/index.cfm:8)
template
string/share/deployment/stg/main/templates/vinsuite-stg/index.cfm
type
stringcfml
5
Struct
codePrintHTML
string607: <br> 608: &lt;!--- render target page into a variable for manipulation ---&gt;<br> <b>609: &lt;cfsavecontent variable=&quot;target_page&quot;&gt;&lt;cfinclude template=&quot;#Arguments.targetPage#&quot;&gt;&lt;/cfsavecontent&gt;</b><br> 610: <br> 611: &lt;!--- seo required meta tags ---&gt;<br>
codePrintPlain
string607: 608: <!--- render target page into a variable for manipulation ---> 609: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent> 610: 611: <!--- seo required meta tags --->
column
number0
id
string??
line
number609
Raw_Trace
string__138.cfcs.applicationglobal_cfc$cf.udfCall1(../cfcs/ApplicationGlobal.cfc:609)
template
string/share/deployment/stg/main/cfcs/ApplicationGlobal.cfc
type
stringcfml
type
stringfusebox.missingFuse
StackTrace
stringlucee.runtime.exp.CustomTypeException: missing Fuse at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at vinsuite_stg405.parsed.homepage_showpage_cfm414$cf$27u.call(/vinsuite-stg/parsed/homepage.showpage.cfm:18) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at fusebox6.application_cfc$cf.udfCall1(/fusebox6/Application.cfc:231) at fusebox6.application_cfc$cf.udfCall(/fusebox6/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775) at fusebox6.fusebox6_cfm$cf.call(/fusebox6/fusebox6.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at vinsuite_stg405.index_cfm$cf.call(/vinsuite-stg/index.cfm:8) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at __138.cfcs.applicationglobal_cfc$cf.udfCall1(../cfcs/ApplicationGlobal.cfc:609) at __138.cfcs.applicationglobal_cfc$cf.udfCall(../cfcs/ApplicationGlobal.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:673) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string16: &lt;cfsavecontent variable=&quot;layout.main&quot;&gt;&lt;cfoutput&gt;&lt;cfinclude template=&quot;../../#application.winery.directory#/homepage/dspHomepage.cfm&quot;&gt;&lt;/cfoutput&gt;&lt;/cfsavecontent&gt;<br> 17: &lt;cfcatch type=&quot;missingInclude&quot;&gt;&lt;cfif len(cfcatch.MissingFileName) gte 15 and right(cfcatch.MissingFileName,15) is &quot;dspHomepage.cfm&quot;&gt;<br> <b>18: &lt;cfthrow type=&quot;fusebox.missingFuse&quot; message=&quot;missing Fuse&quot; detail=&quot;You tried to include a fuse dspHomepage.cfm in circuit homepage which does not exist (from fuseaction homepage.showpage).&quot;&gt;</b><br> 19: &lt;cfelse&gt;&lt;cfrethrow&gt;&lt;/cfif&gt;&lt;/cfcatch&gt;&lt;/cftry&gt;<br> 20: &lt;!--- davidejones do action=&quot;layouts.showhomepagelayout&quot; ---&gt;<br>
codePrintPlain
string16: <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
number0
id
string??
line
number18
Raw_Trace
stringvinsuite_stg405.parsed.homepage_showpage_cfm414$cf$27u.call(/vinsuite-stg/parsed/homepage.showpage.cfm:18)
template
string/share/deployment/stg/main/templates/vinsuite-stg/parsed/homepage.showpage.cfm
type
stringcfml
2
Struct
codePrintHTML
string229: ---&gt;<br> 230: &lt;cflock name=&quot;#_parsedFileData.lockName#&quot; type=&quot;readonly&quot; timeout=&quot;30&quot;&gt;<br> <b>231: &lt;cfinclude template=&quot;#_parsedFileData.parsedFile#&quot; /&gt;</b><br> 232: &lt;/cflock&gt;<br> 233: &lt;cfcatch type=&quot;missinginclude&quot;&gt;<br>
codePrintPlain
string229: ---> 230: <cflock name="#_parsedFileData.lockName#" type="readonly" timeout="30"> 231: <cfinclude template="#_parsedFileData.parsedFile#" /> 232: </cflock> 233: <cfcatch type="missinginclude">
column
number0
id
string??
line
number231
Raw_Trace
stringfusebox6.application_cfc$cf.udfCall1(/fusebox6/Application.cfc:231)
template
string/share/deployment/stg/main/templates/fusebox6/Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string55: &lt;/cftry&gt;&lt;cfprocessingdirective suppresswhitespace=&quot;true&quot;&gt;<br> 56: &lt;cftry&gt;<br> <b>57: &lt;cfset __fuseboxAppCfc.onRequest(CGI.SCRIPT_NAME) /&gt;</b><br> 58: &lt;cfset __fuseboxAppCfc.onRequestEnd(CGI.SCRIPT_NAME) /&gt;<br> 59: &lt;cfcatch type=&quot;any&quot;&gt;<br>
codePrintPlain
string55: </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
number0
id
string??
line
number57
Raw_Trace
stringfusebox6.fusebox6_cfm$cf.call(/fusebox6/fusebox6.cfm:57)
template
string/share/deployment/stg/main/templates/fusebox6/fusebox6.cfm
type
stringcfml
4
Struct
codePrintHTML
string6: &lt;cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/&gt;<br> 7: &lt;cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /&gt;<br> <b>8: &lt;cfinclude template=&quot;../fusebox6/fusebox6.cfm&quot;&gt;</b><br>
codePrintPlain
string6: <cfset FUSEBOX_PARAMETERS['errortemplatesPath'] = '../_base3fb/errortemplates/'/> 7: <cfset FUSEBOX_PARAMETERS['customparseRootPath'] = '../../##application.winery.directory##/' /> 8: <cfinclude template="../fusebox6/fusebox6.cfm">
column
number0
id
string??
line
number8
Raw_Trace
stringvinsuite_stg405.index_cfm$cf.call(/vinsuite-stg/index.cfm:8)
template
string/share/deployment/stg/main/templates/vinsuite-stg/index.cfm
type
stringcfml
5
Struct
codePrintHTML
string607: <br> 608: &lt;!--- render target page into a variable for manipulation ---&gt;<br> <b>609: &lt;cfsavecontent variable=&quot;target_page&quot;&gt;&lt;cfinclude template=&quot;#Arguments.targetPage#&quot;&gt;&lt;/cfsavecontent&gt;</b><br> 610: <br> 611: &lt;!--- seo required meta tags ---&gt;<br>
codePrintPlain
string607: 608: <!--- render target page into a variable for manipulation ---> 609: <cfsavecontent variable="target_page"><cfinclude template="#Arguments.targetPage#"></cfsavecontent> 610: 611: <!--- seo required meta tags --->
column
number0
id
string??
line
number609
Raw_Trace
string__138.cfcs.applicationglobal_cfc$cf.udfCall1(../cfcs/ApplicationGlobal.cfc:609)
template
string/share/deployment/stg/main/cfcs/ApplicationGlobal.cfc
type
stringcfml
type
stringfusebox.missingFuse