infoFile.2026-05-06.log 11 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. 2026-05-06 11:04:39.134 INFO com.crm.globex.GlobexApplication - Starting GlobexApplication v1.0.0 on m192-168-2-101 with PID 7760 (D:\server\crm\to-globex-service\crm-globex-1.0.0.jar started by Administrator in D:\server\crm\to-globex-service)
  2. 2026-05-06 11:04:39.150 INFO com.crm.globex.GlobexApplication - The following profiles are active: prod
  3. 2026-05-06 11:04:39.478 INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@18e8568: startup date [Wed May 06 11:04:39 EEST 2026]; root of context hierarchy
  4. 2026-05-06 11:04:40.900 INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.5.Final
  5. 2026-05-06 11:04:46.712 INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  6. 2026-05-06 11:05:05.883 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8103 (http)
  7. 2026-05-06 11:05:05.930 INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  8. 2026-05-06 11:05:05.930 INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23
  9. 2026-05-06 11:05:06.868 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  10. 2026-05-06 11:05:06.868 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 27390 ms
  11. 2026-05-06 11:05:10.727 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
  12. 2026-05-06 11:05:10.742 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  13. 2026-05-06 11:05:10.742 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  14. 2026-05-06 11:05:10.742 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  15. 2026-05-06 11:05:10.742 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  16. 2026-05-06 11:05:20.461 INFO c.a.druid.pool.DruidDataSource - {dataSource-1} inited
  17. 2026-05-06 11:05:24.461 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
  18. 2026-05-06 11:05:24.492 INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
  19. name: default
  20. ...]
  21. 2026-05-06 11:05:24.883 INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
  22. 2026-05-06 11:05:24.883 INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  23. 2026-05-06 11:05:24.883 INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  24. 2026-05-06 11:05:25.273 INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  25. 2026-05-06 11:05:26.695 INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  26. 2026-05-06 11:05:37.179 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  27. 2026-05-06 11:06:21.943 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@18e8568: startup date [Wed May 06 11:04:39 EEST 2026]; root of context hierarchy
  28. 2026-05-06 11:06:23.053 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)
  29. 2026-05-06 11:06:23.053 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)
  30. 2026-05-06 11:06:23.068 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
  31. 2026-05-06 11:06:23.068 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
  32. 2026-05-06 11:06:23.068 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
  33. 2026-05-06 11:06:24.037 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  34. 2026-05-06 11:06:24.037 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  35. 2026-05-06 11:06:24.646 INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice
  36. 2026-05-06 11:06:25.396 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  37. 2026-05-06 11:06:26.224 INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService'
  38. 2026-05-06 11:06:26.584 INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor'
  39. 2026-05-06 11:06:37.005 INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  40. 2026-05-06 11:06:37.005 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure
  41. 2026-05-06 11:06:37.021 INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
  42. 2026-05-06 11:06:37.130 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
  43. 2026-05-06 11:06:58.098 INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8103"]
  44. 2026-05-06 11:06:58.145 INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8103"]
  45. 2026-05-06 11:06:59.426 INFO o.a.tomcat.util.net.NioSelectorPool - Using a shared selector for servlet write/read
  46. 2026-05-06 11:07:00.411 INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
  47. 2026-05-06 11:07:03.504 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8103 (http)
  48. 2026-05-06 11:07:03.583 INFO com.crm.globex.GlobexApplication - Started GlobexApplication in 147.668 seconds (JVM running for 159.92)
  49. 2026-05-06 11:20:48.358 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":-600.0000000000,"comment":"PW202605061120423613","floating":-51.450000762939453125,"login":9057678,"routeType":"TRADE_TRANS_INFO","serial":"PW202605061120423613","type":1}
  50. 2026-05-06 11:29:43.743 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":-340.9300000000,"comment":"PW202605061129348755","floating":0,"login":9057687,"routeType":"TRADE_TRANS_INFO","serial":"PW202605061129348755","type":1}
  51. 2026-05-06 11:46:13.998 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":5800.0000000000,"comment":"PD202605061140114622","login":9057139,"routeType":"TRADE_TRANS_INFO","serial":"PD202605061140114622","type":1}
  52. 2026-05-06 11:46:18.295 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=EMAIL.NEW,msg={"addIp":null,"addTime":1778057178279,"addUser":null,"attachContentsList":null,"callbackMq":null,"content":null,"emailConfigId":null,"emailSendEnum":"CUSTOM_FINANCE_DEPOSIT_NOTICE","imageFilesMap":null,"map":{"V_LOGIN_V":"9057139","V_DATE_TIME_V":"2026-05-06 11:46:18","V_NAME_V":"彬 王","V_DEPOSIT_AMOUNT_V":"5800.0000000000"},"note":null,"sendDate":null,"subject":"CWG DEPOSIT","templateName":"CUSTOM_FINANCE_DEPOSIT_NOTICE_NAME_CN","users":"a17622734173@163.com"}
  53. 2026-05-06 12:00:49.359 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":-120.0000000000,"comment":"PW202605061200396195","floating":0,"login":9057148,"routeType":"TRADE_TRANS_INFO","serial":"PW202605061200396195","type":1}
  54. 2026-05-06 12:10:10.199 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":500.0000000000,"comment":"PD202605061151281349","login":9057050,"routeType":"TRADE_TRANS_INFO","serial":"PD202605061151281349","type":1}
  55. 2026-05-06 12:10:14.449 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=EMAIL.NEW,msg={"addIp":null,"addTime":1778058614449,"addUser":null,"attachContentsList":null,"callbackMq":null,"content":null,"emailConfigId":null,"emailSendEnum":"CUSTOM_FINANCE_DEPOSIT_NOTICE","imageFilesMap":null,"map":{"V_LOGIN_V":"9057050","V_DATE_TIME_V":"2026-05-06 12:10:14","V_NAME_V":"杰 陈","V_DEPOSIT_AMOUNT_V":"500.0000000000"},"note":null,"sendDate":null,"subject":"CWG DEPOSIT","templateName":"CUSTOM_FINANCE_DEPOSIT_NOTICE_NAME_CN","users":"handixingan@qq.com"}
  56. 2026-05-06 13:37:09.333 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":1400.0000000000,"comment":"PD202605061325324634","login":9057172,"routeType":"TRADE_TRANS_INFO","serial":"PD202605061325324634","type":1}
  57. 2026-05-06 13:37:13.692 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=EMAIL.NEW,msg={"addIp":null,"addTime":1778063833692,"addUser":null,"attachContentsList":null,"callbackMq":null,"content":null,"emailConfigId":null,"emailSendEnum":"CUSTOM_FINANCE_DEPOSIT_NOTICE","imageFilesMap":null,"map":{"V_LOGIN_V":"9057172","V_DATE_TIME_V":"2026-05-06 13:37:13","V_NAME_V":"芳钊 李","V_DEPOSIT_AMOUNT_V":"1400.0000000000"},"note":null,"sendDate":null,"subject":"CWG DEPOSIT","templateName":"CUSTOM_FINANCE_DEPOSIT_NOTICE_NAME_CN","users":"821658498@qq.com"}
  58. 2026-05-06 15:56:51.980 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":-902.7500000000,"comment":"PW202605061556424394","floating":0,"login":9057640,"routeType":"TRADE_TRANS_INFO","serial":"PW202605061556424394","type":1}