I installed an instance of Sentilo of 4 docker containers. First one for Redis, second one for mongodb, third one for apache tomcat and catalog and last one for running platform service.
Every things worked fine until today, when I was going to login in dashboard got the
I checked the logs and I find out that on tomcat (catalina.out) there are some errors like below
020-09-15 11:29:20,431 GMT [catalogScheduler-3] ERROR org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task.org.sentilo.web.catalog.exception.CatalogException: ; nested exception is com.mongodb.MongoBulkWriteException: Bulk write operation error on server mongo_host:27017. Write errors: [BulkWriteError{index=0, code=11000, message='E11000 duplicate key error collection: sentilo.performance index: _id_ dup key: { : "1600169337062" }', details={ }}, BulkWriteError{index=1, code=11000, message='E11000 duplicate key error collection: sentilo.performance index: _id_ dup key: { : "1600169337062test" }', details={ }}].
at org.sentilo.web.catalog.aop.aspect.CatalogExceptionTranslationInterceptor.doTranslationAction(CatalogExceptionTranslationInterceptor.java:69) ~[classes/:na]
at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.0.8.RELEASE.jar:5.0.8.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:626) ~[spring-aop-5.0.8.RELEASE.jar:5.0.8.RELEASE]
at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:66) ~[spring-aop-5.0.8.RELEASE.jar:5.0.8.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) ~[spring-aop-5.0.8.RELEASE.jar:5.0.8.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) ~[spring-aop-5.0.8.RELEASE.jar:5.0.8.RELEASE]
I have already cleared all KEYS from Redis, restart sentilo server restart apcahe tomcat but still I have got the error in catalina.out