logback.2022-07-05.log 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. 16:28:29.681 [main] INFO com.crm.email.EmailApplication - The following profiles are active: prod
  2. 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
  3. 16:28:37.435 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 16:28:38.451 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=0788ebaa-69f8-3283-8ade-ef642d0371dc
  5. 16:28:38.585 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  6. 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)
  7. 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)
  8. 16:28:45.888 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8101 (http)
  9. 16:28:46.638 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  10. 16:28:46.638 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.31
  11. 16:28:48.653 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  12. 16:28:48.653 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 18223 ms
  13. 16:28:50.669 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
  14. 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  15. 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  16. 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  17. 16:28:50.684 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  18. 16:28:53.696 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  19. 16:28:56.401 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
  20. 16:28:56.451 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
  21. name: default
  22. ...]
  23. 16:28:57.460 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
  24. 16:28:57.466 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  25. 16:28:57.475 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  26. 16:28:58.023 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  27. 16:28:59.125 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  28. 16:29:07.273 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  29. 16:29:22.876 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  30. 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.
  31. 16:29:22.891 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  32. 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.
  33. 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
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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)
  40. 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)
  41. 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
  42. 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
  43. 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
  44. 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]
  45. 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]
  46. 16:29:28.688 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
  47. 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]
  48. 16:29:30.313 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
  49. 16:29:30.672 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
  50. 16:29:37.194 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  51. 16:29:37.210 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
  52. 16:29:37.225 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
  53. 16:29:37.225 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  54. 16:29:37.225 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
  55. 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]
  56. 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]
  57. 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]
  58. 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]
  59. 16:29:38.272 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
  60. 16:29:38.335 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
  61. 16:29:38.819 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
  62. 16:29:40.491 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
  63. 16:29:40.491 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
  64. 16:29:41.710 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
  65. 16:29:41.710 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
  66. 16:29:44.428 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  67. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
  68. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
  69. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
  70. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
  71. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
  72. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
  73. 16:29:44.850 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
  74. 16:29:46.631 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
  75. 16:29:46.631 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
  76. 16:29:46.631 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
  77. 16:29:46.647 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1657009786647 with initial instances count: 2
  78. 16:29:48.006 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application email-service with eureka with status UP
  79. 16:29:48.006 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1657009788006, current=UP, previous=STARTING]
  80. 16:29:48.022 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
  81. 16:29:48.131 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_EMAIL-SERVICE/email-service:103.148.58.88:8101: registering service...
  82. 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
  83. 16:29:49.272 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8101 (http)
  84. 16:29:49.272 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8101
  85. 16:29:49.272 [main] INFO com.crm.email.EmailApplication - Started EmailApplication in 90.245 seconds (JVM running for 105.253)
  86. 16:34:44.887 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  87. 16:39:44.909 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  88. 16:44:44.930 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  89. 16:49:44.956 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  90. 16:54:44.971 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  91. 16:59:44.996 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  92. 17:04:45.019 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  93. 17:09:45.044 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  94. 17:14:45.059 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  95. 17:19:45.081 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  96. 17:24:45.100 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  97. 17:29:45.124 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  98. 17:34:45.149 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  99. 18:00:17.140 [main] INFO com.crm.email.EmailApplication - The following profiles are active: prod
  100. 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
  101. 18:00:22.734 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  102. 18:00:24.093 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=0788ebaa-69f8-3283-8ade-ef642d0371dc
  103. 18:00:24.155 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  104. 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)
  105. 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)
  106. 18:00:38.468 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8101 (http)
  107. 18:00:40.978 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  108. 18:00:40.978 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.31
  109. 18:00:45.306 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  110. 18:00:45.306 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 28057 ms
  111. 18:00:48.196 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
  112. 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  113. 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  114. 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  115. 18:00:48.243 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  116. 18:00:52.228 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  117. 18:00:55.852 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
  118. 18:00:55.899 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
  119. name: default
  120. ...]
  121. 18:00:56.368 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
  122. 18:00:56.384 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  123. 18:00:56.384 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  124. 18:00:56.618 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  125. 18:01:01.196 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  126. 18:01:11.586 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  127. 18:01:33.101 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  128. 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.
  129. 18:01:33.117 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  130. 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.
  131. 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
  132. 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
  133. 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
  134. 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
  135. 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
  136. 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
  137. 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)
  138. 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)
  139. 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
  140. 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
  141. 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
  142. 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]
  143. 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]
  144. 18:01:42.086 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
  145. 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]
  146. 18:01:43.742 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
  147. 18:01:43.804 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
  148. 18:01:48.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  149. 18:01:48.976 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
  150. 18:01:49.085 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure
  151. 18:01:49.085 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure
  152. 18:01:49.085 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure
  153. 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]
  154. 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]
  155. 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]
  156. 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]
  157. 18:01:50.117 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0
  158. 18:01:50.148 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
  159. 18:01:51.366 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
  160. 18:01:53.023 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
  161. 18:01:53.023 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
  162. 18:01:53.601 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
  163. 18:01:53.601 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
  164. 18:01:58.257 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  165. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
  166. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
  167. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
  168. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
  169. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
  170. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true
  171. 18:01:58.538 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
  172. 18:02:00.038 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
  173. 18:02:00.038 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
  174. 18:02:00.038 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
  175. 18:02:00.038 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1657015320038 with initial instances count: 0
  176. 18:02:00.101 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application email-service with eureka with status UP
  177. 18:02:00.101 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1657015320101, current=UP, previous=STARTING]
  178. 18:02:00.101 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
  179. 18:02:02.944 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_EMAIL-SERVICE/email-service:103.148.58.88:8101: registering service...
  180. 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
  181. 18:02:07.882 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8101 (http)
  182. 18:02:07.882 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8101
  183. 18:02:07.882 [main] INFO com.crm.email.EmailApplication - Started EmailApplication in 129.914 seconds (JVM running for 150.499)
  184. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
  185. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
  186. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
  187. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
  188. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
  189. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: false
  190. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
  191. 18:02:30.767 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
  192. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false
  193. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
  194. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false
  195. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application is null : false
  196. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
  197. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: false
  198. 18:03:00.792 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
  199. 18:03:00.854 [DiscoveryClient-CacheRefreshExecutor-0] INFO c.netflix.discovery.DiscoveryClient - The response status is 200
  200. 18:06:58.573 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  201. 18:11:58.590 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  202. 18:16:58.601 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  203. 18:21:58.617 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  204. 18:26:58.629 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  205. 18:31:58.690 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  206. 18:36:58.726 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  207. 18:41:58.749 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  208. 18:46:58.752 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  209. 18:51:58.768 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  210. 18:56:58.780 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  211. 19:01:58.788 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  212. 19:06:58.796 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  213. 19:11:58.840 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  214. 19:16:58.883 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  215. 19:21:58.913 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  216. 19:26:58.934 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  217. 19:31:58.950 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  218. 19:36:58.968 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  219. 19:41:58.981 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  220. 19:46:58.998 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  221. 19:51:59.021 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  222. 19:56:59.064 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  223. 20:01:59.092 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  224. 20:06:59.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  225. 20:11:59.117 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  226. 20:16:59.126 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  227. 20:21:59.163 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  228. 20:26:59.181 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  229. 20:31:59.192 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  230. 20:36:59.209 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  231. 20:41:59.234 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  232. 20:46:59.247 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  233. 20:51:59.256 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  234. 20:56:59.289 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  235. 21:01:59.304 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  236. 21:06:59.311 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  237. 21:11:59.334 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  238. 21:16:59.356 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  239. 21:21:59.373 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  240. 21:26:59.386 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  241. 21:31:59.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  242. 21:36:59.435 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  243. 21:41:59.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  244. 21:46:59.479 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  245. 21:51:59.495 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  246. 21:54:00.384 [http-nio-8101-exec-4] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring FrameworkServlet 'dispatcherServlet'
  247. 21:54:00.384 [http-nio-8101-exec-4] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
  248. 21:54:00.415 [http-nio-8101-exec-4] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 31 ms
  249. 21:54:00.712 [http-nio-8101-exec-4] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
  250. 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=?
  251. 21:54:00.931 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [SYSTEM_TEST]
  252. 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
  253. 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;">
  254. <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="" />
  255. <div>&nbsp;</div>
  256. </div>
  257. <div style="width: 100%;">
  258. <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
  259. <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
  260. <div style="padding: 20px 0; width: 100%; height: 100%;">
  261. <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
  262. <tbody>
  263. <tr style="background-color: #f0f0f0;">
  264. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
  265. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_C_ID_V</td>
  266. </tr>
  267. <tr>
  268. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
  269. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_NAME_V</td>
  270. </tr>
  271. <tr style="background-color: #f0f0f0;">
  272. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
  273. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_LOGIN_V</td>
  274. </tr>
  275. <tr>
  276. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
  277. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_DEPOSIT_LOGIN_V</td>
  278. </tr>
  279. <tr style="background-color: #f0f0f0;">
  280. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
  281. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
  282. </tr>
  283. <tr>
  284. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
  285. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_APPLY_TIME_V</td>
  286. </tr>
  287. </tbody>
  288. </table>
  289. </div>
  290. </div>
  291. <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;">
  292. <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
  293. <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
  294. <div style="text-align: center; padding-top: 20px;">【打印】</div>
  295. </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)
  296. 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - 失败原因:535 Error: authentication failed
  297. 21:54:11.809 [http-nio-8101-exec-4] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
  298. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
  299. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [null]
  300. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [TIMESTAMP] - [null]
  301. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [BIGINT] - [null]
  302. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - [null]
  303. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [TIMESTAMP] - [null]
  304. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [BIGINT] - [null]
  305. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [VARCHAR] - [null]
  306. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [VARCHAR] - [null]
  307. 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;">
  308. <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="" />
  309. <div>&nbsp;</div>
  310. </div>
  311. <div style="width: 100%;">
  312. <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
  313. <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
  314. <div style="padding: 20px 0; width: 100%; height: 100%;">
  315. <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
  316. <tbody>
  317. <tr style="background-color: #f0f0f0;">
  318. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
  319. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_C_ID_V</td>
  320. </tr>
  321. <tr>
  322. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
  323. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_NAME_V</td>
  324. </tr>
  325. <tr style="background-color: #f0f0f0;">
  326. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
  327. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_LOGIN_V</td>
  328. </tr>
  329. <tr>
  330. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
  331. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_DEPOSIT_LOGIN_V</td>
  332. </tr>
  333. <tr style="background-color: #f0f0f0;">
  334. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
  335. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
  336. </tr>
  337. <tr>
  338. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
  339. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_APPLY_TIME_V</td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. </div>
  344. </div>
  345. <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;">
  346. <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
  347. <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
  348. <div style="text-align: center; padding-top: 20px;">【打印】</div>
  349. </div>]
  350. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [10] as [BIGINT] - [null]
  351. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [11] as [VARCHAR] - [null]
  352. 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
  353. ]
  354. 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]
  355. 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]
  356. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [15] as [VARCHAR] - []
  357. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [16] as [INTEGER] - [0]
  358. 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?=]
  359. 21:54:11.872 [http-nio-8101-exec-4] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [18] as [VARCHAR] - [645571361@qq.com]
  360. 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=?
  361. 21:54:18.076 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [SYSTEM_TEST]
  362. 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
  363. 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;">
  364. <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="" />
  365. <div>&nbsp;</div>
  366. </div>
  367. <div style="width: 100%;">
  368. <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
  369. <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
  370. <div style="padding: 20px 0; width: 100%; height: 100%;">
  371. <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
  372. <tbody>
  373. <tr style="background-color: #f0f0f0;">
  374. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
  375. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_C_ID_V</td>
  376. </tr>
  377. <tr>
  378. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
  379. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_NAME_V</td>
  380. </tr>
  381. <tr style="background-color: #f0f0f0;">
  382. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
  383. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_LOGIN_V</td>
  384. </tr>
  385. <tr>
  386. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
  387. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_DEPOSIT_LOGIN_V</td>
  388. </tr>
  389. <tr style="background-color: #f0f0f0;">
  390. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
  391. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
  392. </tr>
  393. <tr>
  394. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
  395. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_APPLY_TIME_V</td>
  396. </tr>
  397. </tbody>
  398. </table>
  399. </div>
  400. </div>
  401. <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;">
  402. <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
  403. <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
  404. <div style="text-align: center; padding-top: 20px;">【打印】</div>
  405. </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)
  406. 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - 失败原因:535 Error: authentication failed
  407. 21:54:18.544 [http-nio-8101-exec-7] ERROR c.c.e.s.i.SysEmailRecordServiceImpl - --------------------------------------------
  408. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
  409. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [null]
  410. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [TIMESTAMP] - [null]
  411. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [BIGINT] - [null]
  412. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - [null]
  413. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [TIMESTAMP] - [null]
  414. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [BIGINT] - [null]
  415. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [VARCHAR] - [null]
  416. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [VARCHAR] - [null]
  417. 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;">
  418. <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="" />
  419. <div>&nbsp;</div>
  420. </div>
  421. <div style="width: 100%;">
  422. <div style="text-align: center; font-size: 18px; font-weight: bold; padding: 30px 0;">客户内转通知</div>
  423. <div style="font-weight: bold; padding: 0 0 5px; border-bottom: 2px solid rgba(235, 63, 87, 1);">客户内转信息:</div>
  424. <div style="padding: 20px 0; width: 100%; height: 100%;">
  425. <table style="border-collapse: collapse; table-layout: fixed;" border="1px" width="100%">
  426. <tbody>
  427. <tr style="background-color: #f0f0f0;">
  428. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">CID账户:</td>
  429. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_C_ID_V</td>
  430. </tr>
  431. <tr>
  432. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">用户姓名:</td>
  433. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_NAME_V</td>
  434. </tr>
  435. <tr style="background-color: #f0f0f0;">
  436. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转出账户:</td>
  437. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_LOGIN_V</td>
  438. </tr>
  439. <tr>
  440. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">转入账户:</td>
  441. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_DEPOSIT_LOGIN_V</td>
  442. </tr>
  443. <tr style="background-color: #f0f0f0;">
  444. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">内转金额:</td>
  445. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_WITHDRAW_AMOUNT_V ( V_WITHDRAW_CURRENCY_V )</td>
  446. </tr>
  447. <tr>
  448. <td style="border: 1px solid #E1E1E1; width: 184px; height: 46px; text-align: center; font-weight: bold;">提交时间:</td>
  449. <td style="border: 1px solid #E1E1E1; height: 46px; padding: 0 20px;">&nbsp;V_APPLY_TIME_V</td>
  450. </tr>
  451. </tbody>
  452. </table>
  453. </div>
  454. </div>
  455. <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;">
  456. <div style="font-weight: bold;"><a style="color: #ffffff; text-decoration: none;" href="https://admin.brcforex.com/#/signin">前往管理中心处理</a></div>
  457. <img src="https://ad.XXXXXX.com/icon/6.png" alt="" /></div>
  458. <div style="text-align: center; padding-top: 20px;">【打印】</div>
  459. </div>]
  460. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [10] as [BIGINT] - [null]
  461. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [11] as [VARCHAR] - [null]
  462. 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
  463. ]
  464. 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]
  465. 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]
  466. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [15] as [VARCHAR] - []
  467. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [16] as [INTEGER] - [0]
  468. 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?=]
  469. 21:54:18.544 [http-nio-8101-exec-7] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [18] as [VARCHAR] - [645571361@qq.com]
  470. 21:56:59.517 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  471. 22:01:59.541 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  472. 22:06:59.565 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  473. 22:11:59.587 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  474. 22:16:59.600 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  475. 22:21:59.638 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  476. 22:26:59.662 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  477. 22:31:59.677 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  478. 22:36:59.698 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  479. 22:41:59.726 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  480. 22:46:59.748 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  481. 22:51:59.760 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  482. 22:56:59.790 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  483. 23:01:59.802 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  484. 23:06:59.810 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  485. 23:11:59.843 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  486. 23:16:59.872 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  487. 23:21:59.892 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  488. 23:26:59.907 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  489. 23:31:59.936 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  490. 23:36:59.960 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  491. 23:41:59.978 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  492. 23:47:00.016 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  493. 23:52:00.030 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
  494. 23:57:00.053 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration