refresh jobs are failing
2024-02-13 11:10:24,942 ERROR [Thread-7] (MinervaJobService.java:199) - Problem with executing job: REFRESH_CACHE (job id: 179710)
lcsb.mapviewer.common.exception.InvalidArgumentException: Cache passed as argument cannot be null
at lcsb.mapviewer.annotation.cache.GeneralCacheWithExclusion.<init>(GeneralCacheWithExclusion.java:48) ~[annotation-17.0.0~beta.2.jar!/:?]
at lcsb.mapviewer.annotation.cache.GeneralCache.execute(GeneralCache.java:499) ~[annotation-17.0.0~beta.2.jar!/:?]
at lcsb.mapviewer.annotation.cache.GeneralCache$$FastClassBySpringCGLIB$$a671643d.invoke(<generated>) ~[annotation-17.0.0~beta.2.jar!/:?]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.31.jar!/:5.3.31]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792) ~[spring-aop-5.3.31.jar!/:5.3.31]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.31.jar!/:5.3.31]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) ~[spring-aop-5.3.31.jar!/:5.3.31]
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.31.jar!/:5.3.31]
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.31.jar!/:5.3.31]
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.31.jar!/:5.3.31]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.31.jar!/:5.3.31]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) ~[spring-aop-5.3.31.jar!/:5.3.31]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707) ~[spring-aop-5.3.31.jar!/:5.3.31]
at lcsb.mapviewer.annotation.cache.GeneralCache$$EnhancerBySpringCGLIB$$1ad5fa24.execute(<generated>) ~[annotation-17.0.0~beta.2.jar!/:?]
at lcsb.mapviewer.services.impl.MinervaJobService$2.call(MinervaJobService.java:141) [service-17.0.0~beta.2.jar!/:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_392]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_392]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_392]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_392]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_392]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_392]