Template: |
/home/echeveria/domains/wmass-chess.us/public_html/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: |
/home/echeveria/domains/wmass-chess.us/public_html/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: |
/home/echeveria/domains/wmass-chess.us/public_html/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: |
/home/echeveria/domains/wmass-chess.us/public_html/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: |
/home/echeveria/domains/wmass-chess.us/public_html/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: |
/home/echeveria/domains/wmass-chess.us/public_html/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: |
/home/echeveria/domains/wmass-chess.us/public_html/Application.cfc |
LINE: |
98:
99: // Process ColdBox Request
100: application.cbBootstrap.onRequestStart( arguments.targetPage );
101:
102: return true;
|
The event: john-ducharme is not valid registered event.
at system.web.services.handlerservice_cfc$cf.udfCall1(/coldbox/system/web/services/HandlerService.cfc:408):408
at system.web.services.handlerservice_cfc$cf.udfCall(/coldbox/system/web/services/HandlerService.cfc):-1
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:230):230
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:766):766
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:745):745
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1601):1601
at system.web.services.handlerservice_cfc$cf.udfCall1(/coldbox/system/web/services/HandlerService.cfc:323):323
at system.web.services.handlerservice_cfc$cf.udfCall(/coldbox/system/web/services/HandlerService.cfc):-1
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:230):230
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:642):642
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1763):1763
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:745):745
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1601):1601
at system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:496):496
at system.web.controller_cfc$cf.udfCall(/coldbox/system/web/Controller.cfc):-1
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:217):217
at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:775):775
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:776):776
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1611):1611
at system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:425):425
at system.web.controller_cfc$cf.udfCall(/coldbox/system/web/Controller.cfc):-1
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:217):217
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:643):643
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1780):1780
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:776):776
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1611):1611
at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:200):200
at coldbox.system.bootstrap_cfc$cf.udfCall(/coldbox/system/Bootstrap.cfc):-1
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:230):230
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:766):766
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:745):745
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1601):1601
at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:360):360
at coldbox.system.bootstrap_cfc$cf.udfCall(/coldbox/system/Bootstrap.cfc):-1
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:230):230
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:642):642
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1763):1763
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:745):745
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1601):1601
at application_cfc$cf.udfCall(/Application.cfc:100):100
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112):112
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:329):329
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:230):230
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:642):642
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1763):1763
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:414):414
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:133):133
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:37):37
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2276):2276
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2239):2239
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:460):460
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:47):47
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729):729
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217):217
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502):502
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676):676
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518):518
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091):1091
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673):673
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500):1500
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456):1456
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142):1142
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617):617
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745
Bug Date: |
10/30/2024 11:22:53 PM |
Coldfusion ID: |
CFID=2d73dc81-9b38-47f3-8d59-9fa59d7c894f ;
CFToken=0 ;
JSessionID=ContentBox62A8454F4E81DA5F9877B26733768C4D_2d73dc81-9b38-47f3-8d59-9fa59d7c894f_0
|
Template Path : |
/home/echeveria/domains/wmass-chess.us/public_html/index.cfm |
Path Info : |
//john-ducharme |
Host & Server: |
wmass-chess.us echeveria.viviotech.net |
Query String: |
|
Browser: |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Remote Address: |
3.15.34.38 |
Form variables: |
Session Storage: |
cfid: |
2d73dc81-9b38-47f3-8d59-9fa59d7c894f |
timecreated: |
{ts '2024-10-30 23:22:52'} |
sessionid: |
ContentBox62A8454F4E81DA5F9877B26733768C4D_2d73dc81-9b38-47f3-8d59-9fa59d7c894f_0 |
urltoken: |
CFID=2d73dc81-9b38-47f3-8d59-9fa59d7c894f&CFTOKEN=0 |
lastvisit: |
{ts '2024-10-30 23:22:52'} |
cftoken: |
0 |
Cookies: |
cfid: |
2d73dc81-9b38-47f3-8d59-9fa59d7c894f |
cftoken: |
0 |
Extra Information Dump |
[N/A]
|