dc-api.log 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. 2026-06-26 15:25:08.376 INFO [main] cn.com.goldenwater.dcproj.GwCloudPlatformDcprojServiceApplication - The following profiles are active: pro
  2. 2026-06-26 15:25:22.698 INFO [main] org.eclipse.jetty.util.log - Logging initialized @22480ms to org.eclipse.jetty.util.log.Slf4jLog
  3. 2026-06-26 15:25:22.899 INFO [main] org.eclipse.jetty.server.Server - jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_341-b10
  4. 2026-06-26 15:25:22.955 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.application - Initializing Spring embedded WebApplicationContext
  5. 2026-06-26 15:25:23.637 WARN [main] com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  6. 2026-06-26 15:25:23.638 INFO [main] com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  7. 2026-06-26 15:25:23.662 INFO [main] com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@55ed76e6
  8. 2026-06-26 15:25:28.703 INFO [main] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
  9. 2026-06-26 15:25:28.703 INFO [main] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
  10. 2026-06-26 15:25:28.705 INFO [main] org.eclipse.jetty.server.session - node0 Scavenging every 660000ms
  11. 2026-06-26 15:25:28.720 INFO [main] org.eclipse.jetty.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@222b4ab1{application,/,[file:///C:/Users/24858/AppData/Local/Temp/jetty-docbase.1725286499711710398.8500/],AVAILABLE}
  12. 2026-06-26 15:25:28.720 INFO [main] org.eclipse.jetty.server.Server - Started @28505ms
  13. 2026-06-26 15:25:46.707 INFO [main] io.lettuce.core.EpollProvider - Starting without optional epoll library
  14. 2026-06-26 15:25:46.711 INFO [main] io.lettuce.core.KqueueProvider - Starting without optional kqueue library
  15. 2026-06-26 15:25:50.000 WARN [main] org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bisInspAllRlationPersController': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
  16. 2026-06-26 15:25:52.256 INFO [main] org.eclipse.jetty.server.session - node0 Stopped scavenging
  17. 2026-06-26 15:25:52.261 INFO [main] org.eclipse.jetty.server.handler.ContextHandler - Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@222b4ab1{application,/,[file:///C:/Users/24858/AppData/Local/Temp/jetty-docbase.1725286499711710398.8500/],UNAVAILABLE}
  18. 2026-06-26 15:25:52.308 ERROR [main] org.springframework.boot.SpringApplication - Application run failed
  19. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bisInspAllRlationPersController': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
  20. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:139) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  21. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  22. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1754) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  23. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  24. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  25. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  26. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  27. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  28. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  29. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:849) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  30. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  31. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  32. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  33. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) [spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  34. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  35. at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) [spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  36. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) [spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  37. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) [spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  38. at cn.com.goldenwater.dcproj.GwCloudPlatformDcprojServiceApplication.main(GwCloudPlatformDcprojServiceApplication.java:26) [classes/:?]
  39. Caused by: org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
  40. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1092) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  41. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1065) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  42. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:865) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  43. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:340) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  44. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:132) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  45. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:95) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  46. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:82) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  47. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:211) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  48. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:184) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  49. at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:95) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  50. at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:53) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  51. at cn.com.goldenwater.dcproj.controller.ducha.BisInspAllRlationPersController.Cache(BisInspAllRlationPersController.java:137) ~[classes/:?]
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
  55. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
  56. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  57. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  58. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  59. ... 18 more
  60. Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
  61. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78) ~[lettuce-core-5.1.4.RELEASE.jar:?]
  62. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56) ~[lettuce-core-5.1.4.RELEASE.jar:?]
  63. at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:234) ~[lettuce-core-5.1.4.RELEASE.jar:?]
  64. at io.lettuce.core.RedisClient.connect(RedisClient.java:204) ~[lettuce-core-5.1.4.RELEASE.jar:?]
  65. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:113) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  66. at java.util.Optional.orElseGet(Optional.java:267) ~[?:1.8.0_341]
  67. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:113) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  68. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1085) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  69. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1065) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  70. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:865) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  71. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:340) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  72. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:132) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  73. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:95) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  74. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:82) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  75. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:211) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  76. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:184) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  77. at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:95) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  78. at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:53) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  79. at cn.com.goldenwater.dcproj.controller.ducha.BisInspAllRlationPersController.Cache(BisInspAllRlationPersController.java:137) ~[classes/:?]
  80. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
  83. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
  84. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  85. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  86. at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) ~[spring-beans-5.1.5.RELEASE.jar:5.1.5.RELEASE]
  87. ... 18 more
  88. Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:6379
  89. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_341]
  90. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715) ~[?:1.8.0_341]
  91. at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  92. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  93. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:665) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  94. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:612) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  95. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:529) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  96. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:491) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  97. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905) ~[netty-common-4.1.33.Final.jar:4.1.33.Final]
  98. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.33.Final.jar:4.1.33.Final]
  99. at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_341]
  100. Caused by: java.net.ConnectException: Connection refused: no further information
  101. at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_341]
  102. at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715) ~[?:1.8.0_341]
  103. at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  104. at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  105. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:665) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  106. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:612) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  107. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:529) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  108. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:491) ~[netty-transport-4.1.33.Final.jar:4.1.33.Final]
  109. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905) ~[netty-common-4.1.33.Final.jar:4.1.33.Final]
  110. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.33.Final.jar:4.1.33.Final]
  111. at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_341]
  112. 2026-06-26 15:29:33.249 INFO [main] cn.com.goldenwater.dcproj.GwCloudPlatformDcprojServiceApplication - The following profiles are active: pro
  113. 2026-06-26 15:29:43.822 INFO [main] org.eclipse.jetty.util.log - Logging initialized @15639ms to org.eclipse.jetty.util.log.Slf4jLog
  114. 2026-06-26 15:29:44.061 INFO [main] org.eclipse.jetty.server.Server - jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_341-b10
  115. 2026-06-26 15:29:44.117 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.application - Initializing Spring embedded WebApplicationContext
  116. 2026-06-26 15:29:44.804 WARN [main] com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  117. 2026-06-26 15:29:44.805 INFO [main] com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  118. 2026-06-26 15:29:44.839 INFO [main] com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@5a429813
  119. 2026-06-26 15:29:49.979 INFO [main] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
  120. 2026-06-26 15:29:49.979 INFO [main] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
  121. 2026-06-26 15:29:49.981 INFO [main] org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
  122. 2026-06-26 15:29:50.002 INFO [main] org.eclipse.jetty.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@10b1f9f3{application,/,[file:///C:/Users/24858/AppData/Local/Temp/jetty-docbase.564453300397402967.8500/],AVAILABLE}
  123. 2026-06-26 15:29:50.003 INFO [main] org.eclipse.jetty.server.Server - Started @21823ms
  124. 2026-06-26 15:30:06.749 INFO [main] io.lettuce.core.EpollProvider - Starting without optional epoll library
  125. 2026-06-26 15:30:06.752 INFO [main] io.lettuce.core.KqueueProvider - Starting without optional kqueue library
  126. 2026-06-26 15:30:39.063 INFO [main] org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  127. 2026-06-26 15:30:39.082 INFO [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  128. 2026-06-26 15:30:39.083 INFO [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.0 created.
  129. 2026-06-26 15:30:39.084 INFO [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  130. 2026-06-26 15:30:39.084 INFO [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'SchedulerFactory' with instanceId 'NON_CLUSTERED'
  131. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  132. NOT STARTED.
  133. Currently in standby mode.
  134. Number of jobs executed: 0
  135. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  136. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  137. 2026-06-26 15:30:39.085 INFO [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'SchedulerFactory' initialized from an externally provided properties instance.
  138. 2026-06-26 15:30:39.085 INFO [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.0
  139. 2026-06-26 15:30:39.085 INFO [main] org.quartz.core.QuartzScheduler - JobFactory set to: cn.com.goldenwater.dcproj.utils.TaskSchedulerFactory@cc6c7c9
  140. 2026-06-26 15:30:49.165 INFO [main] liquibase.database.core.OracleDatabase - Could not set remarks reporting on OracleDatabase: com.alibaba.druid.pool.DruidPooledConnection.setRemarksReporting(boolean)
  141. 2026-06-26 15:30:49.748 INFO [main] liquibase.executor.jvm.JdbcExecutor - SELECT COUNT(*) FROM GW_HUIYI.DATABASECHANGELOGLOCK
  142. 2026-06-26 15:30:49.914 INFO [main] liquibase.executor.jvm.JdbcExecutor - SELECT COUNT(*) FROM GW_HUIYI.DATABASECHANGELOGLOCK
  143. 2026-06-26 15:30:50.050 INFO [main] liquibase.executor.jvm.JdbcExecutor - SELECT LOCKED FROM GW_HUIYI.DATABASECHANGELOGLOCK WHERE ID=1 FOR UPDATE
  144. 2026-06-26 15:30:50.325 INFO [main] liquibase.lockservice.StandardLockService - Successfully acquired change log lock
  145. 2026-06-26 15:30:51.330 INFO [main] liquibase.changelog.DatabaseChangeLog - Reading resource: liquibase/changelogs/changelog-1.0.xml
  146. 2026-06-26 15:30:51.342 INFO [main] liquibase.changelog.DatabaseChangeLog - Reading resource: liquibase/changelogs/changelog-2.0.xml
  147. 2026-06-26 15:30:52.637 INFO [main] liquibase.executor.jvm.JdbcExecutor - SELECT MD5SUM FROM GW_HUIYI.DATABASECHANGELOG WHERE MD5SUM IS NOT NULL AND ROWNUM=1
  148. 2026-06-26 15:30:52.798 INFO [main] liquibase.executor.jvm.JdbcExecutor - SELECT COUNT(*) FROM GW_HUIYI.DATABASECHANGELOG
  149. 2026-06-26 15:30:52.954 INFO [main] liquibase.changelog.StandardChangeLogHistoryService - Reading from GW_HUIYI.DATABASECHANGELOG
  150. 2026-06-26 15:30:52.955 INFO [main] liquibase.executor.jvm.JdbcExecutor - SELECT * FROM GW_HUIYI.DATABASECHANGELOG ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  151. 2026-06-26 15:30:53.328 INFO [main] liquibase.lockservice.StandardLockService - Successfully released change log lock
  152. 2026-06-26 15:30:53.448 INFO [main] springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  153. 2026-06-26 15:30:53.695 WARN [main] com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
  154. 2026-06-26 15:30:53.695 INFO [main] com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  155. 2026-06-26 15:31:01.599 INFO [main] org.eclipse.jetty.server.Server - jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_341-b10
  156. 2026-06-26 15:31:01.600 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.application - Initializing Spring embedded WebApplicationContext
  157. 2026-06-26 15:31:01.625 INFO [main] org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
  158. 2026-06-26 15:31:01.625 INFO [main] org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
  159. 2026-06-26 15:31:01.625 INFO [main] org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
  160. 2026-06-26 15:31:01.626 INFO [main] org.eclipse.jetty.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@5c15e5f7{application,/,[file:///C:/Users/24858/AppData/Local/Temp/jetty-docbase.3651692168389781542.18081/],AVAILABLE}
  161. 2026-06-26 15:31:01.626 INFO [main] org.eclipse.jetty.server.Server - Started @93446ms
  162. 2026-06-26 15:31:01.956 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet'
  163. 2026-06-26 15:31:01.997 INFO [main] org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@3f732afc{HTTP/1.1,[http/1.1]}{127.0.0.1:18081}
  164. 2026-06-26 15:31:02.014 INFO [main] springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
  165. 2026-06-26 15:31:02.063 INFO [main] springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
  166. 2026-06-26 15:31:02.063 INFO [main] springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper - Skipping initializing disabled plugin bean swagger v2.0
  167. 2026-06-26 15:31:02.145 INFO [main] org.quartz.core.QuartzScheduler - Scheduler SchedulerFactory_$_NON_CLUSTERED started.
  168. 2026-06-26 15:31:02.241 INFO [main] org.eclipse.jetty.server.handler.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet'
  169. 2026-06-26 15:31:02.320 INFO [main] org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@6191335f{HTTP/1.1,[http/1.1]}{0.0.0.0:8500}
  170. 2026-06-26 15:31:02.325 INFO [main] cn.com.goldenwater.dcproj.GwCloudPlatformDcprojServiceApplication - Started GwCloudPlatformDcprojServiceApplication in 92.009 seconds (JVM running for 94.144)
  171. 2026-06-26 15:31:08.236 INFO [qtp1928880169-59] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->87dd0270f8764d73a7e141f058542b24:accessToken---->null
  172. 2026-06-26 15:31:08.364 INFO [qtp1928880169-59] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - /dc/att/adXBase/getAdTreeByAdCd--->9999
  173. 2026-06-26 15:31:17.172 INFO [qtp1928880169-54] cn.com.goldenwater.dcproj.service.impl.login.LoginServiceImpl - login--------------------------------------p.getProvince():110000000000--------------------------------------------------------
  174. 2026-06-26 15:31:54.222 INFO [qtp1928880169-56] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->87dd0270f8764d73a7e141f058542b24:accessToken---->null
  175. 2026-06-26 15:31:54.224 INFO [qtp1928880169-56] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - /dc/att/adXBase/getAdTreeByAdCd--->9999
  176. 2026-06-26 15:32:06.335 INFO [qtp1928880169-57] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->959ccd3a34c44826b6ff390a6a586ded:accessToken---->null
  177. 2026-06-26 15:32:06.336 INFO [qtp1928880169-57] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - /att/project/insurance/record/recordView--->9999
  178. 2026-06-26 15:32:23.144 INFO [qtp1928880169-55] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3MzQ3ODc3MH0.tbA5LF8hzSjLlAlg9LilQduWe4-rhBtcFIxMwL3EMI8
  179. 2026-06-26 15:32:23.570 INFO [qtp1928880169-55] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):401
  180. 2026-06-26 15:32:32.188 INFO [qtp1928880169-61] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3MzU0MzE2NX0.WwVbAkyZop3yORmQYb10irSzi9aAvEFrwQxAlemyMfQ
  181. 2026-06-26 15:32:43.395 INFO [qtp1928880169-61] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):11190
  182. 2026-06-26 15:33:20.304 INFO [qtp1928880169-57] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3MzU1MjE4OX0.4YSylybcYnccC6QX9-JuR_5Hh6A68z4_HC2fGXEWxHk
  183. 2026-06-26 15:33:31.078 INFO [qtp1928880169-57] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):10770
  184. 2026-06-26 15:40:18.771 INFO [qtp1928880169-59] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3MzYwMDMwNX0.b06V33zESSdd17ifKi1C-Jw2Uec6chZBzpHSNN3zSk8
  185. 2026-06-26 15:40:19.174 INFO [qtp1928880169-59] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):380
  186. 2026-06-26 15:40:32.549 INFO [qtp1928880169-58] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3NDAxODc3Mn0.DBbe2J0t88hEfmPQKtN6_TbMlNi6WB7fzCyYOQQ4GVU
  187. 2026-06-26 15:40:33.245 INFO [qtp1928880169-58] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):685
  188. 2026-06-26 16:00:02.572 WARN [scheduling-1] oshi.util.platform.windows.WmiQueryHandler - COM exception: Invalid Class Win32_LogicalDisk
  189. 2026-06-26 16:00:09.851 INFO [container-8] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - urlupdate-->http://211.144.20.127/gateway/api/gw/sys/run/insert
  190. 2026-06-26 16:00:09.899 INFO [container-9] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - urlupdate-->http://211.144.20.127/gateway/api/gw/sys/start/insert
  191. 2026-06-26 16:00:31.292 ERROR [container-8] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - 消息接收运行--调用网关失败:
  192. org.apache.http.conn.HttpHostConnectException: Connect to 211.144.20.127:80 [/211.144.20.127] failed: Connection timed out: connect
  193. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.7.jar:4.5.7]
  194. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.7.jar:4.5.7]
  195. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.7.jar:4.5.7]
  196. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.7.jar:4.5.7]
  197. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  198. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.7.jar:4.5.7]
  199. at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.7.jar:4.5.7]
  200. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  201. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.7.jar:4.5.7]
  202. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.7.jar:4.5.7]
  203. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.7.jar:4.5.7]
  204. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:156) ~[classes/:?]
  205. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:136) ~[classes/:?]
  206. at cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver.receiveMessageRun(RedisDataCenterReceiver.java:81) ~[classes/:?]
  207. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
  208. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
  209. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
  210. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
  211. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter$MethodInvoker.invoke(MessageListenerAdapter.java:142) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  212. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.invokeListenerMethod(MessageListenerAdapter.java:371) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  213. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:308) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  214. at org.springframework.data.redis.listener.RedisMessageListenerContainer.executeListener(RedisMessageListenerContainer.java:250) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  215. at org.springframework.data.redis.listener.RedisMessageListenerContainer.processMessage(RedisMessageListenerContainer.java:240) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  216. at org.springframework.data.redis.listener.RedisMessageListenerContainer.lambda$dispatchMessage$0(RedisMessageListenerContainer.java:986) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  217. at java.lang.Thread.run(Thread.java:750) [?:1.8.0_341]
  218. Caused by: java.net.ConnectException: Connection timed out: connect
  219. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_341]
  220. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:75) ~[?:1.8.0_341]
  221. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) ~[?:1.8.0_341]
  222. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) ~[?:1.8.0_341]
  223. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) ~[?:1.8.0_341]
  224. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) ~[?:1.8.0_341]
  225. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) ~[?:1.8.0_341]
  226. at java.net.Socket.connect(Socket.java:606) ~[?:1.8.0_341]
  227. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.7.jar:4.5.7]
  228. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.7.jar:4.5.7]
  229. ... 24 more
  230. 2026-06-26 16:00:31.303 ERROR [container-9] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - 消息接收启动--调用网关失败:
  231. org.apache.http.conn.HttpHostConnectException: Connect to 211.144.20.127:80 [/211.144.20.127] failed: Connection timed out: connect
  232. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.7.jar:4.5.7]
  233. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.7.jar:4.5.7]
  234. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.7.jar:4.5.7]
  235. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.7.jar:4.5.7]
  236. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  237. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.7.jar:4.5.7]
  238. at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.7.jar:4.5.7]
  239. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  240. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.7.jar:4.5.7]
  241. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.7.jar:4.5.7]
  242. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.7.jar:4.5.7]
  243. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:156) ~[classes/:?]
  244. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:136) ~[classes/:?]
  245. at cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver.receiveMessageStart(RedisDataCenterReceiver.java:67) ~[classes/:?]
  246. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
  247. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
  248. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
  249. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
  250. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter$MethodInvoker.invoke(MessageListenerAdapter.java:142) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  251. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.invokeListenerMethod(MessageListenerAdapter.java:371) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  252. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:308) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  253. at org.springframework.data.redis.listener.RedisMessageListenerContainer.executeListener(RedisMessageListenerContainer.java:250) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  254. at org.springframework.data.redis.listener.RedisMessageListenerContainer.processMessage(RedisMessageListenerContainer.java:240) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  255. at org.springframework.data.redis.listener.RedisMessageListenerContainer.lambda$dispatchMessage$0(RedisMessageListenerContainer.java:986) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  256. at java.lang.Thread.run(Thread.java:750) [?:1.8.0_341]
  257. Caused by: java.net.ConnectException: Connection timed out: connect
  258. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_341]
  259. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:75) ~[?:1.8.0_341]
  260. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) ~[?:1.8.0_341]
  261. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) ~[?:1.8.0_341]
  262. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) ~[?:1.8.0_341]
  263. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) ~[?:1.8.0_341]
  264. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) ~[?:1.8.0_341]
  265. at java.net.Socket.connect(Socket.java:606) ~[?:1.8.0_341]
  266. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.7.jar:4.5.7]
  267. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.7.jar:4.5.7]
  268. ... 24 more
  269. 2026-06-26 16:08:49.642 INFO [qtp1928880169-59] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3NDAzMjU1MH0.UYjqFVXGnWDXliNnYluQ3Qe4sfCo5l4mIPFwV3827qg
  270. 2026-06-26 16:08:50.296 INFO [qtp1928880169-59] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):647
  271. 2026-06-26 16:09:00.336 INFO [qtp1928880169-58] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3NTcyOTY0NH0.BrZmiQhZQQRmvoxxknnd9qPArJi4PveayBctLcokeNY
  272. 2026-06-26 16:09:00.709 INFO [qtp1928880169-58] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):368
  273. 2026-06-26 16:20:51.991 INFO [qtp1928880169-54] cn.com.goldenwater.dcproj.intercepter.LogInterceptor - source-->62dc950ee1f94440b2e2293a649334db:accessToken---->eyJhbGciOiJIUzI1NiJ9.eyJwZXJzSWQiOiJPREJrWmpFeU1UTmhaRGxtTkRrelpUZzFZVGMzTVdRMlpqUmlNVGhoTVRjPSIsIm1vYmlsZSI6Ik1UTTBLaW9xS2prM016Zz0iLCJwVHlwZSI6Ik1RPT0iLCJwZXJzTmFtZSI6IjVwMk81clczNkxhRiIsImV4cCI6MTc4MjQ3NTc0MDMzN30.jDEu64m8djWOn1Dqz9ykVgJHnWqgzpnyKEYZf4FuoLc
  274. 2026-06-26 16:20:52.637 INFO [qtp1928880169-54] cn.com.goldenwater.dcproj.target.ExecutionTimeRecord - 方法执行耗时(ms):639
  275. 2026-06-26 17:00:01.090 WARN [scheduling-1] oshi.util.platform.windows.WmiQueryHandler - COM exception: Invalid Class Win32_LogicalDisk
  276. 2026-06-26 17:00:05.385 INFO [container-13] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - urlupdate-->http://211.144.20.127/gateway/api/gw/sys/run/insert
  277. 2026-06-26 17:00:05.434 INFO [container-14] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - urlupdate-->http://211.144.20.127/gateway/api/gw/sys/start/insert
  278. 2026-06-26 17:00:26.436 ERROR [container-13] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - 消息接收运行--调用网关失败:
  279. org.apache.http.conn.HttpHostConnectException: Connect to 211.144.20.127:80 [/211.144.20.127] failed: Connection timed out: connect
  280. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.7.jar:4.5.7]
  281. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.7.jar:4.5.7]
  282. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.7.jar:4.5.7]
  283. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.7.jar:4.5.7]
  284. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  285. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.7.jar:4.5.7]
  286. at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.7.jar:4.5.7]
  287. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  288. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.7.jar:4.5.7]
  289. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.7.jar:4.5.7]
  290. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.7.jar:4.5.7]
  291. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:156) ~[classes/:?]
  292. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:136) ~[classes/:?]
  293. at cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver.receiveMessageRun(RedisDataCenterReceiver.java:81) ~[classes/:?]
  294. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
  295. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
  296. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
  297. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
  298. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter$MethodInvoker.invoke(MessageListenerAdapter.java:142) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  299. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.invokeListenerMethod(MessageListenerAdapter.java:371) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  300. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:308) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  301. at org.springframework.data.redis.listener.RedisMessageListenerContainer.executeListener(RedisMessageListenerContainer.java:250) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  302. at org.springframework.data.redis.listener.RedisMessageListenerContainer.processMessage(RedisMessageListenerContainer.java:240) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  303. at org.springframework.data.redis.listener.RedisMessageListenerContainer.lambda$dispatchMessage$0(RedisMessageListenerContainer.java:986) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  304. at java.lang.Thread.run(Thread.java:750) [?:1.8.0_341]
  305. Caused by: java.net.ConnectException: Connection timed out: connect
  306. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_341]
  307. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:75) ~[?:1.8.0_341]
  308. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) ~[?:1.8.0_341]
  309. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) ~[?:1.8.0_341]
  310. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) ~[?:1.8.0_341]
  311. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) ~[?:1.8.0_341]
  312. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) ~[?:1.8.0_341]
  313. at java.net.Socket.connect(Socket.java:606) ~[?:1.8.0_341]
  314. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.7.jar:4.5.7]
  315. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.7.jar:4.5.7]
  316. ... 24 more
  317. 2026-06-26 17:00:26.482 ERROR [container-14] cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver - 消息接收启动--调用网关失败:
  318. org.apache.http.conn.HttpHostConnectException: Connect to 211.144.20.127:80 [/211.144.20.127] failed: Connection timed out: connect
  319. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.7.jar:4.5.7]
  320. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) ~[httpclient-4.5.7.jar:4.5.7]
  321. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.7.jar:4.5.7]
  322. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.7.jar:4.5.7]
  323. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  324. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.7.jar:4.5.7]
  325. at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.7.jar:4.5.7]
  326. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.7.jar:4.5.7]
  327. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.7.jar:4.5.7]
  328. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.7.jar:4.5.7]
  329. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.7.jar:4.5.7]
  330. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:156) ~[classes/:?]
  331. at cn.com.goldenwater.dcproj.utils.HttpClientUtils.simplePostInvoke(HttpClientUtils.java:136) ~[classes/:?]
  332. at cn.com.goldenwater.dcproj.service.impl.RedisDataCenterReceiver.receiveMessageStart(RedisDataCenterReceiver.java:67) ~[classes/:?]
  333. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
  334. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_341]
  335. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_341]
  336. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_341]
  337. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter$MethodInvoker.invoke(MessageListenerAdapter.java:142) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  338. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.invokeListenerMethod(MessageListenerAdapter.java:371) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  339. at org.springframework.data.redis.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:308) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  340. at org.springframework.data.redis.listener.RedisMessageListenerContainer.executeListener(RedisMessageListenerContainer.java:250) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  341. at org.springframework.data.redis.listener.RedisMessageListenerContainer.processMessage(RedisMessageListenerContainer.java:240) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  342. at org.springframework.data.redis.listener.RedisMessageListenerContainer.lambda$dispatchMessage$0(RedisMessageListenerContainer.java:986) ~[spring-data-redis-2.1.5.RELEASE.jar:2.1.5.RELEASE]
  343. at java.lang.Thread.run(Thread.java:750) [?:1.8.0_341]
  344. Caused by: java.net.ConnectException: Connection timed out: connect
  345. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_341]
  346. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:75) ~[?:1.8.0_341]
  347. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) ~[?:1.8.0_341]
  348. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) ~[?:1.8.0_341]
  349. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) ~[?:1.8.0_341]
  350. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) ~[?:1.8.0_341]
  351. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) ~[?:1.8.0_341]
  352. at java.net.Socket.connect(Socket.java:606) ~[?:1.8.0_341]
  353. at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.7.jar:4.5.7]
  354. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.7.jar:4.5.7]
  355. ... 24 more