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.Stacktrace The Error Occurred in/Users/mikecraig/repo/srwrxapi/coldbox/system/web/routing/Router.cfc: line 337335: 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 746744: module = arguments.moduleName,745: append = false746: );747:748: // config/Router.cfc Conventionscalled from /Users/mikecraig/repo/srwrxapi/coldbox/system/web/services/ModuleService.cfc: line 546544: // 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 8886:87: // Activate All Modules88: services.moduleService.activateAllModules();89: // Execute afterConfigurationLoad90: services.interceptorService.announce( "afterConfigurationLoad" );called from /Users/mikecraig/repo/srwrxapi/coldbox/system/Bootstrap.cfc: line 110108: variables.COLDBOX_CONFIG_FILE,109: variables.COLDBOX_APP_MAPPING,110: variables.COLDBOX_WEB_MAPPING111: );112: // Get the reinit keycalled from /Users/mikecraig/repo/srwrxapi/coldbox/system/Bootstrap.cfc: line 167165: }166: // Reload ColdBox167: loadColdBox();168: // Remove any context stragglers and reloading bit169: structDelete( request, "cb_requestContext" );called from /Users/mikecraig/repo/srwrxapi/coldbox/system/Bootstrap.cfc: line 502500:501: // Verify Reloading502: reloadChecks();503:504: // Process A ColdBox Request Onlycalled from /Users/mikecraig/repo/srwrxapi/Application.cfc: line 4745: public boolean function onRequestStart( string targetPage ) {46: // Process ColdBox Request47: 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