| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- 2026-05-10 12:20:41.592 INFO c.crm.activity.ActivityApplication - The following profiles are active: prod
- 2026-05-10 12:20:41.936 INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4: startup date [Sun May 10 12:20:41 EEST 2026]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96
- 2026-05-10 12:20:54.482 INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2026-05-10 12:21:00.310 INFO o.s.c.context.scope.GenericScope - BeanFactory id=45806a99-c740-3691-b94b-79a9d7507d9a
- 2026-05-10 12:21:00.935 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2026-05-10 12:21:01.045 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.crm.activity.service.FinanceDepositGiveFeignService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2026-05-10 12:21:01.060 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.crm.activity.service.PushMessageFeignService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2026-05-10 12:21:02.779 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7c5e129c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2026-05-10 12:21:05.029 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$98781599] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2026-05-10 12:21:19.200 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8104 (http)
- 2026-05-10 12:21:19.560 INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 2026-05-10 12:21:19.560 INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23
- 2026-05-10 12:21:23.622 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2026-05-10 12:21:23.622 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 41686 ms
- 2026-05-10 12:21:27.387 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
- 2026-05-10 12:21:27.403 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
- 2026-05-10 12:21:27.403 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 2026-05-10 12:21:27.403 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 2026-05-10 12:21:27.403 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
- 2026-05-10 12:21:40.918 INFO c.a.druid.pool.DruidDataSource - {dataSource-1} inited
- 2026-05-10 12:21:42.559 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
- 2026-05-10 12:21:42.668 INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- 2026-05-10 12:21:44.184 INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
- 2026-05-10 12:21:44.199 INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
- 2026-05-10 12:21:44.199 INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
- 2026-05-10 12:21:44.778 INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
- 2026-05-10 12:21:46.934 INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
- 2026-05-10 12:21:59.543 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2026-05-10 12:22:36.682 INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6118ad56: startup date [Sun May 10 12:22:36 EEST 2026]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4
- 2026-05-10 12:22:36.885 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2026-05-10 12:22:43.401 INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@168740db: startup date [Sun May 10 12:22:43 EEST 2026]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4
- 2026-05-10 12:22:43.432 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2026-05-10 12:22:55.385 INFO c.n.c.s.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2026-05-10 12:22:55.400 INFO c.n.c.s.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 2026-05-10 12:23:00.025 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71318ec4: startup date [Sun May 10 12:20:41 EEST 2026]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.update(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyUpdateEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/apply],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.apply(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.delete(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyDeleteEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.list(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplySearchEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/complete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.complete(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyApproveEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/info],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<java.util.List<com.crm.rely.backend.core.dto.custom.activity.CustomActivityApplyInfoDto>> com.crm.activity.controller.CustomActivityApplyController.info(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyInfoEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/searcher/passed/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.searcherPassedList(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplySearchEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/pay/validated/logins],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.validatedCloseLoginsFunction(com.crm.rely.backend.core.entity.custom.activity.CustomActivityValidatedLoginsCloseFunctionEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/pay/validated/login],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.validatedLoginCloseFunction(com.crm.rely.backend.core.entity.custom.activity.CustomActivityValidatedCloseFunctionEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/ib/validated/login],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.ibValidatedLoginCloseFunction(com.crm.rely.backend.core.entity.custom.activity.CustomActivityValidatedCloseFunctionEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/ib/close/functions],methods=[POST]}" onto public java.util.Map<java.lang.String, java.util.List<java.lang.String>> com.crm.activity.controller.CustomActivityApplyController.getActivityLoginCloseFunctions(java.util.List<java.lang.Long>) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/de/complete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.deComplete(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/searcher/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.searcherSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.181 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/custom/apply/complete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.applyComplete(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/searcher/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.searcherList(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplySearchEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/custom/activity/manager/approve],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.CustomActivityApplyController.approve(com.crm.rely.backend.core.entity.custom.activity.CustomActivityApplyApproveEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/information/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.user.information.UserInformationSearchPageDto> com.crm.activity.controller.UserInformationController.searchList(com.crm.rely.backend.core.entity.user.information.UserInformationSearchPageEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/information/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.UserInformationController.searchSingle(com.crm.rely.backend.core.entity.user.information.UserInformationReadEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/information/manager/all/read],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.UserInformationController.allRead(com.crm.rely.backend.core.entity.user.information.UserInformationAllReadEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.add(com.crm.rely.backend.core.entity.web.activity.WebActivityAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.update(com.crm.rely.backend.core.entity.web.activity.WebActivityUpdateEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.delete(com.crm.rely.backend.core.entity.web.activity.WebActivityDeleteEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.list(com.crm.rely.backend.core.entity.web.activity.WebActivitySearchEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.list(com.crm.rely.backend.core.entity.web.activity.WebActivitySearchListEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/custom/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.single(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/upload],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebActivityController.upload(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.activity.WebActivitySearchDto> com.crm.activity.controller.WebActivityController.managerSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.197 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/activity/manager/dropdown || /web/activity/ib/dropdown],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<java.util.List<com.crm.rely.backend.core.dto.web.activity.WebActivityDropdownDto>> com.crm.activity.controller.WebActivityController.dropdown(com.crm.rely.backend.core.entity.web.activity.WebActivityDropdownEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.add(com.crm.rely.backend.core.entity.web.information.WebInformationAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.update(com.crm.rely.backend.core.entity.web.information.WebInformationUpdateEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.delete(com.crm.rely.backend.core.entity.web.information.WebInformationDeleteEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/custom/newsletter/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.customNewsletterList(com.crm.rely.backend.core.entity.web.information.WebInformationSearchListEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.pageSearchList(com.crm.rely.backend.core.entity.web.information.WebInformationSearchListEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.single(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/manager/upload],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebInformationController.upload(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/custom/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.customSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.213 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/information/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.information.WebInformationSearchDto> com.crm.activity.controller.WebInformationController.customList(com.crm.rely.backend.core.entity.web.information.WebInformationSearchListEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.add(com.crm.rely.backend.core.entity.web.video.WebVideoAddEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/update],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.update(com.crm.rely.backend.core.entity.web.video.WebVideoUpdateEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.delete(com.crm.rely.backend.core.entity.web.video.WebVideoDeleteEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.pageSearchList(com.crm.rely.backend.core.entity.web.video.WebVideoSearchListEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/upload/video],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.uploadVideo(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/search/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.single(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/manager/upload],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.activity.controller.WebVideoController.upload(org.springframework.web.multipart.MultipartFile) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/custom/single],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.customSingle(com.crm.rely.backend.core.entity.base.SingleLongEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.228 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/web/video/custom/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.web.video.WebVideoSearchDto> com.crm.activity.controller.WebVideoController.customList(com.crm.rely.backend.core.entity.web.video.WebVideoSearchListEntity) throws java.lang.Exception
- 2026-05-10 12:23:01.244 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2026-05-10 12:23:01.244 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2026-05-10 12:23:01.260 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/sign],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto<com.crm.rely.backend.core.dto.oss.OssSignDto> com.crm.login.rely.backend.controller.UploadController.sign(com.crm.rely.backend.core.entity.oss.OssSignEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
- 2026-05-10 12:23:01.260 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/callback],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.callback(com.crm.rely.backend.core.entity.oss.OssCallbackEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
- 2026-05-10 12:23:01.260 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],methods=[GET]}" onto public java.lang.Object com.crm.rely.backend.controller.NotFoundExceptionController.error(javax.servlet.http.HttpServletResponse) throws java.lang.Exception
- 2026-05-10 12:23:02.197 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2026-05-10 12:23:02.197 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2026-05-10 12:23:02.306 INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
- 2026-05-10 12:23:02.603 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2026-05-10 12:23:05.244 INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
- 2026-05-10 12:23:05.494 INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
- 2026-05-10 12:23:14.822 INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
- 2026-05-10 12:23:14.837 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
- 2026-05-10 12:23:14.853 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
- 2026-05-10 12:23:14.853 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 2026-05-10 12:23:14.853 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
- 2026-05-10 12:23:14.853 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager]
- 2026-05-10 12:23:14.884 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope]
- 2026-05-10 12:23:14.915 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=71318ec4,type=ConfigurationPropertiesRebinder]
- 2026-05-10 12:23:14.962 INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
- 2026-05-10 12:23:15.540 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
- 2026-05-10 12:23:15.572 INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
- 2026-05-10 12:23:15.790 INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
- 2026-05-10 12:23:16.619 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
- 2026-05-10 12:23:16.619 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
- 2026-05-10 12:23:17.165 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
- 2026-05-10 12:23:17.165 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
- 2026-05-10 12:23:17.947 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Application is null : false
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
- 2026-05-10 12:23:18.587 INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
- 2026-05-10 12:23:19.275 INFO c.netflix.discovery.DiscoveryClient - The response status is 200
- 2026-05-10 12:23:19.275 INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
- 2026-05-10 12:23:19.290 INFO c.n.d.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
- 2026-05-10 12:23:19.290 INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1778404999290 with initial instances count: 3
- 2026-05-10 12:23:19.900 INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application activity-service with eureka with status UP
- 2026-05-10 12:23:19.900 INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1778404999900, current=UP, previous=STARTING]
- 2026-05-10 12:23:19.915 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
- 2026-05-10 12:23:19.947 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_ACTIVITY-SERVICE/activity-service:103.148.58.88:8104: registering service...
- 2026-05-10 12:23:20.087 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8104 (http)
- 2026-05-10 12:23:20.087 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_ACTIVITY-SERVICE/activity-service:103.148.58.88:8104 - registration status: 204
- 2026-05-10 12:23:20.103 INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8104
- 2026-05-10 12:23:20.103 INFO c.crm.activity.ActivityApplication - Started ActivityApplication in 186.963 seconds (JVM running for 218.518)
- 2026-05-10 12:28:18.613 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:33:18.620 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:38:18.624 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:43:18.766 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:44:45.897 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring FrameworkServlet 'dispatcherServlet'
- 2026-05-10 12:44:45.897 INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
- 2026-05-10 12:44:46.225 INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 328 ms
- 2026-05-10 12:44:46.788 INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
- 2026-05-10 12:48:18.769 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:53:18.784 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 12:58:18.798 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:03:18.802 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:08:18.818 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:13:18.820 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:18:18.829 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:23:18.830 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:28:18.831 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:33:18.840 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:38:18.840 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:43:18.847 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:48:18.851 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:53:18.865 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 13:58:18.879 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:03:18.880 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:08:18.885 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:13:18.897 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:18:18.909 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:23:18.925 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:28:18.939 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:33:18.953 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:38:18.954 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:43:18.968 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:48:18.996 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:53:19.017 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 14:58:19.025 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:03:19.036 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:08:19.050 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:13:19.060 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:18:19.073 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:23:19.083 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:28:19.087 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:33:19.088 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:38:19.095 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:43:19.104 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:48:19.109 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:53:19.126 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 15:58:19.127 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:03:19.141 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:08:19.156 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:13:19.170 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:18:19.180 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:23:19.191 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:28:19.203 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:33:19.212 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:38:19.213 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:43:19.226 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:48:19.228 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:53:19.239 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 16:58:19.240 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:03:19.256 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:08:19.266 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:13:19.267 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:18:19.278 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:23:19.283 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:28:19.296 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:33:19.301 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:38:19.305 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:43:19.319 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:48:19.331 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:53:19.333 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 17:58:19.335 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:03:19.350 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:08:19.354 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:13:19.358 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:18:19.361 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:23:19.368 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:28:19.371 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:33:19.379 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:38:19.383 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:43:19.384 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:48:19.395 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:53:19.410 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 18:58:19.426 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:03:19.427 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:08:19.441 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:13:19.442 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:18:19.444 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:23:19.452 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:28:19.465 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:33:19.479 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:38:19.492 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:43:19.504 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:48:19.513 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:53:19.514 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 19:58:19.517 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:03:19.518 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:08:19.532 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:13:19.548 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:18:19.549 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:23:19.565 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:28:19.576 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:33:19.592 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:38:19.594 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:43:19.599 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:48:19.608 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:53:19.623 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 20:58:19.627 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:03:19.628 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:08:19.634 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:13:19.636 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:18:19.641 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:23:19.654 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:28:19.656 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:33:19.668 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:38:19.683 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:43:19.698 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:48:19.708 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:53:19.712 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 21:58:19.722 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:03:19.732 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:08:19.744 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:13:19.758 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:18:19.773 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:23:19.781 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:28:19.789 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:33:19.800 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:38:19.810 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:43:19.820 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:48:19.829 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:53:19.831 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 22:58:19.833 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:03:19.840 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:08:19.847 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:13:19.863 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:18:19.863 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:23:19.864 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:28:19.879 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:33:19.885 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:38:19.888 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:43:19.893 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:48:19.894 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:53:19.906 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-10 23:58:19.914 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|