Template: |
C:\home\kinetic-interactive.com\wwwroot\coldbox\system\web\services\HandlerService.cfc |
LINE: |
406:
407: // Throw Exception
408: throw( message="The event: #arguments.event# is not valid registered event.", type="HandlerService.EventHandlerNotRegisteredException" );
409: </cfscript>
410: </cffunction>
|
Template: |
C:\home\kinetic-interactive.com\wwwroot\coldbox\system\web\services\HandlerService.cfc |
LINE: |
321:
322: // Run invalid event procedures, handler not found
323: invalidEvent(arguments.event,handlerBean);
324:
325: // If we get here, then invalid event handler is active and we need to
|
Template: |
C:\home\kinetic-interactive.com\wwwroot\coldbox\system\web\Controller.cfc |
LINE: |
494:
495: // Validate the incoming event and get a handler bean to continue execution
496: ehBean = services.handlerService.getRegisteredHandler( arguments.event );
497:
498: // Validate this is not a view dispatch, else return for rendering
|
Template: |
C:\home\kinetic-interactive.com\wwwroot\coldbox\system\web\Controller.cfc |
LINE: |
423: // relay if no event caching activated or no caching needed
424: if( !getSetting( "eventCaching" ) OR !arguments.cache ){
425: return _runEvent( argumentCollection=arguments );
426: }
427:
|
Template: |
C:\home\kinetic-interactive.com\wwwroot\coldbox\system\Bootstrap.cfc |
LINE: |
198: //****** EXECUTE MAIN EVENT *******/
199: if( NOT event.isNoExecution() ){
200: refResults.results = cbController.runEvent( defaultEvent=true );
201: }
202: //****** RENDERING PROCEDURES *******/
|
Template: |
C:\home\kinetic-interactive.com\wwwroot\coldbox\system\Bootstrap.cfc |
LINE: |
358: // Process A ColdBox Request Only
359: if( findNoCase( 'index.cfm', listLast( arguments.targetPage, '/' ) ) ){
360: processColdBoxRequest();
361: }
362: return true;
|
Template: |
C:\home\kinetic-interactive.com\wwwroot\Application.cfc |
LINE: |
45: public boolean function onRequestStart(String targetPage){
46: // Process ColdBox Request
47: application.cbBootstrap.onRequestStart( arguments.targetPage );
48:
49: return true;
|
lucee.runtime.exp.CustomTypeException: The event: home.{{ i.url }} is not valid registered event.
at lucee.runtime.tag.Throw._doStartTag(Throw.java:212)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:201)
at throw_cfm$cf$2lp4.udfCall(/throw.cfm:11)
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.functions.system.CFFunction.call(CFFunction.java:109)
at coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/coldbox/system/web/services/HandlerService.cfc:408)
at coldbox.system.web.services.handlerservice_cfc$cf.udfCall(/coldbox/system/web/services/HandlerService.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 coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/coldbox/system/web/services/HandlerService.cfc:323)
at coldbox.system.web.services.handlerservice_cfc$cf.udfCall(/coldbox/system/web/services/HandlerService.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:1709)
at coldbox.system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:496)
at coldbox.system.web.controller_cfc$cf.udfCall(/coldbox/system/web/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.callWithNamedValues(UDFImpl.java:207)
at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:792)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:864)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1728)
at coldbox.system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:425)
at coldbox.system.web.controller_cfc$cf.udfCall(/coldbox/system/web/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.callWithNamedValues(UDFImpl.java:207)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:681)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1917)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:864)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1728)
at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:200)
at coldbox.system.bootstrap_cfc$cf.udfCall(/coldbox/system/Bootstrap.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 coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:360)
at coldbox.system.bootstrap_cfc$cf.udfCall(/coldbox/system/Bootstrap.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:1709)
at application_cfc$cf.udfCall(/Application.cfc:47)
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:132)
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:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
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.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
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:343)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:525)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:818)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1623)
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)
Bug Date: |
03/04/2021 08:40:53 AM |
Coldfusion ID: |
CFID=368fe8e0-92b4-49d3-82ee-d3c4ee918b4e ;
CFToken=0 ;
JSessionID=kinetic_368fe8e0-92b4-49d3-82ee-d3c4ee918b4e_0
|
Template Path : |
C:\home\kinetic-interactive.com\wwwroot\index.cfm |
Path Info : |
/home/{{ i.url }} |
Host & Server: |
www.kinetic-interactive.com VPS-3F5-AC-CEA |
Query String: |
|
Browser: |
CCBot/2.0 (https://commoncrawl.org/faq/) |
Remote Address: |
3.232.129.123 |
Form variables: |
Session Storage: |
cfid: |
368fe8e0-92b4-49d3-82ee-d3c4ee918b4e |
timecreated: |
{ts '2021-03-04 08:40:53'} |
sessionid: |
kinetic_368fe8e0-92b4-49d3-82ee-d3c4ee918b4e_0 |
urltoken: |
CFID=368fe8e0-92b4-49d3-82ee-d3c4ee918b4e&CFTOKEN=0 |
lastvisit: |
{ts '2021-03-04 08:40:53'} |
cftoken: |
0 |
Cookies: |
cfid: |
368fe8e0-92b4-49d3-82ee-d3c4ee918b4e |
cftoken: |
0 |
Extra Information Dump |
[N/A]
|