sknowlton
06/03/2022, 7:12 PMgetObjectMetadata
returning null?
Error building: modules_app.api.modules_app.v1.handlers.game -> The function [getObjectMetadata] has an invalid return value , [Cannot cast null value to value of type [struct]]
the function is located at [/app/coldbox/system/cache/store/indexers/MetadataIndexer.cfc]. DSL: , Path: modules_app.api.modules_app.v1.handlers.game,
Error Location:
/app/coldbox/system/cache/store/indexers/MetadataIndexer.cfc:128
/app/coldbox/system/cache/store/ConcurrentStore.cfc:122
/app/coldbox/system/cache/providers/CacheBoxProvider.cfc:216
/app/coldbox/system/cache/AbstractCacheBoxProvider.cfc:376
/app/coldbox/system/FrameworkSupertype.cfc:704
/app/coldbox/system/FrameworkSupertype.cfc:729
/app/coldbox/system/EventHandler.cfc:63
bdw429s
06/03/2022, 7:17 PMsknowlton
06/03/2022, 7:18 PMsknowlton
06/03/2022, 7:18 PMsknowlton
06/03/2022, 7:18 PMvar metadata = getObjectMetadata( arguments.objectKey );
in MetadataIndexer.cfc
bdw429s
06/03/2022, 7:20 PMpoolMetadata
is an instance of java.util.concurrent.ConcurrentHashMap
bdw429s
06/03/2022, 7:20 PMbdw429s
06/03/2022, 7:22 PMsknowlton
06/03/2022, 7:23 PMbdw429s
06/03/2022, 7:27 PMsknowlton
06/03/2022, 7:27 PMbdw429s
06/03/2022, 7:28 PMbdw429s
06/03/2022, 7:28 PMbdw429s
06/03/2022, 7:29 PMsknowlton
06/03/2022, 7:29 PMsknowlton
06/03/2022, 7:29 PM