Fehler aufgetreten
Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [METHOD] doesn't exist in the request scope
StackTrace
stringlucee.runtime.exp.ExpressionException: key [METHOD] doesn't exist in the request scope at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.scope.RequestImpl.get(RequestImpl.java:163) at index_cfm$cf.call(/index.cfm:112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1057) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:930) at application_cfc$cf.udfCall(/application.cfc:89) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) 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.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) 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:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string110: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(!isdefined(&quot;showErrors&quot;))&nbsp;setting&nbsp;showdebugoutput&nbsp;=&nbsp;false;<br> 111: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;errors&nbsp;=&nbsp;createObject(&quot;component&quot;,&nbsp;&quot;lib.cfc.core.errors&quot;);<br> <b>112: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;errors.showError(error_method&nbsp;=&nbsp;request.method,&nbsp;error_method_vars&nbsp;=&nbsp;cgi.query_string,&nbsp;error_location&nbsp;=&nbsp;&quot;Frontend&quot;,&nbsp;error_message&nbsp;=&nbsp;cfcatch.message,&nbsp;error_message_fulldump&nbsp;=&nbsp;dump_temp);</b><br> 113: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session[&quot;lastURL&quot;]&nbsp;=&nbsp;getFileFromPath(cgi.SCRIPT_NAME)&nbsp;&amp;&nbsp;&quot;?&quot;&nbsp;&amp;&nbsp;cgi.QUERY_STRING;<br> 114: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cpLog.LogRequest(section&nbsp;=&nbsp;&quot;Frontend&quot;,&nbsp;type&nbsp;=&nbsp;&quot;close&quot;,&nbsp;obj_id&nbsp;=&nbsp;this.logReqID);<br>
codePrintPlain
string110: if(!isdefined("showErrors")) setting showdebugoutput = false; 111: errors = createObject("component", "lib.cfc.core.errors"); 112: errors.showError(error_method = request.method, error_method_vars = cgi.query_string, error_location = "Frontend", error_message = cfcatch.message, error_message_fulldump = dump_temp); 113: session["lastURL"] = getFileFromPath(cgi.SCRIPT_NAME) & "?" & cgi.QUERY_STRING; 114: cpLog.LogRequest(section = "Frontend", type = "close", obj_id = this.logReqID);
column
number0
id
string??
line
number112
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:112)
template
string/var/www/system/portal.sarganserlaender.ch/index.cfm
type
stringcfml
2
Struct
codePrintHTML
string87: &nbsp;&nbsp;&nbsp;public&nbsp;function&nbsp;onRequest(targetpage){<br> 88: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try{<br> <b>89: &nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetpage;</b><br> 90: &nbsp;&nbsp;}<br> 91: &nbsp;&nbsp;catch(any&nbsp;e){<br>
codePrintPlain
string87: public function onRequest(targetpage){ 88: try{ 89: include arguments.targetpage; 90: } 91: catch(any e){
column
number0
id
string??
line
number89
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:89)
template
string/var/www/system/portal.sarganserlaender.ch/application.cfc
type
stringcfml
type
stringexpression