Issues
- Bug in JDBCMetadataIndexer sortedKeys() using non-existent variable `arguments.objectKey`CACHEBOX-80Resolved issue: CACHEBOX-80Luis Majano
- Unable to Serialize Object with JDBC Store and LuceeCACHEBOX-78Resolved issue: CACHEBOX-78Luis Majano
- JDBCStore Objects No Longer Have Mementifier When Retrieved from CacheCACHEBOX-77Resolved issue: CACHEBOX-77Luis Majano
3 of 3
Bug in JDBCMetadataIndexer sortedKeys() using non-existent variable `arguments.objectKey`
Fixed
Description
Attachments
2
Created February 7, 2022 at 7:11 PM
Updated February 9, 2022 at 5:52 PM
Resolved February 9, 2022 at 5:47 PM
Activity
Show:
David LevinFebruary 9, 2022 at 5:52 PM
Thanks , you’re a rock star!
David LevinFebruary 8, 2022 at 10:53 PM
I changed the status to “accepted” as the issue was stuck on “waiting for customer”. I’m not sure if I did the right status change or not.
David LevinFebruary 8, 2022 at 9:48 PMEdited
Version: 6.5.2+37
I just updated to version 6.6.0+1 and the offending method moved to line 210:
See line 219 for the missing argument reference.
Luis MajanoFebruary 8, 2022 at 9:39 PM
Which version is this?
I have different things on line 190
There appears to be a bug in coldbox\system\cache\store\indexers\JDBCMetadataIndexer.cfc where the function
getSortedKeys()
references a non-existent variablearguments.objectKey
on line 190I just had a production app throw hundreds of errors when the indexer attempted to execute from the FIFO policy.