Struct
ERRORE
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
code
string
Detail
string'/wq9/config/shared/views/login/manuale.cfm' does not exist.
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringUnable to find a view for 'login.manuale' action.
StackTrace
stringlucee.runtime.exp.CustomTypeException: Unable to find a view for 'login.manuale' action. at lucee.runtime.tag.Throw._doStartTag(Throw.java:225) at lucee.runtime.tag.Throw.doStartTag(Throw.java:212) at throw_cfm$cf.udfCall(/throw.cfm:15) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:218) at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:110) at one_cfc$cf.udfCallf_000022(/framework/one.cfc:3046) at one_cfc$cf.udfCallf(/framework/one.cfc:3044) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at one_cfc$cf.udfCall5(/framework/one.cfc:825) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at one_cfc$cf.udfCall6(/framework/one.cfc:922) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:842) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2259) 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:2806) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2793) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2764) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1174) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1131) 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:482) 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.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) 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
string3044: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;request.missingView&quot;&nbsp;default=&quot;&lt;unknown.view&gt;&quot;;<br> 3045: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type='FW1.viewNotFound',&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> <b>3046: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);</b><br> 3047: &nbsp;&nbsp;&nbsp;&nbsp;}<br> 3048: <br>
codePrintPlain
string3044: param name="request.missingView" default="<unknown.view>"; 3045: throw( type='FW1.viewNotFound', message="Unable to find a view for '#request.action#' action.", 3046: detail="'#request.missingView#' does not exist." ); 3047: } 3048:
column
number0
id
string??
line
number3046
Raw_Trace
stringone_cfc$cf.udfCallf_000022(/framework/one.cfc:3046)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
2
Struct
codePrintHTML
string3042: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;this&nbsp;will&nbsp;prevent&nbsp;an&nbsp;exception&nbsp;while&nbsp;attempting&nbsp;to&nbsp;throw<br> 3043: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;the&nbsp;exception&nbsp;we&nbsp;actually&nbsp;want&nbsp;to&nbsp;throw!<br> <b>3044: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;request.missingView&quot;&nbsp;default=&quot;&lt;unknown.view&gt;&quot;;</b><br> 3045: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type='FW1.viewNotFound',&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> 3046: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);<br>
codePrintPlain
string3042: // but this will prevent an exception while attempting to throw 3043: // the exception we actually want to throw! 3044: param name="request.missingView" default="<unknown.view>"; 3045: throw( type='FW1.viewNotFound', message="Unable to find a view for '#request.action#' action.", 3046: detail="'#request.missingView#' does not exist." );
column
number0
id
string??
line
number3044
Raw_Trace
stringone_cfc$cf.udfCallf(/framework/one.cfc:3044)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
3
Struct
codePrintHTML
string823: &nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;any&nbsp;function&nbsp;onMissingView(&nbsp;struct&nbsp;rc&nbsp;)&nbsp;{<br> 824: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;unable&nbsp;to&nbsp;find&nbsp;a&nbsp;matching&nbsp;view&nbsp;-&nbsp;fail&nbsp;with&nbsp;a&nbsp;nice&nbsp;exception<br> <b>825: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;viewNotFound();</b><br> 826: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;got&nbsp;here,&nbsp;we&nbsp;would&nbsp;return&nbsp;the&nbsp;string&nbsp;or&nbsp;struct&nbsp;to&nbsp;be&nbsp;rendered<br> 827: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;viewNotFound()&nbsp;throws&nbsp;an&nbsp;exception...<br>
codePrintPlain
string823: public any function onMissingView( struct rc ) { 824: // unable to find a matching view - fail with a nice exception 825: viewNotFound(); 826: // if we got here, we would return the string or struct to be rendered 827: // but viewNotFound() throws an exception...
column
number0
id
string??
line
number825
Raw_Trace
stringone_cfc$cf.udfCall5(/framework/one.cfc:825)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
4
Struct
codePrintHTML
string920: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request._fw1.omvInProgress&nbsp;=&nbsp;true;<br> 921: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;internalFrameworkTrace(&nbsp;'onMissingView()&nbsp;called'&nbsp;);<br> <b>922: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;out&nbsp;=&nbsp;onMissingView(&nbsp;request.context&nbsp;);</b><br> 923: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 924: <br>
codePrintPlain
string920: request._fw1.omvInProgress = true; 921: internalFrameworkTrace( 'onMissingView() called' ); 922: out = onMissingView( request.context ); 923: } 924:
column
number0
id
string??
line
number922
Raw_Trace
stringone_cfc$cf.udfCall6(/framework/one.cfc:922)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
type
stringFW1.viewNotFound
code
string
Detail
string'/wq9/config/shared/views/login/manuale.cfm' does not exist.
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringUnable to find a view for 'login.manuale' action.
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
code
string
Detail
string'/wq9/config/shared/views/login/manuale.cfm' does not exist.
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringUnable to find a view for 'login.manuale' action.
StackTrace
stringlucee.runtime.exp.CustomTypeException: Unable to find a view for 'login.manuale' action. at lucee.runtime.tag.Throw._doStartTag(Throw.java:225) at lucee.runtime.tag.Throw.doStartTag(Throw.java:212) at throw_cfm$cf.udfCall(/throw.cfm:15) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:218) at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:110) at one_cfc$cf.udfCallf_000022(/framework/one.cfc:3046) at one_cfc$cf.udfCallf(/framework/one.cfc:3044) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at one_cfc$cf.udfCall5(/framework/one.cfc:825) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at one_cfc$cf.udfCall6(/framework/one.cfc:922) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:842) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2259) 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:2806) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2793) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2764) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1174) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1131) 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:482) 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.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) 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
string3044: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;request.missingView&quot;&nbsp;default=&quot;&lt;unknown.view&gt;&quot;;<br> 3045: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type='FW1.viewNotFound',&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> <b>3046: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);</b><br> 3047: &nbsp;&nbsp;&nbsp;&nbsp;}<br> 3048: <br>
codePrintPlain
string3044: param name="request.missingView" default="<unknown.view>"; 3045: throw( type='FW1.viewNotFound', message="Unable to find a view for '#request.action#' action.", 3046: detail="'#request.missingView#' does not exist." ); 3047: } 3048:
column
number0
id
string??
line
number3046
Raw_Trace
stringone_cfc$cf.udfCallf_000022(/framework/one.cfc:3046)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
2
Struct
codePrintHTML
string3042: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;this&nbsp;will&nbsp;prevent&nbsp;an&nbsp;exception&nbsp;while&nbsp;attempting&nbsp;to&nbsp;throw<br> 3043: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;the&nbsp;exception&nbsp;we&nbsp;actually&nbsp;want&nbsp;to&nbsp;throw!<br> <b>3044: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;request.missingView&quot;&nbsp;default=&quot;&lt;unknown.view&gt;&quot;;</b><br> 3045: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type='FW1.viewNotFound',&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> 3046: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);<br>
codePrintPlain
string3042: // but this will prevent an exception while attempting to throw 3043: // the exception we actually want to throw! 3044: param name="request.missingView" default="<unknown.view>"; 3045: throw( type='FW1.viewNotFound', message="Unable to find a view for '#request.action#' action.", 3046: detail="'#request.missingView#' does not exist." );
column
number0
id
string??
line
number3044
Raw_Trace
stringone_cfc$cf.udfCallf(/framework/one.cfc:3044)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
3
Struct
codePrintHTML
string823: &nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;any&nbsp;function&nbsp;onMissingView(&nbsp;struct&nbsp;rc&nbsp;)&nbsp;{<br> 824: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;unable&nbsp;to&nbsp;find&nbsp;a&nbsp;matching&nbsp;view&nbsp;-&nbsp;fail&nbsp;with&nbsp;a&nbsp;nice&nbsp;exception<br> <b>825: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;viewNotFound();</b><br> 826: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;got&nbsp;here,&nbsp;we&nbsp;would&nbsp;return&nbsp;the&nbsp;string&nbsp;or&nbsp;struct&nbsp;to&nbsp;be&nbsp;rendered<br> 827: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;viewNotFound()&nbsp;throws&nbsp;an&nbsp;exception...<br>
codePrintPlain
string823: public any function onMissingView( struct rc ) { 824: // unable to find a matching view - fail with a nice exception 825: viewNotFound(); 826: // if we got here, we would return the string or struct to be rendered 827: // but viewNotFound() throws an exception...
column
number0
id
string??
line
number825
Raw_Trace
stringone_cfc$cf.udfCall5(/framework/one.cfc:825)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
4
Struct
codePrintHTML
string920: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request._fw1.omvInProgress&nbsp;=&nbsp;true;<br> 921: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;internalFrameworkTrace(&nbsp;'onMissingView()&nbsp;called'&nbsp;);<br> <b>922: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;out&nbsp;=&nbsp;onMissingView(&nbsp;request.context&nbsp;);</b><br> 923: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 924: <br>
codePrintPlain
string920: request._fw1.omvInProgress = true; 921: internalFrameworkTrace( 'onMissingView() called' ); 922: out = onMissingView( request.context ); 923: } 924:
column
number0
id
string??
line
number922
Raw_Trace
stringone_cfc$cf.udfCall6(/framework/one.cfc:922)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
type
stringFW1.viewNotFound
StackTrace
stringlucee.runtime.exp.CustomTypeException: Unable to find a view for 'login.manuale' action. at lucee.runtime.tag.Throw._doStartTag(Throw.java:225) at lucee.runtime.tag.Throw.doStartTag(Throw.java:212) at throw_cfm$cf.udfCall(/throw.cfm:15) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:218) at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:110) at one_cfc$cf.udfCallf_000022(/framework/one.cfc:3046) at one_cfc$cf.udfCallf(/framework/one.cfc:3044) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at one_cfc$cf.udfCall5(/framework/one.cfc:825) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075) at one_cfc$cf.udfCall6(/framework/one.cfc:922) at one_cfc$cf.udfCall(/framework/one.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:842) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2259) 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:2806) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2793) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2764) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1174) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1131) 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:482) 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.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) 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
string3044: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;request.missingView&quot;&nbsp;default=&quot;&lt;unknown.view&gt;&quot;;<br> 3045: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type='FW1.viewNotFound',&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> <b>3046: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);</b><br> 3047: &nbsp;&nbsp;&nbsp;&nbsp;}<br> 3048: <br>
codePrintPlain
string3044: param name="request.missingView" default="<unknown.view>"; 3045: throw( type='FW1.viewNotFound', message="Unable to find a view for '#request.action#' action.", 3046: detail="'#request.missingView#' does not exist." ); 3047: } 3048:
column
number0
id
string??
line
number3046
Raw_Trace
stringone_cfc$cf.udfCallf_000022(/framework/one.cfc:3046)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
2
Struct
codePrintHTML
string3042: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;this&nbsp;will&nbsp;prevent&nbsp;an&nbsp;exception&nbsp;while&nbsp;attempting&nbsp;to&nbsp;throw<br> 3043: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;the&nbsp;exception&nbsp;we&nbsp;actually&nbsp;want&nbsp;to&nbsp;throw!<br> <b>3044: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;param&nbsp;name=&quot;request.missingView&quot;&nbsp;default=&quot;&lt;unknown.view&gt;&quot;;</b><br> 3045: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type='FW1.viewNotFound',&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> 3046: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);<br>
codePrintPlain
string3042: // but this will prevent an exception while attempting to throw 3043: // the exception we actually want to throw! 3044: param name="request.missingView" default="<unknown.view>"; 3045: throw( type='FW1.viewNotFound', message="Unable to find a view for '#request.action#' action.", 3046: detail="'#request.missingView#' does not exist." );
column
number0
id
string??
line
number3044
Raw_Trace
stringone_cfc$cf.udfCallf(/framework/one.cfc:3044)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
3
Struct
codePrintHTML
string823: &nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;any&nbsp;function&nbsp;onMissingView(&nbsp;struct&nbsp;rc&nbsp;)&nbsp;{<br> 824: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;unable&nbsp;to&nbsp;find&nbsp;a&nbsp;matching&nbsp;view&nbsp;-&nbsp;fail&nbsp;with&nbsp;a&nbsp;nice&nbsp;exception<br> <b>825: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;viewNotFound();</b><br> 826: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;got&nbsp;here,&nbsp;we&nbsp;would&nbsp;return&nbsp;the&nbsp;string&nbsp;or&nbsp;struct&nbsp;to&nbsp;be&nbsp;rendered<br> 827: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;viewNotFound()&nbsp;throws&nbsp;an&nbsp;exception...<br>
codePrintPlain
string823: public any function onMissingView( struct rc ) { 824: // unable to find a matching view - fail with a nice exception 825: viewNotFound(); 826: // if we got here, we would return the string or struct to be rendered 827: // but viewNotFound() throws an exception...
column
number0
id
string??
line
number825
Raw_Trace
stringone_cfc$cf.udfCall5(/framework/one.cfc:825)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
4
Struct
codePrintHTML
string920: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;request._fw1.omvInProgress&nbsp;=&nbsp;true;<br> 921: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;internalFrameworkTrace(&nbsp;'onMissingView()&nbsp;called'&nbsp;);<br> <b>922: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;out&nbsp;=&nbsp;onMissingView(&nbsp;request.context&nbsp;);</b><br> 923: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 924: <br>
codePrintPlain
string920: request._fw1.omvInProgress = true; 921: internalFrameworkTrace( 'onMissingView() called' ); 922: out = onMissingView( request.context ); 923: } 924:
column
number0
id
string??
line
number922
Raw_Trace
stringone_cfc$cf.udfCall6(/framework/one.cfc:922)
template
string/var/www/fw1/framework/one.cfc
type
stringcfml
type
stringFW1.viewNotFound
POST
Struct
action
stringlogin.manuale
VCGI
CGI Scope
Entries: 47
auth_password
string
auth_type
string
auth_user
string
cert_cookie
string
cert_flags
string
cert_issuer
string
cert_keysize
string
cert_secretkeysize
string
cert_serialnumber
string
cert_server_issuer
string
cert_server_subject
string
cert_subject
string
cf_template_path
string/var/www/wq9/myprenota/index.cfm
content_length
string
content_type
string
context_path
string
gateway_interface
string
http_accept
string*/*
http_accept_encoding
stringgzip, br, zstd, deflate
http_accept_language
string
http_connection
string
http_cookie
string
http_host
stringpolesana.myprenota.it
http_referer
string
http_user_agent
stringMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
https
stringoff
https_keysize
string
https_secretkeysize
string
https_server_issuer
string
https_server_subject
string
local_addr
string172.88.0.16
local_host
stringip-172-88-0-16
path_info
string
path_translated
string/var/www/wq9/myprenota/index.cfm
query_string
stringaction=login.manuale
remote_addr
string172.88.0.17
remote_host
string172.88.0.17
remote_user
string
request_method
stringGET
request_url
stringhttp://polesana.myprenota.it/index.cfm?action=login.manuale
script_name
string/index.cfm
server_name
stringpolesana.myprenota.it
server_port
string80
server_port_secure
string0
server_protocol
stringHTTP/1.1
server_software
string
web_server_api
string