| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496 |
- 16:28:29.681 [main] INFO com.crm.email.EmailApplication - The following profiles are active: prod
- 16:28:30.493 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@78c03f1f: startup date [Tue Jul 05 16:28:30 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@442d9b6e
- 16:28:37.435 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
- 16:28:38.451 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=0788ebaa-69f8-3283-8ade-ef642d0371dc
- 16:28:38.585 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 16:28:39.694 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b00c4306] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 16:28:40.905 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$cc264603] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 16:28:45.888 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8101 (http)
- 16:28:46.638 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 16:28:46.638 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.31
- 16:28:48.653 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 16:28:48.653 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 18223 ms
- 16:28:50.669 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
- 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
- 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
- 16:28:53.696 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
- 16:28:56.401 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
- 16:28:56.451 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- 16:28:57.460 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
- 16:28:57.466 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
- 16:28:57.475 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
- 16:28:58.023 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
- 16:28:59.125 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
- 16:29:07.273 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 16:29:22.876 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
- 16:29:22.876 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 16:29:22.891 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
- 16:29:22.891 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 16:29:26.876 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@78c03f1f: startup date [Tue Jul 05 16:28:30 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@442d9b6e
- 16:29:28.047 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/manager/supplement/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.managerSupplementSendEmail(com.crm.rely.backend.core.entity.system.email.SupplementSendEmailEntity) throws java.lang.Exception
- 16:29:28.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/supplement/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.supplementSendEmail(com.crm.rely.backend.core.entity.system.email.SupplementSendEmailEntity) throws java.lang.Exception
- 16:29:28.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.sendEmail(com.crm.rely.backend.core.entity.system.email.SysEmailSendEntity) throws java.lang.Exception
- 16:29:28.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/manager/test/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.sendEmailTest(com.crm.rely.backend.core.entity.system.email.SysEmailTestSendEntity) throws java.lang.Exception
- 16:29:28.063 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.system.email.record.SysEmailRecordSearchDto> com.crm.email.controller.EmailController.searchList(com.crm.rely.backend.core.entity.system.email.record.SysEmailRecordSearchEntity) throws java.lang.Exception
- 16:29:28.157 [main] 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)
- 16:29:28.157 [main] 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)
- 16:29:28.157 [main] 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
- 16:29:28.157 [main] 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
- 16:29:28.172 [main] 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
- 16:29:28.516 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 16:29:28.516 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 16:29:28.688 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
- 16:29:28.766 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 16:29:30.313 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
- 16:29:30.672 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
- 16:29:37.194 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
- 16:29:37.210 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
- 16:29:37.225 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
- 16:29:37.225 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 16:29:37.225 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
- 16:29:37.241 [main] 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]
- 16:29:37.350 [main] 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]
- 16:29:37.460 [main] 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=78c03f1f,type=ConfigurationPropertiesRebinder]
- 16:29:37.475 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
- 16:29:38.272 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
- 16:29:38.335 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
- 16:29:38.819 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
- 16:29:40.491 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
- 16:29:40.491 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
- 16:29:41.710 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
- 16:29:41.710 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
- 16:29:44.428 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
- 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
- 16:29:46.631 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
- 16:29:46.631 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
- 16:29:46.631 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
- 16:29:46.647 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1657009786647 with initial instances count: 2
- 16:29:48.006 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application email-service with eureka with status UP
- 16:29:48.006 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1657009788006, current=UP, previous=STARTING]
- 16:29:48.022 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
- 16:29:48.131 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_EMAIL-SERVICE/email-service:103.148.58.88:8101: registering service...
- 16:29:48.319 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_EMAIL-SERVICE/email-service:103.148.58.88:8101 - registration status: 204
- 16:29:49.272 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8101 (http)
- 16:29:49.272 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8101
- 16:29:49.272 [main] INFO com.crm.email.EmailApplication - Started EmailApplication in 90.245 seconds (JVM running for 105.253)
- 16:34:44.887 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 16:39:44.909 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 16:44:44.930 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 16:49:44.956 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 16:54:44.971 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 16:59:44.996 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:04:45.019 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:09:45.044 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:14:45.059 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:19:45.081 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:24:45.100 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:29:45.124 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 17:34:45.149 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:00:17.140 [main] INFO com.crm.email.EmailApplication - The following profiles are active: prod
- 18:00:17.249 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@78c03f1f: startup date [Tue Jul 05 18:00:17 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@442d9b6e
- 18:00:22.734 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
- 18:00:24.093 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=0788ebaa-69f8-3283-8ade-ef642d0371dc
- 18:00:24.155 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- 18:00:25.749 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b00c4306] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 18:00:27.483 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$cc264603] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 18:00:38.468 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8101 (http)
- 18:00:40.978 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- 18:00:40.978 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.31
- 18:00:45.306 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 18:00:45.306 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 28057 ms
- 18:00:48.196 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
- 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
- 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
- 18:00:52.228 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
- 18:00:55.852 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
- 18:00:55.899 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- 18:00:56.368 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
- 18:00:56.384 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
- 18:00:56.384 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
- 18:00:56.618 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
- 18:01:01.196 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
- 18:01:11.586 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
- 18:01:33.101 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
- 18:01:33.101 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 18:01:33.117 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
- 18:01:33.117 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
- 18:01:39.914 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@78c03f1f: startup date [Tue Jul 05 18:00:17 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@442d9b6e
- 18:01:41.382 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/manager/search/list],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.ResultWithPagerDto<com.crm.rely.backend.core.dto.system.email.record.SysEmailRecordSearchDto> com.crm.email.controller.EmailController.searchList(com.crm.rely.backend.core.entity.system.email.record.SysEmailRecordSearchEntity) throws java.lang.Exception
- 18:01:41.382 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/manager/test/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.sendEmailTest(com.crm.rely.backend.core.entity.system.email.SysEmailTestSendEntity) throws java.lang.Exception
- 18:01:41.382 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.sendEmail(com.crm.rely.backend.core.entity.system.email.SysEmailSendEntity) throws java.lang.Exception
- 18:01:41.382 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/manager/supplement/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.managerSupplementSendEmail(com.crm.rely.backend.core.entity.system.email.SupplementSendEmailEntity) throws java.lang.Exception
- 18:01:41.382 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/email/supplement/send],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.email.controller.EmailController.supplementSendEmail(com.crm.rely.backend.core.entity.system.email.SupplementSendEmailEntity) throws java.lang.Exception
- 18:01:41.398 [main] 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)
- 18:01:41.398 [main] 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)
- 18:01:41.398 [main] 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
- 18:01:41.398 [main] 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
- 18:01:41.398 [main] 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
- 18:01:41.570 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 18:01:41.570 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 18:01:42.086 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
- 18:01:42.367 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
- 18:01:43.742 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
- 18:01:43.804 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
- 18:01:48.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
- 18:01:48.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
- 18:01:49.085 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
- 18:01:49.085 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
- 18:01:49.085 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
- 18:01:49.085 [main] 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]
- 18:01:49.320 [main] 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]
- 18:01:49.413 [main] 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=78c03f1f,type=ConfigurationPropertiesRebinder]
- 18:01:49.429 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
- 18:01:50.117 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
- 18:01:50.148 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
- 18:01:51.366 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
- 18:01:53.023 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
- 18:01:53.023 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
- 18:01:53.601 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
- 18:01:53.601 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
- 18:01:58.257 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
- 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
- 18:02:00.038 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
- 18:02:00.038 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
- 18:02:00.038 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
- 18:02:00.038 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1657015320038 with initial instances count: 0
- 18:02:00.101 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application email-service with eureka with status UP
- 18:02:00.101 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1657015320101, current=UP, previous=STARTING]
- 18:02:00.101 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
- 18:02:02.944 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_EMAIL-SERVICE/email-service:103.148.58.88:8101: registering service...
- 18:02:05.632 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_EMAIL-SERVICE/email-service:103.148.58.88:8101 - registration status: 204
- 18:02:07.882 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8101 (http)
- 18:02:07.882 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8101
- 18:02:07.882 [main] INFO com.crm.email.EmailApplication - Started EmailApplication in 129.914 seconds (JVM running for 150.499)
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: false
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
- 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: false
- 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
- 18:03:00.854 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
- 18:06:58.573 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:11:58.590 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:16:58.601 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:21:58.617 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:26:58.629 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:31:58.690 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:36:58.726 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:41:58.749 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:46:58.752 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:51:58.768 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 18:56:58.780 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:01:58.788 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:06:58.796 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:11:58.840 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:16:58.883 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:21:58.913 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:26:58.934 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:31:58.950 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:36:58.968 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:41:58.981 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:46:58.998 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:51:59.021 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 19:56:59.064 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:01:59.092 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:06:59.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:11:59.117 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:16:59.126 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:21:59.163 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:26:59.181 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:31:59.192 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:36:59.209 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:41:59.234 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:46:59.247 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:51:59.256 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 20:56:59.289 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:01:59.304 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:06:59.311 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:11:59.334 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:16:59.356 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:21:59.373 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:26:59.386 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:31:59.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:36:59.435 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:41:59.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:46:59.479 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:51:59.495 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 21:54:00.384 [http-nio-8101-exec-4] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring FrameworkServlet 'dispatcherServlet'
- 21:54:00.384 [http-nio-8101-exec-4] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
- 21:54:00.415 [http-nio-8101-exec-4] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 31 ms
- 21:54:00.712 [http-nio-8101-exec-4] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
- 21:54:00.899 [http-nio-8101-exec-4] DEBUG org.hibernate.SQL - select sysemailte0_.id as id1_78_, sysemailte0_.add_ip as add_ip2_78_, sysemailte0_.add_time as add_time3_78_, sysemailte0_.add_user as add_user4_78_, sysemailte0_.modify_ip as modify_i5_78_, sysemailte0_.modify_time as modify_t6_78_, sysemailte0_.modify_user as modify_u7_78_, sysemailte0_.note as note8_78_, sysemailte0_.code as code9_78_, sysemailte0_.content as content10_78_, sysemailte0_.email_config_id as email_c11_78_, sysemailte0_.name as name12_78_, sysemailte0_.notification_object as notific13_78_, sysemailte0_.subject as subject14_78_, sysemailte0_.type as type15_78_ from sys_email_template sysemailte0_ where sysemailte0_.code=?
- 21:54:00.931 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [SYSTEM_TEST]
- 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
- 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - 邮件发送失败,失败记录数据:SysEmailSendEntity(users=645571361@qq.com, templateName=SYSTEM_TEST, emailConfigId=null, subject==?UTF-8?Q?=E5=86=85=E8=BD=AC=E7=94=B3=E8=AF=B7?= =?UTF-8?Q?=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5?=, content=<div style="width: 640px; height: auto; border: 1px solid #E1E1E1; background-color: #ffffff; padding: 25px; font-size: 14px;">
- <div style="border-bottom: 1px solid #E1E1E1; display: flex; justify-content: space-between; padding-bottom: 25px;"><img style="width: 332px; height: 75px;" src="https://my.XXXXXX.com/icon/logo.png" alt="" />
- <div> </div>
- </div>
- <div style="width: 100%;">
- <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
- <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
- <div style="padding: 20px 0; width: 100%; height: 100%;">
- <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
- <tbody>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_C_ID_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_NAME_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_LOGIN_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_DEPOSIT_LOGIN_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_APPLY_TIME_V</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div style="width: 100%; height: 60px; border-radius: 2px; background-color: rgba(235, 63, 87, 1); color: #ffffff; display: flex; justify-content: space-between; padding: 20px; box-sizing: border-box;">
- <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
- <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
- <div style="text-align: center; padding-top: 20px;">【打印】</div>
- </div>, map=null, sendDate=Tue Jul 05 21:54:00 CST 2022, imageFilesMap=null, attachContentsList=null, emailSendEnum=null, callbackMq=null, addTime=null, addUser=null, addIp=null, note=null)
- 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - 失败原因:535 Error: authentication failed
- 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
- 21:54:11.872 [http-nio-8101-exec-4] DEBUG org.hibernate.SQL - insert into sys_email_record (add_ip, add_time, add_user, modify_ip, modify_time, modify_user, note, callback_mq, content, email_config_id, error_code, error_msg, from_account, send_date, send_type, status, subject, users) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [TIMESTAMP] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [BIGINT] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [TIMESTAMP] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [BIGINT] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [VARCHAR] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [VARCHAR] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [9] as [VARCHAR] - [<div style="width: 640px; height: auto; border: 1px solid #E1E1E1; background-color: #ffffff; padding: 25px; font-size: 14px;">
- <div style="border-bottom: 1px solid #E1E1E1; display: flex; justify-content: space-between; padding-bottom: 25px;"><img style="width: 332px; height: 75px;" src="https://my.XXXXXX.com/icon/logo.png" alt="" />
- <div> </div>
- </div>
- <div style="width: 100%;">
- <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
- <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
- <div style="padding: 20px 0; width: 100%; height: 100%;">
- <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
- <tbody>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_C_ID_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_NAME_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_LOGIN_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_DEPOSIT_LOGIN_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_APPLY_TIME_V</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div style="width: 100%; height: 60px; border-radius: 2px; background-color: rgba(235, 63, 87, 1); color: #ffffff; display: flex; justify-content: space-between; padding: 20px; box-sizing: border-box;">
- <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
- <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
- <div style="text-align: center; padding-top: 20px;">【打印】</div>
- </div>]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [10] as [BIGINT] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [11] as [VARCHAR] - [null]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [12] as [VARCHAR] - [535 Error: authentication failed
- ]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [13] as [VARCHAR] - [mic_partnership@126.com]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [14] as [TIMESTAMP] - [Tue Jul 05 21:54:00 CST 2022]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [15] as [VARCHAR] - []
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [16] as [INTEGER] - [0]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [17] as [VARCHAR] - [=?UTF-8?Q?=E5=86=85=E8=BD=AC=E7=94=B3=E8=AF=B7?= =?UTF-8?Q?=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5?=]
- 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [18] as [VARCHAR] - [645571361@qq.com]
- 21:54:18.076 [http-nio-8101-exec-7] DEBUG org.hibernate.SQL - select sysemailte0_.id as id1_78_, sysemailte0_.add_ip as add_ip2_78_, sysemailte0_.add_time as add_time3_78_, sysemailte0_.add_user as add_user4_78_, sysemailte0_.modify_ip as modify_i5_78_, sysemailte0_.modify_time as modify_t6_78_, sysemailte0_.modify_user as modify_u7_78_, sysemailte0_.note as note8_78_, sysemailte0_.code as code9_78_, sysemailte0_.content as content10_78_, sysemailte0_.email_config_id as email_c11_78_, sysemailte0_.name as name12_78_, sysemailte0_.notification_object as notific13_78_, sysemailte0_.subject as subject14_78_, sysemailte0_.type as type15_78_ from sys_email_template sysemailte0_ where sysemailte0_.code=?
- 21:54:18.076 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [SYSTEM_TEST]
- 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
- 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - 邮件发送失败,失败记录数据:SysEmailSendEntity(users=645571361@qq.com, templateName=SYSTEM_TEST, emailConfigId=null, subject==?UTF-8?Q?=E5=86=85=E8=BD=AC=E7=94=B3=E8=AF=B7?= =?UTF-8?Q?=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5?=, content=<div style="width: 640px; height: auto; border: 1px solid #E1E1E1; background-color: #ffffff; padding: 25px; font-size: 14px;">
- <div style="border-bottom: 1px solid #E1E1E1; display: flex; justify-content: space-between; padding-bottom: 25px;"><img style="width: 332px; height: 75px;" src="https://my.XXXXXX.com/icon/logo.png" alt="" />
- <div> </div>
- </div>
- <div style="width: 100%;">
- <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
- <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
- <div style="padding: 20px 0; width: 100%; height: 100%;">
- <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
- <tbody>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_C_ID_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_NAME_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_LOGIN_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_DEPOSIT_LOGIN_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_APPLY_TIME_V</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div style="width: 100%; height: 60px; border-radius: 2px; background-color: rgba(235, 63, 87, 1); color: #ffffff; display: flex; justify-content: space-between; padding: 20px; box-sizing: border-box;">
- <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
- <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
- <div style="text-align: center; padding-top: 20px;">【打印】</div>
- </div>, map=null, sendDate=Tue Jul 05 21:54:18 CST 2022, imageFilesMap=null, attachContentsList=null, emailSendEnum=null, callbackMq=null, addTime=null, addUser=null, addIp=null, note=null)
- 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - 失败原因:535 Error: authentication failed
- 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
- 21:54:18.544 [http-nio-8101-exec-7] DEBUG org.hibernate.SQL - insert into sys_email_record (add_ip, add_time, add_user, modify_ip, modify_time, modify_user, note, callback_mq, content, email_config_id, error_code, error_msg, from_account, send_date, send_type, status, subject, users) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [TIMESTAMP] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [BIGINT] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [TIMESTAMP] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [BIGINT] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [VARCHAR] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [VARCHAR] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [9] as [VARCHAR] - [<div style="width: 640px; height: auto; border: 1px solid #E1E1E1; background-color: #ffffff; padding: 25px; font-size: 14px;">
- <div style="border-bottom: 1px solid #E1E1E1; display: flex; justify-content: space-between; padding-bottom: 25px;"><img style="width: 332px; height: 75px;" src="https://my.XXXXXX.com/icon/logo.png" alt="" />
- <div> </div>
- </div>
- <div style="width: 100%;">
- <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
- <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
- <div style="padding: 20px 0; width: 100%; height: 100%;">
- <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
- <tbody>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_C_ID_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_NAME_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_LOGIN_V</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_DEPOSIT_LOGIN_V</td>
- </tr>
- <tr style="background-color: #f0f0f0;">
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
- </tr>
- <tr>
- <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
- <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;"> V_APPLY_TIME_V</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div style="width: 100%; height: 60px; border-radius: 2px; background-color: rgba(235, 63, 87, 1); color: #ffffff; display: flex; justify-content: space-between; padding: 20px; box-sizing: border-box;">
- <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
- <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
- <div style="text-align: center; padding-top: 20px;">【打印】</div>
- </div>]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [10] as [BIGINT] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [11] as [VARCHAR] - [null]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [12] as [VARCHAR] - [535 Error: authentication failed
- ]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [13] as [VARCHAR] - [mic_partnership@126.com]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [14] as [TIMESTAMP] - [Tue Jul 05 21:54:18 CST 2022]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [15] as [VARCHAR] - []
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [16] as [INTEGER] - [0]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [17] as [VARCHAR] - [=?UTF-8?Q?=E5=86=85=E8=BD=AC=E7=94=B3=E8=AF=B7?= =?UTF-8?Q?=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5?=]
- 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [18] as [VARCHAR] - [645571361@qq.com]
- 21:56:59.517 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:01:59.541 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:06:59.565 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:11:59.587 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:16:59.600 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:21:59.638 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:26:59.662 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:31:59.677 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:36:59.698 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:41:59.726 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:46:59.748 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:51:59.760 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 22:56:59.790 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:01:59.802 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:06:59.810 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:11:59.843 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:16:59.872 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:21:59.892 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:26:59.907 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:31:59.936 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:36:59.960 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:41:59.978 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:47:00.016 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:52:00.030 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
- 23:57:00.053 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|