Travis
03/09/2023, 10:01 PMbox server start
getting the error:
Loading CFConfig into server
| | > key [MULTICONTEXT] doesn't exist
Maybe I need to revert to an older version of commandbox-cfconfig?bdw429s
03/09/2023, 10:03 PMbdw429s
03/09/2023, 10:04 PMTravis
03/09/2023, 10:06 PMbdw429s
03/09/2023, 10:07 PMlist --system
bdw429s
03/09/2023, 10:07 PMbdw429s
03/09/2023, 10:08 PMbdw429s
03/09/2023, 10:09 PMbdw429s
03/09/2023, 10:11 PMTravis
03/09/2023, 10:20 PM/modules/commandbox-cfconfig/models/Util.cfc: line 70
68:
69: // Crappy workaround for CommandBox bug where this logic is being done on the fly, but not saved back into the serverInfo struct!
70: if( serverInfo.multiContext && not serverInfo.webConfigDir contains '{web-root-directory}' && not serverInfo.webConfigDir contains '{web-context-hash}' ) {
71: serverInfo.webConfigDir &= '-{web-context-hash}'
72: }
called from /modules/commandbox-cfconfig/interceptors/ConfigLoader.cfc: line 398
called from /system/wirebox/system/core/events/EventPool.cfc: line 118
called from /system/wirebox/system/core/events/EventPool.cfc: line 96
called from /system/wirebox/system/core/events/EventPoolManager.cfc: line 59
called from /system/services/InterceptorService.cfc: line 57
called from /system/services/ServerService.cfc: line 1015
called from /system/modules_app/server-commands/commands/server/start.cfc: line 173
called from /system/services/CommandService.cfc: line 345
called from /system/services/CommandService.cfc: line 139
called from /system/Shell.cfc: line 773
called from /system/Shell.cfc: line 593
called from /system/Bootstrap.cfm: line 154
bdw429s
03/09/2023, 10:31 PMserverInfo
is definedbdw429s
03/09/2023, 10:34 PM