[coldbox-4.0.0-rc+00002-201410230827] HandlerService.EventHandlerNotRegisteredException

I’m going to make this initial post concise. Hopefully, I will have provided enough info to elicit some much needed help.

Running CF 9.0.1

Virtualized Windows Server 2008 R2 Datacenter and IIS 7.

Virtual directory pointing to pristine ColdBox 4 app created via CommandBox using:
coldbox create app APAdmin AdvancedScriptBE

ColdBox 4 Standalone downloaded from http://www.coldbox.org/download/beta/standalone, unzipped, and copied to webroot at:
C:\inetpub\wwwoot\coldbox

Attempting to hit the virtual directory default document of index.cfm:
http://dev.revagency.net/coldbox-chris/

And here is what I get:

Exceptions

10:56:35.035 - HandlerService.EventHandlerNotRegisteredException - in C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc : line 390

	    The event: index is not valid registered event.

Here is the execution table:


**Execution Time**

**Total Time** **Avg Time** **Count** **Template** 
297 ms 297 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\Application.cfc | onRequestStart(/coldbox-chris/index.cfm) ] from C:\Websites\Clients\ColdBox-Chris\Application.cfc 
297 ms 297 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\Bootstrap.cfc | onRequestStart(/coldbox-chris/index.cfm) ] from C:\inetpub\wwwroot\coldbox\system\Bootstrap.cfc 
296 ms 99 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\scopes\NoScope.cfc | getFromScope(CFC: coldbox.system.ioc.config.Mapping, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\scopes\NoScope.cfc 
203 ms 68 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Builder.cfc | buildCFC(CFC: coldbox.system.ioc.config.Mapping, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Builder.cfc 
203 ms 68 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | buildInstance(CFC: coldbox.system.ioc.config.Mapping, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
156 ms 156 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | getInstance(ColdBox-Chris.handlers.Main) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
156 ms 156 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | runEvent(Main.onRequestStart, true) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
156 ms 156 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc | getHandler(CFC: coldbox.system.web.context.EventHandlerBean, CFC: coldbox.system.web.context.RequestContext) ] from C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc 
78 ms 78 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | getInstance(coldbox.system.EventHandler) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
62 ms 62 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | getInstance(coldbox.system.web.Renderer) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
62 ms 62 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getRenderer() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
47 ms 47 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | autowire(target = CFC: coldbox.system.EventHandler, mapping = CFC: coldbox.system.ioc.config.Mapping) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
31 ms 31 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\EventHandler.cfc | init(controller = CFC: coldbox.system.web.Controller) ] from C:\inetpub\wwwroot\coldbox\system\EventHandler.cfc 
31 ms 31 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | autowire(target = CFC: coldbox.system.web.Renderer, mapping = CFC: coldbox.system.ioc.config.Mapping) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
31 ms 10 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(afterInstanceAutowire, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
31 ms 31 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\RequestService.cfc | requestCapture() ] from C:\inetpub\wwwroot\coldbox\system\web\services\RequestService.cfc 
16 ms 16 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | init(controller = CFC: coldbox.system.web.Controller) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
16 ms 16 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc | error(Error: The event: index is not valid registered event. , [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc 
16 ms 16 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc | init(controller = CFC: coldbox.system.web.Controller) ] from C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc 
15 ms 15 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\interceptors\SES.cfc | onRequestCapture(event = CFC: coldbox.system.web.context.RequestContext, interceptData = [complex value], buffer = CFC: coldbox.system.core.util.RequestBuffer) ] from C:\inetpub\wwwroot\coldbox\system\interceptors\SES.cfc 
15 ms 15 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | autowire(target = CFC: ColdBox-Chris.handlers.Main, mapping = CFC: coldbox.system.ioc.config.Mapping) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
15 ms 5 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getOnDIComplete() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
15 ms 4 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\InterceptorState.cfc | process(argumentCollection = [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\context\InterceptorState.cfc 
15 ms 15 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(onRequestCapture) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 3 C:\Websites\Clients\ColdBox-Chris\includes\helpers\ApplicationHelper.cfm 
0 ms 0 ms 1 <img src="http://dev.revagency.net/CFIDE/debug/images/topdoc.gif" alt="top level" border="0"> **C:\Websites\Clients\ColdBox-Chris\index.cfm** 
0 ms 0 ms 1 C:\inetpub\wwwroot\coldbox\system\includes\BugReport-Public.cfm 
0 ms 0 ms 1 C:\inetpub\wwwroot\coldbox\system\includes\css\cbox-debugger.css.cfm 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | getMapping(ColdBox-Chris.handlers.Main) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 2 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | getMapping(coldbox.system.EventHandler) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | getMapping(coldbox.system.core.dynamic.HTMLHelper) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | getMapping(coldbox.system.web.Renderer) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 2 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | mappingExists(ColdBox-Chris.handlers.Main) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | mappingExists(coldbox.system.EventHandler) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 2 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | mappingExists(coldbox.system.core.dynamic.HTMLHelper) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc | mappingExists(coldbox.system.web.Renderer) ] from C:\Websites\Clients\ColdBox-Chris\config\WireBox.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | _actionExists(aroundHandler) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | _actionExists(aroundonRequestStart) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | _actionExists(onRequestStart) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(ALLOWEDMETHODS, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(AROUNDHANDLER_EXCEPT, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(AROUNDHANDLER_ONLY, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(EVENT_CACHE_SUFFIX, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(POSTHANDLER_EXCEPT, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(POSTHANDLER_ONLY, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(PREHANDLER_EXCEPT, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(PREHANDLER_ONLY, ) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(_actionExists, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(_privateInvoker, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(addAsset, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(announceInterception, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getCache, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getDatasource, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getInstance, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getInterceptor, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getModel, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getModuleConfig, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getModuleSettings, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getMyPlugin, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getPlugin, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getRenderer, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getRequestCollection, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getRequestContext, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getSetting, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(getSettingStructure, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(includeUDF, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(init, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(loadApplicationHelpers, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(locateDirectoryPath, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(locateFilePath, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(persistVariables, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(populateModel, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(renderExternalView, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(renderLayout, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(renderView, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(runEvent, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(setNextEvent, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(setSetting, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | injectMixin(settingExists, [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc | onRequestStart(EVENT = CFC: coldbox.system.web.context.RequestContext, RC = [complex value], PRC = [complex value]) ] from C:\Websites\Clients\ColdBox-Chris\handlers\Main.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\cache\CacheFactory.cfc | cacheExists(template) ] from C:\inetpub\wwwroot\coldbox\system\cache\CacheFactory.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\cache\CacheFactory.cfc | getCache(template) ] from C:\inetpub\wwwroot\coldbox\system\cache\CacheFactory.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\cache\CacheFactory.cfc | reapAll() ] from C:\inetpub\wwwroot\coldbox\system\cache\CacheFactory.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\cache\providers\CacheBoxColdBoxProvider.cfc | getEventURLFacade() ] from C:\inetpub\wwwroot\coldbox\system\cache\providers\CacheBoxColdBoxProvider.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\cache\providers\CacheBoxColdBoxProvider.cfc | reap() ] from C:\inetpub\wwwroot\coldbox\system\cache\providers\CacheBoxColdBoxProvider.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\cache\util\CacheStats.cfc | getLastReapDatetime() ] from C:\inetpub\wwwroot\coldbox\system\cache\util\CacheStats.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\core\conversion\XMLConverter.cfc | init() ] from C:\inetpub\wwwroot\coldbox\system\core\conversion\XMLConverter.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\core\conversion\XMLConverter.cfc | toXML([complex value]) ] from C:\inetpub\wwwroot\coldbox\system\core\conversion\XMLConverter.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\core\dynamic\MixerUtil.cfc | start(CFC: ColdBox-Chris.handlers.Main) ] from C:\inetpub\wwwroot\coldbox\system\core\dynamic\MixerUtil.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\core\dynamic\MixerUtil.cfc | start(CFC: coldbox.system.EventHandler) ] from C:\inetpub\wwwroot\coldbox\system\core\dynamic\MixerUtil.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\core\dynamic\MixerUtil.cfc | start(CFC: coldbox.system.web.Renderer) ] from C:\inetpub\wwwroot\coldbox\system\core\dynamic\MixerUtil.cfc 
0 ms 0 ms 21 CFC[ C:\inetpub\wwwroot\coldbox\system\core\util\RequestBuffer.cfc | isBufferInScope() ] from C:\inetpub\wwwroot\coldbox\system\core\util\RequestBuffer.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\core\util\Util.cfc | getMixerUtil() ] from C:\inetpub\wwwroot\coldbox\system\core\util\Util.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\core\util\Util.cfc | ripExtension(Main.cfc) ] from C:\inetpub\wwwroot\coldbox\system\core\util\Util.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Builder.cfc | buildDSLDependency(definition = [complex value], targetID = coldbox.system.web.Renderer, targetObject = CFC: coldbox.system.web.Renderer) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Builder.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | containsInstance(coldbox.system.core.dynamic.HTMLHelper) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | getBinder() ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | getInstance(coldbox.system.core.dynamic.HTMLHelper) ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc | isCacheBoxLinked() ] from C:\inetpub\wwwroot\coldbox\system\ioc\Injector.cfc 
0 ms 0 ms 6 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getConstructor() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getDIConstructorArguments() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getDIProperties() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getDISetters() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getExtraAttributes() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getMixins() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 6 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getName() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getPath() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getProviderMethods() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 8 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getScope() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 6 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getType() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | getVirtualInheritance() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | isAutoInit() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | isDiscovered() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc | isVirtualInheritance() ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mapping.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\config\Mixin.cfc | $init([complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\config\Mixin.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\dsl\CacheBoxDSL.cfc | process(argumentCollection = [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\dsl\CacheBoxDSL.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\dsl\ColdBoxDSL.cfc | process(argumentCollection = [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\dsl\ColdBoxDSL.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\ioc\scopes\Singleton.cfc | getFromScope(CFC: coldbox.system.ioc.config.Mapping, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\ioc\scopes\Singleton.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc | getLogger(CFC: ColdBox-Chris.handlers.Main) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc | getLogger(CFC: coldbox.system.Bootstrap) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc | getLogger(CFC: coldbox.system.EventHandler) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc | getLogger(CFC: coldbox.system.web.Renderer) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogBox.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc | getCategory() ] from C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc | getextraInfoAsString() ] from C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc | getmessage() ] from C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc | getseverity() ] from C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc | init(argumentCollection = [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogEvent.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogLevels.cfc | isLevelValid(1) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogLevels.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\LogLevels.cfc | lookup(1) ] from C:\inetpub\wwwroot\coldbox\system\logging\LogLevels.cfc 
0 ms 0 ms 27 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc | canDebug() ] from C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc | error(Invalid Event detected: index. Path info: /coldbox-chris/index.cfm, query string: ) ] from C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc | getAppenders() ] from C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc | getCategory() ] from C:\inetpub\wwwroot\coldbox\system\logging\Logger.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\appenders\ConsoleAppender.cfc | canLog(1) ] from C:\inetpub\wwwroot\coldbox\system\logging\appenders\ConsoleAppender.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\logging\appenders\ConsoleAppender.cfc | logMessage(CFC: coldbox.system.logging.LogEvent) ] from C:\inetpub\wwwroot\coldbox\system\logging\appenders\ConsoleAppender.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getAppHash() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getCacheBox() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getColdboxInitiated() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getConfigSettings() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getHandlerService() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getInterceptorService() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getLogBox() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getModuleService() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 10 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getRequestService() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(AppMapping) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(CustomErrorTemplate) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(ExceptionHandler) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(HandlersExternalLocationPath) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(HandlersIndexAutoReload) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(HandlersPath) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(LayoutsExternalLocation) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(ModulesAutoReload) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(RequestStartHandler) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(ViewsExternalLocation) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(Wirebox) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(applicationHelper) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(handlerCaching) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(layoutsConvention, true) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(modules) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(name = RequestContextDecorator, defaultValue = ) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(viewsConvention, true) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getSetting(viewsHelper) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getUtil() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | getWireBox() ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | setSetting(name = RegisteredExternalHandlers, value = ) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc | setSetting(name = RegisteredHandlers, value = Main) ] from C:\inetpub\wwwroot\coldbox\system\web\Controller.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc | injectPropertyMixin(propertyName = html, propertyValue = CFC: coldbox.system.core.dynamic.HTMLHelper, scope = variables) ] from C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc | injectPropertyMixin(propertyName = templateCache, propertyValue = CFC: coldbox.system.cache.providers.CacheBoxColdBoxProvider, scope = variables) ] from C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc | locateView(index) ] from C:\inetpub\wwwroot\coldbox\system\web\Renderer.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc | getRunnable() ] from C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc 
0 ms 0 ms 2 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc | init(ColdBox-Chris.handlers) ] from C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc | isMissingAction() ] from C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc | setHandler(Main) ] from C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc | setMethod(onRequestStart) ] from C:\inetpub\wwwroot\coldbox\system\web\context\EventHandlerBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | INIT([complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | getExceptionStruct() ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | getExtraMessage() ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | getType() ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | geterrorCode() ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | getmessage() ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc | gettype() ] from C:\inetpub\wwwroot\coldbox\system\web\context\ExceptionBean.cfc 
0 ms 0 ms 6 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | getCollection() ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | getCollection(private = true) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | getCurrentEvent() ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | getEventCacheableEntry() ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | getHTTPMethod() ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | init(properties = [complex value], controller = CFC: coldbox.system.web.Controller) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | isNoExecution() ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | isProxyRequest() ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | setIsSES(true) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | setRoutedStruct([complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | setValue(exception, CFC: coldbox.system.web.context.ExceptionBean, true) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | setValue(format, cfm) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | setValue(name = currentRoute, value = :handler/, private = true) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | setValue(name = currentRoutedURL, value = index/, private = true) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc | valueExists(name = currentRoutedURL, private = true) ] from C:\inetpub\wwwroot\coldbox\system\web\context\RequestContext.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\flash\SessionFlash.cfc | flashExists() ] from C:\inetpub\wwwroot\coldbox\system\web\flash\SessionFlash.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc | afterInstanceAutowire(event = CFC: coldbox.system.web.context.RequestContext, interceptData = [complex value], buffer = CFC: coldbox.system.core.util.RequestBuffer) ] from C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc | defaultEventCheck(CFC: coldbox.system.web.context.RequestContext) ] from C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc | getRegisteredHandler(Main.onRequestStart) ] from C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc | registerHandlers() ] from C:\inetpub\wwwroot\coldbox\system\web\services\HandlerService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(afterHandlerCreation, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 4 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(afterInstanceCreation, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(afterInstanceInitialized, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(beforeInstanceAutowire, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(beforeInstanceCreation, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(onException, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(onInvalidEvent, [complex value]) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc | processState(preProcess) ] from C:\inetpub\wwwroot\coldbox\system\web\services\InterceptorService.cfc 
0 ms 0 ms 1 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\ModuleService.cfc | loadMappings() ] from C:\inetpub\wwwroot\coldbox\system\web\services\ModuleService.cfc 
0 ms 0 ms 8 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\RequestService.cfc | getContext() ] from C:\inetpub\wwwroot\coldbox\system\web\services\RequestService.cfc 
0 ms 0 ms 3 CFC[ C:\inetpub\wwwroot\coldbox\system\web\services\RequestService.cfc | getFlashScope() ] from C:\inetpub\wwwroot\coldbox\system\web\services\RequestService.cfc 
*0 ms*   *STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN* 
*297 ms*   *TOTAL EXECUTION TIME* 
red = over 250 ms average execution time

Hi Topher, I have set up the same directory structure like so:

/
/coldbox/system/etc (ColdBox 4)
/coldbox-chris/ (app lives here)

And I hit this URL: http://localhost/coldbox-chris/

I used the following CommandBox commands to set it up:

CommandBox:webroot> install coldbox-be
CommandBox:webroot> mkdir coldbox-chris
CommandBox:webroot> cd coldbox-chris/
CommandBox:coldbox-chris> coldbox create app APAdmin AdvancedScriptBE
CommandBox:coldbox-chris> cd …/
CommandBox:webroot> start

This started the embedded server which worked perfectly (once I pointed the web page URL to the coldbox-chris folder). I then repointed my ColdFusion 9 web root to the folder and it also worked perfectly.

You may need to share more details, or perhaps try the sequence of commands I shared . (You can save them in a boxr file and run them as a recipe “recipe myRecipe.boxr”)

Also, make sure you don’t have any CF mappings in your ColdFusion administrator that might be overriding he /coldbox. Create a app-specific mapping if necessary.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Thanks, Brad.

The only diffs between what you set up and what I have going here, is that my coldbox-chris directory is not in the webroot. It’s at the logical path C:\Websites\Clients\ColdBox-Chris, with a virtual directory set up in IIS for it. That’s a convention of our particular enterprise. Plus, you did use CommandBox and the install coldbox-be command to get ColdBox 4 into the webroot. I’ll give that part a go, right now.

install coldbox-be should get the same code that you downloaded manually, it’s just easier and scriptable :slight_smile:

Your issue may be related to the IIS mappings. Remember CF has no visibility to those, so you may need some CF mappings so the app can find the right ColdBox. These are most easily added to your app’s Application.cfc:

this.mappings[ ‘/coldbox’ ] = ‘path.to.coldbox’;

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I moved my app directory into webroot, removed the original virtual directory from ISS, and added the following line to Application.cfc:

this.mappings[ ‘/coldbox’ ] = ‘C:\inetpub\wwwroot\coldbox’;

Same exception.

Also made sure that there were no mappings in CF Admin that would interfere. There are none.

And I did an fwreinit=1, too.

Hmm, what build of CommandBox are you using?

version

What if you manually hit the default event?

http://yoursite.com/index.cfm?event=main.index

The interesting thing about your error is it says the event is called “index”, then that’s actually just the “action” portion of the event. The full event includes the handler (main in this case) so it should be looking for “main.index” which is the default ColdBox event. And, of course, the sample app should have /handlers/main.cfc with an index function in it.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

CommandBox 1.0.0+00173

My app has /handlers/Main.cfc with an index(event,rc,prc) function in it.

Hitting http://dev.revagency.net/coldbox-chris/index.cfm?event=main.index&fwreinit=1 raises the same exception.

Do I need to define a defaultEvent of “main.index” in my app’s ColdBox config ( /config/Coldbox.cfc )?

The setting shouldn’t be necessary since it’s the default, but you can try it if you want. For funsies, to try and rule out a ColdFusion 9 issue, what if you start the embedded CommandBox server by running “start” in your web root? Wait a couple seconds, and a browser window will pop open with your site running on a randomly-selected port.

And just to double confirm, you do have all the latest CF9 updates installed right? (expect updater 2 I guess since all that did was remove Verity).

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

The app runs beautifully when run from a CommandBox ‘start’ ON THE SERVER, when I can cd directly to my C:\inetpub\wwwroot\ColdBox-Chris directory. From my local box, however, trying to start it from CommandBox (having \Dev-AP\C$\inetpub\wwwroot mounted as lettered network drive W:), and doing a cd to W:\ColdBox-Chris, results in the following:

Railo 4.2.1.000 Error (expression)
Message invalid component definition, can’t find component [coldbox.system.Bootstrap]
Stacktrace The Error Occurred in
/Application.cfc: line 29

27: // application start
28: public boolean function onApplicationStart(){
29: application.cbBootstrap = new coldbox.system.Bootstrap( COLDBOX_CONFIG_FILE, COLDBOX_APP_ROOT_PATH, COLDBOX_APP_KEY, COLDBOX_APP_MAPPING );
30: application.cbBootstrap.loadColdbox();
31: return true;

Java Stacktrace invalid component definition, can’t find component [coldbox.system.Bootstrap]
at railo.runtime.component.ComponentLoader.load(ComponentLoader.java:296):296
at railo.runtime.component.ComponentLoader.loadComponent(ComponentLoader.java:41):41
at railo.runtime.PageContextImpl.loadComponent(PageContextImpl.java:2893):2893
at railo.runtime.functions.other.CreateObject.doComponent(CreateObject.java:210):210
at railo.runtime.functions.other._CreateComponent.call(_CreateComponent.java:21):21
at application_cfc$cf.udfCall(/Application.cfc:29):29
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:92):92
at railo.runtime.type.UDFImpl._call(UDFImpl.java:306):306
at railo.runtime.type.UDFImpl.call(UDFImpl.java:207):207
at railo.runtime.ComponentImpl._call(ComponentImpl.java:623):623
at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738
at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:388):388
at railo.runtime.listener.ModernAppListener.onApplicationStart(ModernAppListener.java:266):266
at railo.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:2792):2792
at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:101):101
at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:18):18
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2218):2218
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2185):2185
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:332):332
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790):790
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85):85
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:61):61
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36):36
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113):113
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:56):56
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45):45
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:61):61
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58):58
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:70):70
at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76):76
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25):25
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25):25
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:240):240
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227):227
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73):73
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:146):146
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:168):168
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:727):727
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source):-1
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source):-1
at java.lang.Thread.run(Unknown Source):-1

Timestamp 11/3/14 1:44:40 PM PST

So now, while the app is running great from http://127.0.0.1:55863/ directly in a browser running on the server, the URL http://127.0.0.1/ColdBox-Chris/ raises the same HandlerService.EventHandlerNotRegisteredException.

And to answer the question about CF version, this is ColdFusion Enterprise 9,0,1,274733.

I’m not sure if I followed all that, but make sure your web root is the folder that contains the coldbox framework unless you’ve created a mapping. If you’re trying to run the “start” command from inside your coldbox-Chris directory, that obviously wouldn’t work since coldbox.system.Bootstrap wouldn’t be resolvable anywhere in the web root.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

So now, while the app is running great from http://127.0.0.1:55863/ directly in a browser running on the server,

  • What is “the app”? Your normal app, or your coldbox-chris test app?
  • What confuses me is you don’t show the coldbox-chris subfolder there

http://127.0.0.1/ColdBox-Chris/ raises the same

  • Is that running on ColdFusion 9 or the CommandBox embedded server?
  • We would expect it to still error on CF9 since we haven’t figured out the issue, correct?

You’re also starting to confuse me by running stuff on both your local machine and your server at the same time. Can we narrow our focus and just get it working in one location first before we start adding in other variables?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I have the coldbox framework in the webroot, and I also have the \coldbox mapping to C:\inetpub\wwwroot\coldbox in my Application.cfc. Like I said, when executed from CommandBox ‘start’ at the server desktop, my app now runs great under the embedded server (it’s currently running in the browser at http://127.0.0.1:55976/). But when trying to hit the app under CF 9.0.1 (via a browser at the server desktop, using http://127.0.0.1/ColdBox-Chris/), it fails with the same exception. So there is a difference between the embedded server and CF 9.

Thanks for your help, Brad!

I am terribly sorry for giving rise to any confusion. Please allow me to attempt some clarifications. I agree… let’s narrow it right down to the bare basics. I’ll stay away from my local workstation entirely, for now.

  • On my ColdFusion server, the ColdBox 4 framework is sitting in the webroot at C:\inetpub\wwwroot\coldbox

  • On my ColdFusion server, my clean test app, created through a CommandBox ‘create app’ command, is ALSO sitting in the webroot at C:\inetpub\wwwroot\ColdBox-Chris

  • In my test app’s Application.cfc, I have the line:
    this.mappings[’/coldbox’] = ‘C:\inetpub\wwwroot\coldbox’;

  • On my ColdFusion server, when I run CommandBox (box.exe) at the desktop, and cd into to C:\inetpub\wwwroot\ColdBox-Chris, then do a ‘start’, my test app runs flawlessly at http://127.0.0.1:nnnnn (where nnnnn is the random port)

  • On my ColdFusion server, when I open Chrome at the desktop, and attempt to navigate to http://127.0.0.1/ColdBox-Chris/, I get the HandlerService.EventHandlerNotRegisteredException error.

Is that helping? I hope so. I hate being confusing.

That all makes sense. Thank you.

Please check your administrator settings in CF9 under caching and ensure these are disabled:

  • Component cache
  • Cache web server paths
    Also, for funsies, a restart of the CF9 service wouldn’t hurt anything either.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Thank you very much, Brad.

“Cache web server paths” was already disabled.

“Component cache” is NOW disabled.

CF9 service has been restarted.

CommandBox ‘start’ within the test app directory open it up fine at http://127.0.0.1:56168/

Going to http://127.0.0.1/ColdBox-Chris/ still errors out, with the same exception.

Hmm, since it’s working for me, I’m almost out of ideas since at this point I’d just need to start digging through the framework and debugging variables to see where the event is coming from. Perhaps someone else with CF9 installed can give it a try and see if it works for them. The only difference I have is that I’m on 9.0.2 and using the built-in Jrun web server, not IIS.

Is there any change on CF9 if you put your ColdBox site in the web root without the coldbox-chris folder?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Thank you for your latest reply, Brad. Been off on other things for the last few days.

I’m spinning up a new Windows Server VM with CF11. We’ll make that jump, and see if it makes a difference. Can’t do it on our existing Dev server, because that would disrupt some other stuff. I’ll try putting my test site right into web root, with the framework folder in the site folder, and see how that goes. Nothing else has worked. Though I can get ColdBox to run (meaning, all components are found), it’s the same exception that comes up.

I’ll let you know.