Mike Craig
06/16/2023, 1:56 AMMike Craig
06/16/2023, 1:57 AMMessage Error loading module routes as the module requested 'cbdebugger' is not loaded.
Detail The loaded modules are:
Stacktrace The Error Occurred in
/Users/mikecraig/repo/srwrxapi/coldbox/system/web/routing/Router.cfc: line 337
335: message = "Error loading module routes as the module requested '#arguments.module#' is not loaded.",
336: detail = "The loaded modules are: #structKeyList( mConfig )#",
337: type = "SES.InvalidModuleName"
338: );
339: }
called from /Users/mikecraig/repo/srwrxapi/coldbox/system/web/services/ModuleService.cfc: line 746
744: module = arguments.moduleName,
745: append = false
746: );
747:
748: // config/Router.cfc Conventions
called from /Users/mikecraig/repo/srwrxapi/coldbox/system/web/services/ModuleService.cfc: line 546
544: // Can we load module and has it been registered?
545: if ( structKeyExists( variables.registeredModules, moduleName ) && canLoad( moduleName ) ) {
546: activateModule( moduleName );
547: }
548: }
called from /Users/mikecraig/repo/srwrxapi/coldbox/system/web/services/LoaderService.cfc: line 88
86:
87: // Activate All Modules
88: services.moduleService.activateAllModules();
89: // Execute afterConfigurationLoad
90: services.interceptorService.announce( "afterConfigurationLoad" );
called from /Users/mikecraig/repo/srwrxapi/coldbox/system/Bootstrap.cfc: line 110
108: variables.COLDBOX_CONFIG_FILE,
109: variables.COLDBOX_APP_MAPPING,
110: variables.COLDBOX_WEB_MAPPING
111: );
112: // Get the reinit key
called from /Users/mikecraig/repo/srwrxapi/coldbox/system/Bootstrap.cfc: line 167
165: }
166: // Reload ColdBox
167: loadColdBox();
168: // Remove any context stragglers and reloading bit
169: structDelete( request, "cb_requestContext" );
called from /Users/mikecraig/repo/srwrxapi/coldbox/system/Bootstrap.cfc: line 502
500:
501: // Verify Reloading
502: reloadChecks();
503:
504: // Process A ColdBox Request Only
called from /Users/mikecraig/repo/srwrxapi/Application.cfc: line 47
45: public boolean function onRequestStart( string targetPage ) {
46: // Process ColdBox Request
47: application.cbBootstrap.onRequestStart( arguments.targetPage );
48:
49: return true;
Mike Craig
06/16/2023, 1:58 AMMike Craig
06/16/2023, 1:58 AMlmajano
06/16/2023, 12:21 PMlmajano
06/16/2023, 12:21 PMlmajano
06/16/2023, 12:21 PMleftbower
06/16/2023, 1:48 PMMike Craig
06/16/2023, 1:53 PMlmajano
06/16/2023, 1:54 PMlmajano
06/16/2023, 1:54 PMlmajano
06/16/2023, 1:54 PMlmajano
06/16/2023, 1:54 PMMike Craig
06/16/2023, 1:56 PM