info.created_on_2021-07-05.part_0.log 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 2021-07-05 10:04:19.005  INFO 19424 --- [ main] com.parksong.GpExpServerApplication  : Starting GpExpServerApplication on caiwx with PID 19424 (C:\Users\weiyf\IdeaProjects\gp-exp-server\target\classes started by weiyf in C:\Users\weiyf\IdeaProjects\gp-exp-server)
  2. 2021-07-05 10:04:19.010  INFO 19424 --- [ main] com.parksong.GpExpServerApplication  : The following profiles are active: pro
  3. 2021-07-05 10:04:20.781  INFO 19424 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 2021-07-05 10:04:20.784  INFO 19424 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  5. 2021-07-05 10:04:20.968  INFO 19424 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 0 repository interfaces.
  6. 2021-07-05 10:04:21.455  INFO 19424 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7e413749] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. 2021-07-05 10:04:22.089  INFO 19424 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  8. 2021-07-05 10:04:22.126  INFO 19424 --- [ main] o.apache.catalina.core.StandardService  : Starting service [Tomcat]
  9. 2021-07-05 10:04:22.127  INFO 19424 --- [ main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.24]
  10. 2021-07-05 10:04:22.393  INFO 19424 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring embedded WebApplicationContext
  11. 2021-07-05 10:04:22.394  INFO 19424 --- [ main] o.s.web.context.ContextLoader  : Root WebApplicationContext: initialization completed in 2819 ms
  12. 2021-07-05 10:04:23.248  WARN 19424 --- [ main] o.s.a.r.c.CachingConnectionFactory  : ***
  13. Automatic Recovery was Enabled in the provided connection factory;
  14. while Spring AMQP is generally compatible with this feature, there
  15. are some corner cases where problems arise. Spring AMQP
  16. prefers to use its own recovery mechanisms; when this option is true, you may receive
  17. 'AutoRecoverConnectionNotCurrentlyOpenException's until the connection is recovered.
  18. It has therefore been disabled; if you really wish to enable it, use
  19. 'getRabbitConnectionFactory().setAutomaticRecoveryEnabled(true)',
  20. but this is discouraged.
  21. 2021-07-05 10:04:23.362  INFO 19424 --- [ main] c.p.b.util.configurations.RedisConfig  : JedisPool注入成功!!
  22. 2021-07-05 10:04:23.362  INFO 19424 --- [ main] c.p.b.util.configurations.RedisConfig  : redis地址:r-uf6s2bntltbncgcxtf.redis.rds.aliyuncs.com:6379
  23. 2021-07-05 10:04:23.697  INFO 19424 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
  24. 2021-07-05 10:04:23.699  INFO 19424 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'taskExecutor'
  25. 2021-07-05 10:04:23.707  INFO 19424 --- [ main] c.p.b.util.configurations.XxlJobConfig  : >>>>>>>>>>> xxl-job config init.
  26. 2021-07-05 10:04:23.716  INFO 19424 --- [ main] c.xxl.job.core.executor.XxlJobExecutor  : >>>>>>>>>>> xxl-job register jobhandler success, name:guoanJobHandle, jobHandler:com.parksong.job.GuoanJobHandle@54f2df29
  27. 2021-07-05 10:04:23.760  INFO 19424 --- [ main] c.x.r.r.provider.XxlRpcProviderFactory  : >>>>>>>>>>> xxl-rpc, provider factory add service success. serviceKey = com.xxl.job.core.biz.ExecutorBiz, serviceBean = class com.xxl.job.core.biz.impl.ExecutorBizImpl
  28. 2021-07-05 10:04:25.258  INFO 19424 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
  29. 2021-07-05 10:04:25.264  INFO 19424 --- [ main] com.parksong.GpExpServerApplication  : Started GpExpServerApplication in 8.334 seconds (JVM running for 11.368)
  30. 2021-07-05 10:04:25.267  INFO 19424 --- [ main] com.parksong.GpExpServerApplication  : Spring boot启动初始化了 305 个 Bean
  31. 2021-07-05 10:04:25.304  INFO 19424 --- [ Thread-19] com.xxl.rpc.remoting.net.Server  : >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 2336
  32. 2021-07-05 11:18:16.992  INFO 16788 --- [ main] com.parksong.GpExpServerApplication  : Starting GpExpServerApplication on caiwx with PID 16788 (C:\Users\weiyf\IdeaProjects\gp-exp-server\target\classes started by weiyf in C:\Users\weiyf\IdeaProjects\gp-exp-server)
  33. 2021-07-05 11:18:16.995  INFO 16788 --- [ main] com.parksong.GpExpServerApplication  : The following profiles are active: pro
  34. 2021-07-05 11:18:18.386  INFO 16788 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  35. 2021-07-05 11:18:18.390  INFO 16788 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  36. 2021-07-05 11:18:18.596  INFO 16788 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 184ms. Found 0 repository interfaces.
  37. 2021-07-05 11:18:19.051  INFO 16788 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$20d554e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. 2021-07-05 11:18:19.631  INFO 16788 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  39. 2021-07-05 11:18:19.666  INFO 16788 --- [ main] o.apache.catalina.core.StandardService  : Starting service [Tomcat]
  40. 2021-07-05 11:18:19.667  INFO 16788 --- [ main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.24]
  41. 2021-07-05 11:18:19.903  INFO 16788 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring embedded WebApplicationContext
  42. 2021-07-05 11:18:19.903  INFO 16788 --- [ main] o.s.web.context.ContextLoader  : Root WebApplicationContext: initialization completed in 2649 ms
  43. 2021-07-05 11:18:20.796  WARN 16788 --- [ main] o.s.a.r.c.CachingConnectionFactory  : ***
  44. Automatic Recovery was Enabled in the provided connection factory;
  45. while Spring AMQP is generally compatible with this feature, there
  46. are some corner cases where problems arise. Spring AMQP
  47. prefers to use its own recovery mechanisms; when this option is true, you may receive
  48. 'AutoRecoverConnectionNotCurrentlyOpenException's until the connection is recovered.
  49. It has therefore been disabled; if you really wish to enable it, use
  50. 'getRabbitConnectionFactory().setAutomaticRecoveryEnabled(true)',
  51. but this is discouraged.
  52. 2021-07-05 11:18:20.951  INFO 16788 --- [ main] c.p.b.util.configurations.RedisConfig  : JedisPool注入成功!!
  53. 2021-07-05 11:18:20.952  INFO 16788 --- [ main] c.p.b.util.configurations.RedisConfig  : redis地址:r-uf6s2bntltbncgcxtf.redis.rds.aliyuncs.com:6379
  54. 2021-07-05 11:18:21.442  INFO 16788 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
  55. 2021-07-05 11:18:21.446  INFO 16788 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'taskExecutor'
  56. 2021-07-05 11:18:21.458  INFO 16788 --- [ main] c.p.b.util.configurations.XxlJobConfig  : >>>>>>>>>>> xxl-job config init.
  57. 2021-07-05 11:18:21.473  INFO 16788 --- [ main] c.xxl.job.core.executor.XxlJobExecutor  : >>>>>>>>>>> xxl-job register jobhandler success, name:guoanJobHandle, jobHandler:com.parksong.job.GuoanJobHandle@590013c7
  58. 2021-07-05 11:18:21.520  INFO 16788 --- [ main] com.xxl.rpc.util.NetUtil  : >>>>>>>>>>> xxl-rpc, port[2336] is in use.
  59. 2021-07-05 11:18:21.521  WARN 16788 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xxlJobExecutor' defined in class path resource [com/parksong/basics/util/configurations/XxlJobConfig.class]: Invocation of init method failed; nested exception is com.xxl.rpc.util.XxlRpcException: xxl-rpc provider port[2336] is used.
  60. 2021-07-05 11:18:21.523  INFO 16788 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'taskExecutor'
  61. 2021-07-05 11:18:21.530  INFO 16788 --- [ main] o.apache.catalina.core.StandardService  : Stopping service [Tomcat]
  62. 2021-07-05 11:18:21.554  INFO 16788 --- [ main] ConditionEvaluationReportLoggingListener :
  63. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  64. 2021-07-05 11:19:25.129  INFO 14364 --- [ main] com.parksong.GpExpServerApplication  : Starting GpExpServerApplication on caiwx with PID 14364 (C:\Users\weiyf\IdeaProjects\gp-exp-server\target\classes started by weiyf in C:\Users\weiyf\IdeaProjects\gp-exp-server)
  65. 2021-07-05 11:19:25.133  INFO 14364 --- [ main] com.parksong.GpExpServerApplication  : The following profiles are active: pro
  66. 2021-07-05 11:19:26.786  INFO 14364 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  67. 2021-07-05 11:19:26.794  INFO 14364 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  68. 2021-07-05 11:19:27.024  INFO 14364 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 212ms. Found 0 repository interfaces.
  69. 2021-07-05 11:19:27.504  INFO 14364 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3d9ae477] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  70. 2021-07-05 11:19:28.105  INFO 14364 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  71. 2021-07-05 11:19:28.138  INFO 14364 --- [ main] o.apache.catalina.core.StandardService  : Starting service [Tomcat]
  72. 2021-07-05 11:19:28.139  INFO 14364 --- [ main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.24]
  73. 2021-07-05 11:19:28.382  INFO 14364 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring embedded WebApplicationContext
  74. 2021-07-05 11:19:28.382  INFO 14364 --- [ main] o.s.web.context.ContextLoader  : Root WebApplicationContext: initialization completed in 2921 ms
  75. 2021-07-05 11:19:29.278  WARN 14364 --- [ main] o.s.a.r.c.CachingConnectionFactory  : ***
  76. Automatic Recovery was Enabled in the provided connection factory;
  77. while Spring AMQP is generally compatible with this feature, there
  78. are some corner cases where problems arise. Spring AMQP
  79. prefers to use its own recovery mechanisms; when this option is true, you may receive
  80. 'AutoRecoverConnectionNotCurrentlyOpenException's until the connection is recovered.
  81. It has therefore been disabled; if you really wish to enable it, use
  82. 'getRabbitConnectionFactory().setAutomaticRecoveryEnabled(true)',
  83. but this is discouraged.
  84. 2021-07-05 11:19:29.390  INFO 14364 --- [ main] c.p.b.util.configurations.RedisConfig  : JedisPool注入成功!!
  85. 2021-07-05 11:19:29.391  INFO 14364 --- [ main] c.p.b.util.configurations.RedisConfig  : redis地址:r-uf6s2bntltbncgcxtf.redis.rds.aliyuncs.com:6379
  86. 2021-07-05 11:19:29.707  INFO 14364 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
  87. 2021-07-05 11:19:29.709  INFO 14364 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'taskExecutor'
  88. 2021-07-05 11:19:29.718  INFO 14364 --- [ main] c.p.b.util.configurations.XxlJobConfig  : >>>>>>>>>>> xxl-job config init.
  89. 2021-07-05 11:19:29.728  INFO 14364 --- [ main] c.xxl.job.core.executor.XxlJobExecutor  : >>>>>>>>>>> xxl-job register jobhandler success, name:guoanJobHandle, jobHandler:com.parksong.job.GuoanJobHandle@11d2714a
  90. 2021-07-05 11:19:29.766  INFO 14364 --- [ main] com.xxl.rpc.util.NetUtil  : >>>>>>>>>>> xxl-rpc, port[2336] is in use.
  91. 2021-07-05 11:19:29.767  WARN 14364 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xxlJobExecutor' defined in class path resource [com/parksong/basics/util/configurations/XxlJobConfig.class]: Invocation of init method failed; nested exception is com.xxl.rpc.util.XxlRpcException: xxl-rpc provider port[2336] is used.
  92. 2021-07-05 11:19:29.768  INFO 14364 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'taskExecutor'
  93. 2021-07-05 11:19:29.774  INFO 14364 --- [ main] o.apache.catalina.core.StandardService  : Stopping service [Tomcat]
  94. 2021-07-05 11:19:29.785  INFO 14364 --- [ main] ConditionEvaluationReportLoggingListener :
  95. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  96. 2021-07-05 11:22:42.014  INFO 21200 --- [ main] com.parksong.GpExpServerApplication  : Starting GpExpServerApplication on caiwx with PID 21200 (C:\Users\weiyf\IdeaProjects\gp-exp-server\target\classes started by weiyf in C:\Users\weiyf\IdeaProjects\gp-exp-server)
  97. 2021-07-05 11:22:42.022  INFO 21200 --- [ main] com.parksong.GpExpServerApplication  : The following profiles are active: pro
  98. 2021-07-05 11:22:43.762  INFO 21200 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  99. 2021-07-05 11:22:43.767  INFO 21200 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  100. 2021-07-05 11:22:43.973  INFO 21200 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 188ms. Found 0 repository interfaces.
  101. 2021-07-05 11:22:44.517  INFO 21200 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bb91dd47] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  102. 2021-07-05 11:22:45.209  INFO 21200 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  103. 2021-07-05 11:22:45.273  INFO 21200 --- [ main] o.apache.catalina.core.StandardService  : Starting service [Tomcat]
  104. 2021-07-05 11:22:45.274  INFO 21200 --- [ main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.24]
  105. 2021-07-05 11:22:45.582  INFO 21200 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring embedded WebApplicationContext
  106. 2021-07-05 11:22:45.583  INFO 21200 --- [ main] o.s.web.context.ContextLoader  : Root WebApplicationContext: initialization completed in 3229 ms
  107. 2021-07-05 11:22:46.516  WARN 21200 --- [ main] o.s.a.r.c.CachingConnectionFactory  : ***
  108. Automatic Recovery was Enabled in the provided connection factory;
  109. while Spring AMQP is generally compatible with this feature, there
  110. are some corner cases where problems arise. Spring AMQP
  111. prefers to use its own recovery mechanisms; when this option is true, you may receive
  112. 'AutoRecoverConnectionNotCurrentlyOpenException's until the connection is recovered.
  113. It has therefore been disabled; if you really wish to enable it, use
  114. 'getRabbitConnectionFactory().setAutomaticRecoveryEnabled(true)',
  115. but this is discouraged.
  116. 2021-07-05 11:22:46.651  INFO 21200 --- [ main] c.p.b.util.configurations.RedisConfig  : JedisPool注入成功!!
  117. 2021-07-05 11:22:46.651  INFO 21200 --- [ main] c.p.b.util.configurations.RedisConfig  : redis地址:r-uf6s2bntltbncgcxtf.redis.rds.aliyuncs.com:6379
  118. 2021-07-05 11:22:47.020  INFO 21200 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
  119. 2021-07-05 11:22:47.021  INFO 21200 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'taskExecutor'
  120. 2021-07-05 11:22:47.030  INFO 21200 --- [ main] c.p.b.util.configurations.XxlJobConfig  : >>>>>>>>>>> xxl-job config init.
  121. 2021-07-05 11:22:47.039  INFO 21200 --- [ main] c.xxl.job.core.executor.XxlJobExecutor  : >>>>>>>>>>> xxl-job register jobhandler success, name:guoanJobHandle, jobHandler:com.parksong.job.GuoanJobHandle@7afe0e67
  122. 2021-07-05 11:22:47.083  INFO 21200 --- [ main] c.x.r.r.provider.XxlRpcProviderFactory  : >>>>>>>>>>> xxl-rpc, provider factory add service success. serviceKey = com.xxl.job.core.biz.ExecutorBiz, serviceBean = class com.xxl.job.core.biz.impl.ExecutorBizImpl
  123. 2021-07-05 11:22:48.609  INFO 21200 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
  124. 2021-07-05 11:22:48.613  INFO 21200 --- [ main] com.parksong.GpExpServerApplication  : Started GpExpServerApplication in 7.385 seconds (JVM running for 10.42)
  125. 2021-07-05 11:22:48.617  INFO 21200 --- [ main] com.parksong.GpExpServerApplication  : Spring boot启动初始化了 305 个 Bean
  126. 2021-07-05 11:22:48.689  INFO 21200 --- [ Thread-17] com.xxl.rpc.remoting.net.Server  : >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 2336
  127. 2021-07-05 11:24:52.011  INFO 21200 --- [rRegistryThread] c.x.r.r.i.reference.XxlRpcReferenceBean  : >>>>>>>>>>> xxl-rpc, invoke error, address:http://xxljob.fengzhan100.com/xxl-job-admin/api, XxlRpcRequestXxlRpcRequest{requestId='4a3d5606-24ca-430b-9c78-adae771c1be9', createMillisTime=1625455489004, accessToken='', className='com.xxl.job.core.biz.AdminBiz', methodName='registry', parameterTypes=[class com.xxl.job.core.biz.model.RegistryParam], parameters=[RegistryParam{registGroup='EXECUTOR', registryKey='gp-exp-server', registryValue='192.168.2.6:2336'}], version='null'}
  128. 2021-07-05 11:24:52.020  INFO 21200 --- [rRegistryThread] c.x.j.c.thread.ExecutorRegistryThread  : >>>>>>>>>>> xxl-job registry error, registryParam:RegistryParam{registGroup='EXECUTOR', registryKey='gp-exp-server', registryValue='192.168.2.6:2336'}
  129. com.xxl.rpc.util.XxlRpcException: xxl-rpc, request timeout at:1625455492011, request:XxlRpcRequest{requestId='4a3d5606-24ca-430b-9c78-adae771c1be9', createMillisTime=1625455489004, accessToken='', className='com.xxl.job.core.biz.AdminBiz', methodName='registry', parameterTypes=[class com.xxl.job.core.biz.model.RegistryParam], parameters=[RegistryParam{registGroup='EXECUTOR', registryKey='gp-exp-server', registryValue='192.168.2.6:2336'}], version='null'}
  130. at com.xxl.rpc.remoting.net.params.XxlRpcFutureResponse.get(XxlRpcFutureResponse.java:117)
  131. at com.xxl.rpc.remoting.invoker.reference.XxlRpcReferenceBean$1.invoke(XxlRpcReferenceBean.java:219)
  132. at com.sun.proxy.$Proxy142.registry(Unknown Source)
  133. at com.xxl.job.core.thread.ExecutorRegistryThread$1.run(ExecutorRegistryThread.java:48)
  134. at java.lang.Thread.run(Thread.java:748)
  135. 2021-07-05 14:59:13.999  INFO 24428 --- [ main] com.parksong.GpExpServerApplication  : Starting GpExpServerApplication on caiwx with PID 24428 (C:\Users\weiyf\IdeaProjects\gp-exp-server\target\classes started by weiyf in C:\Users\weiyf\IdeaProjects\gp-exp-server)
  136. 2021-07-05 14:59:14.005  INFO 24428 --- [ main] com.parksong.GpExpServerApplication  : The following profiles are active: pro
  137. 2021-07-05 14:59:15.583  INFO 24428 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  138. 2021-07-05 14:59:15.586  INFO 24428 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  139. 2021-07-05 14:59:15.787  INFO 24428 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 184ms. Found 0 repository interfaces.
  140. 2021-07-05 14:59:16.326  INFO 24428 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$94d4f57c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  141. 2021-07-05 14:59:17.051  INFO 24428 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
  142. 2021-07-05 14:59:17.084  INFO 24428 --- [ main] o.apache.catalina.core.StandardService  : Starting service [Tomcat]
  143. 2021-07-05 14:59:17.085  INFO 24428 --- [ main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.24]
  144. 2021-07-05 14:59:17.328  INFO 24428 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring embedded WebApplicationContext
  145. 2021-07-05 14:59:17.328  INFO 24428 --- [ main] o.s.web.context.ContextLoader  : Root WebApplicationContext: initialization completed in 2986 ms
  146. 2021-07-05 14:59:18.206  WARN 24428 --- [ main] o.s.a.r.c.CachingConnectionFactory  : ***
  147. Automatic Recovery was Enabled in the provided connection factory;
  148. while Spring AMQP is generally compatible with this feature, there
  149. are some corner cases where problems arise. Spring AMQP
  150. prefers to use its own recovery mechanisms; when this option is true, you may receive
  151. 'AutoRecoverConnectionNotCurrentlyOpenException's until the connection is recovered.
  152. It has therefore been disabled; if you really wish to enable it, use
  153. 'getRabbitConnectionFactory().setAutomaticRecoveryEnabled(true)',
  154. but this is discouraged.
  155. 2021-07-05 14:59:18.323  INFO 24428 --- [ main] c.p.b.util.configurations.RedisConfig  : JedisPool注入成功!!
  156. 2021-07-05 14:59:18.323  INFO 24428 --- [ main] c.p.b.util.configurations.RedisConfig  : redis地址:r-uf6s2bntltbncgcxtf.redis.rds.aliyuncs.com:6379
  157. 2021-07-05 14:59:18.729  INFO 24428 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService
  158. 2021-07-05 14:59:18.732  INFO 24428 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'taskExecutor'
  159. 2021-07-05 14:59:18.744  INFO 24428 --- [ main] c.p.b.util.configurations.XxlJobConfig  : >>>>>>>>>>> xxl-job config init.
  160. 2021-07-05 14:59:18.754  INFO 24428 --- [ main] c.xxl.job.core.executor.XxlJobExecutor  : >>>>>>>>>>> xxl-job register jobhandler success, name:guoanJobHandle, jobHandler:com.parksong.job.GuoanJobHandle@1c2d63f0
  161. 2021-07-05 14:59:18.800  INFO 24428 --- [ main] c.x.r.r.provider.XxlRpcProviderFactory  : >>>>>>>>>>> xxl-rpc, provider factory add service success. serviceKey = com.xxl.job.core.biz.ExecutorBiz, serviceBean = class com.xxl.job.core.biz.impl.ExecutorBizImpl
  162. 2021-07-05 14:59:20.312  INFO 24428 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
  163. 2021-07-05 14:59:20.317  INFO 24428 --- [ main] com.parksong.GpExpServerApplication  : Started GpExpServerApplication in 7.285 seconds (JVM running for 9.993)
  164. 2021-07-05 14:59:20.322  INFO 24428 --- [ main] com.parksong.GpExpServerApplication  : Spring boot启动初始化了 305 个 Bean
  165. 2021-07-05 14:59:20.488  INFO 24428 --- [ Thread-16] com.xxl.rpc.remoting.net.Server  : >>>>>>>>>>> xxl-rpc remoting server start success, nettype = com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer, port = 2336
  166. 2021-07-05 15:29:13.266  INFO 24428 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring DispatcherServlet 'dispatcherServlet'
  167. 2021-07-05 15:29:13.267  INFO 24428 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet  : Initializing Servlet 'dispatcherServlet'
  168. 2021-07-05 15:29:13.283  INFO 24428 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet  : Completed initialization in 16 ms