| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- 2026-05-06 11:05:11.789 INFO c.crm.activity.ActivityApplication - The following profiles are active: prod
- 2026-05-06 11:05:11.899 INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@a67c67e: startup date [Wed May 06 11:05:11 EEST 2026]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96
- 2026-05-06 11:05:27.711 INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2026-05-06 11:05:41.429 INFO o.s.c.context.scope.GenericScope - BeanFactory id=45806a99-c740-3691-b94b-79a9d7507d9a
- 2026-05-06 11:05:41.554 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2026-05-06 11:05:41.757 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-06 11:05:41.757 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-06 11:05:43.679 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a4462ff0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2026-05-06 11:05:46.726 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$c06032ed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2026-05-06 11:05:59.866 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8104 (http)
- 2026-05-06 11:05:59.944 INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 2026-05-06 11:05:59.944 INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23
- 2026-05-06 11:06:00.631 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2026-05-06 11:06:00.631 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 48732 ms
- 2026-05-06 11:06:03.709 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
- 2026-05-06 11:06:03.725 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
- 2026-05-06 11:06:03.725 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 2026-05-06 11:06:03.725 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 2026-05-06 11:06:03.725 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
- 2026-05-06 11:06:16.834 INFO c.a.druid.pool.DruidDataSource - {dataSource-1} inited
- 2026-05-06 11:06:19.068 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
- 2026-05-06 11:06:19.131 INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- 2026-05-06 11:06:21.131 INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
- 2026-05-06 11:06:21.131 INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
- 2026-05-06 11:06:21.146 INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
- 2026-05-06 11:06:22.756 INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
- 2026-05-06 11:06:26.068 INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
- 2026-05-06 11:06:38.036 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2026-05-06 11:07:16.926 INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5a95f63a: startup date [Wed May 06 11:07:16 EEST 2026]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@a67c67e
- 2026-05-06 11:07:16.973 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2026-05-06 11:07:21.848 INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68ba2801: startup date [Wed May 06 11:07:21 EEST 2026]; parent: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@a67c67e
- 2026-05-06 11:07:21.910 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 2026-05-06 11:07:31.316 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-06 11:07:31.332 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-06 11:07:34.800 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@a67c67e: startup date [Wed May 06 11:05:11 EEST 2026]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96
- 2026-05-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.175 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.191 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.206 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-06 11:07:36.222 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-06 11:07:37.910 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2026-05-06 11:07:37.910 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 2026-05-06 11:07:38.050 INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
- 2026-05-06 11:07:38.628 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-06 11:07:41.519 INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
- 2026-05-06 11:07:41.847 INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
- 2026-05-06 11:07:53.097 INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
- 2026-05-06 11:07:53.097 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
- 2026-05-06 11:07:53.128 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
- 2026-05-06 11:07:53.128 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 2026-05-06 11:07:53.128 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
- 2026-05-06 11:07:53.143 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-06 11:07:53.159 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-06 11:07:53.815 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=a67c67e,type=ConfigurationPropertiesRebinder]
- 2026-05-06 11:07:53.878 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-06 11:07:54.409 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
- 2026-05-06 11:07:54.440 INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
- 2026-05-06 11:07:54.706 INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
- 2026-05-06 11:07:56.253 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
- 2026-05-06 11:07:56.253 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
- 2026-05-06 11:07:56.878 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
- 2026-05-06 11:07:56.878 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
- 2026-05-06 11:07:58.237 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Application is null : false
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
- 2026-05-06 11:07:58.503 INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
- 2026-05-06 11:08:00.081 INFO c.netflix.discovery.DiscoveryClient - The response status is 200
- 2026-05-06 11:08:00.081 INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
- 2026-05-06 11:08:00.096 INFO c.n.d.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
- 2026-05-06 11:08:00.096 INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1778054880096 with initial instances count: 2
- 2026-05-06 11:08:01.221 INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application activity-service with eureka with status UP
- 2026-05-06 11:08:01.221 INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1778054881221, current=UP, previous=STARTING]
- 2026-05-06 11:08:01.221 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
- 2026-05-06 11:08:01.252 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_ACTIVITY-SERVICE/activity-service:103.148.58.88:8104: registering service...
- 2026-05-06 11:08:02.034 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_ACTIVITY-SERVICE/activity-service:103.148.58.88:8104 - registration status: 204
- 2026-05-06 11:08:02.049 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8104 (http)
- 2026-05-06 11:08:02.049 INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8104
- 2026-05-06 11:08:02.049 INFO c.crm.activity.ActivityApplication - Started ActivityApplication in 186.822 seconds (JVM running for 217.918)
- 2026-05-06 11:12:54.306 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring FrameworkServlet 'dispatcherServlet'
- 2026-05-06 11:12:54.306 INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
- 2026-05-06 11:12:54.478 INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 172 ms
- 2026-05-06 11:12:55.353 INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
- 2026-05-06 11:12:58.527 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:17:58.541 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:22:58.557 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:27:58.570 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:32:58.582 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:37:58.583 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:42:58.589 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:47:58.593 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:52:58.606 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 11:57:58.614 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:02:58.618 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:07:58.624 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:12:58.635 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:17:58.646 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:22:58.657 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:27:58.666 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:32:58.680 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:37:58.686 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:42:58.699 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:47:58.710 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:52:58.724 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 12:57:58.738 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:02:58.750 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:07:58.751 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:12:58.752 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:17:58.760 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:22:58.763 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:27:58.765 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:32:58.778 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:37:58.786 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:42:58.802 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:47:58.813 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:52:58.821 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 13:57:58.822 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:02:58.837 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:07:58.852 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:12:58.854 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:17:58.865 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:22:58.871 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:27:58.887 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:32:58.902 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:37:58.916 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:42:58.917 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:47:58.918 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:52:58.934 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 14:57:58.936 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:02:58.937 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:07:58.946 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:12:58.951 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:17:58.962 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:22:58.977 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:27:58.980 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:32:58.992 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:37:58.996 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:42:59.010 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:47:59.012 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:52:59.025 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 15:57:59.040 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:02:59.047 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:07:59.055 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:12:59.070 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:17:59.080 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:22:59.089 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:27:59.099 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:32:59.102 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:37:59.116 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:42:59.127 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:47:59.139 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:52:59.148 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 16:57:59.149 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:02:59.152 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:07:59.165 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:12:59.180 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:17:59.182 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:22:59.193 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:27:59.206 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:32:59.222 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:37:59.226 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:42:59.234 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:47:59.247 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:52:59.250 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 17:57:59.253 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:02:59.264 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:07:59.278 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:12:59.281 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:17:59.290 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:22:59.302 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:27:59.314 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:32:59.317 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:37:59.320 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:42:59.321 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:47:59.335 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:52:59.346 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 18:57:59.347 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:02:59.349 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:07:59.353 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:12:59.366 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:17:59.376 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:22:59.386 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:27:59.386 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:32:59.399 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:37:59.410 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:42:59.421 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:47:59.431 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:52:59.432 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 19:57:59.434 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:02:59.448 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:07:59.458 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:12:59.464 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:17:59.465 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:22:59.477 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:27:59.478 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:32:59.488 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:37:59.489 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:42:59.493 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:47:59.508 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:52:59.514 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 20:57:59.529 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:02:59.542 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:07:59.557 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:12:59.569 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:17:59.580 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:22:59.593 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:27:59.603 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:32:59.612 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:37:59.620 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:42:59.636 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:47:59.646 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:52:59.661 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 21:57:59.667 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:02:59.680 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:07:59.684 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:12:59.700 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:17:59.703 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:22:59.711 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:27:59.711 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:32:59.713 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:37:59.724 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:42:59.740 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:47:59.751 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:52:59.767 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 22:57:59.775 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:02:59.782 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:07:59.792 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:12:59.796 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:17:59.800 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:22:59.814 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:27:59.814 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:32:59.818 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:37:59.831 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:42:59.835 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:47:59.839 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:52:59.845 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 2026-05-06 23:57:59.856 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|