I18nUtils should not fail (if key is null ?)
org.ametys.core.cache.CacheException: Complex key is not valid because it contains null values
at org.ametys.plugins.core.impl.cache.GuavaCache.get(GuavaCache.java:110)
at org.ametys.core.util.I18nUtils.translate(I18nUtils.java:220)
at org.ametys.core.util.I18nUtils.translate(I18nUtils.java:184)
at org.ametys.core.util.I18nUtils.translate(I18nUtils.java:171)
at org.ametys.cms.schedule.AbstractSendingMailSchedulable._sendMail(AbstractSendingMailSchedulable.java:145)
at org.ametys.cms.schedule.AbstractSendingMailSchedulable.execute(AbstractSendingMailSchedulable.java:96)
at org.ametys.core.schedule.AmetysJob.execute(AmetysJob.java:151)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
- testing discovered
-
CMS-10049 Add the possibility to receive an e-mail after the rebuild and/or the re-indexation
- Closed