Chart Cache Error in ColdFusion 2021
I am trying to move our site over to ColdFusion 2021 and the same code that runs in ColdFusion 10 (yes, very old), will not run in CF 2021. The CF Admin is set to save the Cached files in: E:\ColdFusion2021\cfusion\tmpCache\CFFileServlet\_cf_chart. When I watch that folder as the code is being run, rather than have all of the PNG images appear as the code is generating them, only two files are created.
%0043%0046_%0043hart_%0043ache%004danager.data - type is "DATA File" and size is 0 KB
.ehcache-diskstore.lock - type is "LOCK File" and size is 0 KB.
The obvious conclusion is that there must be a file permissions issue, but we gave "Everyone" full control, as well as the user that ColdFusion is running under - it makes no difference. After those files are created, the only way to delete them is to reboot the system.
Any thoughts would be greatly appreciated.
Thanks
Curt
