Upgrade to 2.32.4

While upgrading from 2.31.8 to 2.32.4 I noticed this in the log:

  • WARN 2020-04-20 07:54:42,811 Exception setting default cache manager name (Log.java [main])
    javax.naming.NameNotFoundException: Name [org.cache2k.CacheManager.defaultName] is not bound in this Context. Unable to find [org.cache2k.CacheManager.defaultName].
    at org.apache.naming.NamingContext.lookup(NamingContext.java:833)
    at org.apache.naming.NamingContext.lookup(NamingContext.java:174)
    at …

I assume this is cache2k related - is there something I need to do to resolve it?

@Edward_Robinson This is actually a bug in v1.2.3 of the cache2k library. (`javax.naming.NameNotFoundException` thrown at application startup · Issue #130 · cache2k/cache2k · GitHub)

It has been resolved in cache2k library v1.2.4, which has been updated in dhis2 for subsequent patch release of 2.32.5.

Also, this is only a warning and will not cause any functional issues to the application.

Hope this helps.

Great, thank you Ameen!