Catch
additional
Struct (ordered)
code
string
Detail
string<ol><li>Check view definition file views/object/club.xml.cfm.</li><li>Restart MVC module.</li></ol>
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringController 'custom.controllers.object' requested unknown view: 'object/club'.
StackTrace
stringlucee.runtime.exp.CustomTypeException: Controller 'custom.controllers.object' requested unknown view: 'object/club'. at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at whio.framework.controller_cfc$cf.udfCall2(/whio/framework/controller.cfc:172) at whio.framework.controller_cfc$cf.udfCall(/whio/framework/controller.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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1709) at custom.controllers.object_cfc$cf.udfCall(/custom/controllers/object.cfc:181) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:207) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:647) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1917) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:898) at lucee.runtime.functions.dynamicEvaluation.Invoke.call(Invoke.java:49) at whio.framework.frontcontroller_cfc$cf.udfCall(/whio/framework/frontcontroller.cfc:41) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1709) at whio.framework.frontcontroller_cfc$cf.udfCall(/whio/framework/frontcontroller.cfc:94) 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:646) 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:1709) at index_cfm$cf$j8.call(/index.cfm:14) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:913) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:836) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:216) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2415) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2405) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2380) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1126) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1072) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) 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:199) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) 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.http11.Http11Processor.service(Http11Processor.java:803) 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
Rows: 5 (showing top 2)
1
Struct
codePrintHTML
string170: &lt;cfthrow<br> 171: message=&quot;Controller '#controllerFullName#' requested unknown view: '#arguments.viewPath#'.&quot;<br> <b>172: detail=&quot;&lt;ol&gt;&lt;li&gt;Check view definition file views/#arguments.viewPath#.xml.cfm.&lt;/li&gt;&lt;li&gt;Restart MVC module.&lt;/li&gt;&lt;/ol&gt;&quot;</b><br> 173: &gt;<br> 174: &lt;/cfcatch&gt;<br>
codePrintPlain
string170: <cfthrow 171: message="Controller '#controllerFullName#' requested unknown view: '#arguments.viewPath#'." 172: detail="<ol><li>Check view definition file views/#arguments.viewPath#.xml.cfm.</li><li>Restart MVC module.</li></ol>" 173: > 174: </cfcatch>
column
number0
id
string??
line
number172
Raw_Trace
stringwhio.framework.controller_cfc$cf.udfCall2(/whio/framework/controller.cfc:172)
template
string/var/www/vhosts/trampernz/public_html/whio/framework/controller.cfc
type
stringcfml
2
Struct
codePrintHTML
string179: }<br> 180: <br> <b>181: return View();</b><br> 182: }<br> 183: <br>
codePrintPlain
string179: } 180: 181: return View(); 182: } 183:
column
number0
id
string??
line
number181
Raw_Trace
stringcustom.controllers.object_cfc$cf.udfCall(/custom/controllers/object.cfc:181)
template
string/var/www/vhosts/trampernz/public_html/custom/controllers/object.cfc
type
stringcfml
type
stringapplication