Anyone experience this error in CF2023: net.sf.eh...
# cfml-general
b
Anyone experience this error in CF2023: net.sf.ehcache.config.CacheConfiguration not found by caching [37]? Note, we verified the latest version 11 of the cache package is installed; however, this error occurs with any caching action (cachePut(), cachewithin). This issue surfaced following update to CFHF13 and update to Java 17.0.14. Oddly, we have been successful with the upgrade on other servers in our environments; however, we have having this issue on a single server. Thus, is there a CF config caching, Java caching, etc..., that may be causing this issue. Note, the class path shown in CF Settings Summary does include the related ehcache jar(s). Unfortunately this is occurring on a production server, thus high priority. Note, we did CF service restarts and server reboots as well, however no resolution.
b
tried purgecache, though still seeing the error
actually, the purgecache may have solved it
👍🏻 1
the server is now operational!
though from perspective of CF hotfixes, may be good of Adobe included any package updates in the HF zip for servers which are on intranets
we found that there was also an admin package that was updated, that we did not originally have. Fortunately we have an envrio open to internet that got the "latest" packages from Adobe and seemed to have fixed the issue.
overall though I think that purgecache recommendation saved the day! thx!