Oopsy! Something went wrong!

Event: Main.notFound
Routed URL: Main.notFound/
Layout: N/A (Module: )
View: N/A
Timestamp: 03/28/2024 09:07:31 PM
Type: EventHandlerNotRegisteredException
Messages: The event: Main.notFound is not a valid registered event.

Tag Context:

Template: /home/tapalpacountry/public_html/coldbox/system/web/services/HandlerService.cfc
LINE: 423: throw(
424: message = "The event: #arguments.event# is not a valid registered event.",
425: type = "EventHandlerNotRegisteredException"
426: );
427: }
Template: /home/tapalpacountry/public_html/coldbox/system/web/services/HandlerService.cfc
LINE: 165:
166: // Invalid Event procedures
167: invalidEvent( arguments.ehBean.getFullEvent(), arguments.ehBean );
168:
169: // If we get here, then the invalid event kicked in and exists, else an exception is thrown
Template: /home/tapalpacountry/public_html/coldbox/system/web/Controller.cfc
LINE: 568:
569: // Now get the correct handler to execute
570: var oHandler = services.handlerService.getHandler( results.ehBean, oRequestContext );
571:
572: // Validate again this is not a view dispatch as the handler might exist but not the action
Template: /home/tapalpacountry/public_html/coldbox/system/web/Controller.cfc
LINE: 465:
466: // Execute our event
467: var results = _runEvent( argumentCollection=arguments );
468:
469: // Do we have an object coming back?
Template: /home/tapalpacountry/public_html/coldbox/system/Bootstrap.cfc
LINE: 251: //****** EXECUTE MAIN EVENT *******/
252: if( NOT event.getIsNoExecution() ){
253: refResults.results = cbController.runEvent( defaultEvent=true );
254: }
255: //****** RENDERING PROCEDURES *******/
Template: /home/tapalpacountry/public_html/coldbox/system/Bootstrap.cfc
LINE: 469: // Process A ColdBox Request Only
470: if( findNoCase( 'index.cfm', listLast( arguments.targetPage, '/' ) ) ){
471: processColdBoxRequest();
472: }
473: return true;
Template: /home/tapalpacountry/public_html/Application.cfc
LINE: 58: public boolean function onRequestStart( string targetPage ){
59: // Process ColdBox Request
60: application.cbBootstrap.onRequestStart( arguments.targetPage );
61:
62: return true;

Stack Trace:

lucee.runtime.exp.CustomTypeException: The event: Main.notFound is not a 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$epkk.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:425)
    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:784)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
    at coldbox.system.web.services.handlerservice_cfc$cf.udfCall1(/coldbox/system/web/services/HandlerService.cfc:167)
    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:684)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1911)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
    at coldbox.system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:570)
    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:797)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1766)
    at coldbox.system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:467)
    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:685)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
    at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1930)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1766)
    at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:253)
    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:784)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
    at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:471)
    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:684)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1911)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
    at application_cfc$cf.udfCall(/Application.cfc:60)
    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:684)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1911)
    at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:437)
    at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:133)
    at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
    at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2460)
    at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2450)
    at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2421)
    at lucee.runtime.engine.Request.exe(Request.java:45)
    at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1179)
    at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1125)
    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:53)
    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:202)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.base/java.lang.Thread.run(Thread.java:829)

FRAMEWORK SNAPSHOT:

Bug Date: 03/28/2024 09:07:31 PM
Coldfusion ID: CFID=17409268-f948-4fc1-b73c-88a521b836b5 ; CFToken=0 ; JSessionID=TapalpaCountry01-5CF928A0CB460510D7C5CBCE5A15DC39_17409268-f948-4fc1-b73c-88a521b836b5_0
Template Path : /home/tapalpacountry/public_html/index.cfm
Path Info : /bar_cantina
Host & Server: www.tapalpacountry.mx speedy-silver-camellia.viviotech.us
Query String:
Referrer: http://www.tapalpacountry.mx/bar_cantina
Browser: claudebot
Remote Address: 127.0.0.1
Form variables:
Session Storage:
Cookies:
cfid: 17409268-f948-4fc1-b73c-88a521b836b5
cftoken: 0
USERSESSION: {"id-hashed":"$2a$12$d1clWEuS4j7.cQ8MKHLzAOkGWG9YKjBCrK45MwzQE6k011A2GuJz6","screenrez":{"HEIGHT":0,"WIDTH":0},"id":"0A8B2A4B-0F0B-41D4-A21B0EFF9B44E28A"}
DefaultLocale: es_MX
Extra Information Dump
[N/A]