log-warn-2022-01-10.0.log 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. 2022-01-10 09:27:38.919 [RMI TCP Connection(2)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  2. org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  3. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  4. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  5. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  6. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  7. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  8. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  9. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  10. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  11. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  12. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  13. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:498)
  18. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  19. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:498)
  22. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  23. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  24. at java.security.AccessController.doPrivileged(Native Method)
  25. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  26. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  27. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  28. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  29. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  30. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  31. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  32. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  33. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  34. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  35. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  36. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  37. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  38. at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40. at java.lang.reflect.Method.invoke(Method.java:498)
  41. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  42. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  43. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  44. at java.security.AccessController.doPrivileged(Native Method)
  45. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  46. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  47. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  48. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  49. at java.security.AccessController.doPrivileged(Native Method)
  50. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  51. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  52. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  53. at java.lang.Thread.run(Thread.java:748)
  54. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  55. at redis.clients.util.Pool.getResource(Pool.java:53)
  56. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  57. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  58. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  59. ... 50 common frames omitted
  60. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  61. at redis.clients.jedis.Connection.connect(Connection.java:207)
  62. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  63. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  64. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  65. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  66. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  67. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  68. at redis.clients.util.Pool.getResource(Pool.java:49)
  69. ... 53 common frames omitted
  70. Caused by: java.net.SocketTimeoutException: connect timed out
  71. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  72. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  73. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  74. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  75. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  76. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  77. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  78. at java.net.Socket.connect(Socket.java:606)
  79. at redis.clients.jedis.Connection.connect(Connection.java:184)
  80. ... 60 common frames omitted
  81. 2022-01-10 09:51:47.256 [RMI TCP Connection(17)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  82. org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  83. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  84. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  85. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  86. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  87. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  88. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  89. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  90. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  91. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  92. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  93. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:498)
  98. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  99. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  100. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  101. at java.lang.reflect.Method.invoke(Method.java:498)
  102. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  103. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  104. at java.security.AccessController.doPrivileged(Native Method)
  105. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  106. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  107. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  108. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  109. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  110. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  111. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  112. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  113. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  114. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  115. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  116. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  117. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  118. at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
  119. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  120. at java.lang.reflect.Method.invoke(Method.java:498)
  121. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  122. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  123. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  124. at java.security.AccessController.doPrivileged(Native Method)
  125. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  126. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  127. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  128. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  129. at java.security.AccessController.doPrivileged(Native Method)
  130. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  131. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  132. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  133. at java.lang.Thread.run(Thread.java:748)
  134. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  135. at redis.clients.util.Pool.getResource(Pool.java:53)
  136. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  137. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  138. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  139. ... 50 common frames omitted
  140. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  141. at redis.clients.jedis.Connection.connect(Connection.java:207)
  142. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  143. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  144. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  145. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  146. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  147. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  148. at redis.clients.util.Pool.getResource(Pool.java:49)
  149. ... 53 common frames omitted
  150. Caused by: java.net.SocketTimeoutException: connect timed out
  151. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  152. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  153. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  154. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  155. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  156. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  157. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  158. at java.net.Socket.connect(Socket.java:606)
  159. at redis.clients.jedis.Connection.connect(Connection.java:184)
  160. ... 60 common frames omitted
  161. 2022-01-10 09:56:19.057 [http-nio-8080-exec-5] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  162. The last packet successfully received from the server was 18,523 milliseconds ago. The last packet sent successfully to the server was 18,548 milliseconds ago.
  163. 2022-01-10 09:58:28.631 [http-nio-8080-exec-1] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [C:\Users\WXLI\AppData\Local\Temp\tomcat.9084215838639435795.8080\work\Tomcat\localhost\myboot] is not valid
  164. 2022-01-10 09:58:28.631 [http-nio-8080-exec-1] WARN o.s.w.m.support.StandardServletMultipartResolver - Failed to perform cleanup of multipart items
  165. java.io.IOException: The temporary upload location [C:\Users\WXLI\AppData\Local\Temp\tomcat.9084215838639435795.8080\work\Tomcat\localhost\myboot] is not valid
  166. at org.apache.catalina.connector.Request.parseParts(Request.java:2846)
  167. at org.apache.catalina.connector.Request.parseParameters(Request.java:3215)
  168. at org.apache.catalina.connector.Request.getParameter(Request.java:1145)
  169. at org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:381)
  170. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:75)
  171. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  172. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  173. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  174. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  175. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  176. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  177. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  178. at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
  179. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  180. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  181. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  182. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  183. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  184. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
  185. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  186. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
  187. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  188. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
  189. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
  190. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  191. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861)
  192. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
  193. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  194. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  195. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  196. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  197. at java.lang.Thread.run(Thread.java:748)
  198. 2022-01-10 09:58:35.748 [http-nio-8080-exec-3] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [C:\Users\WXLI\AppData\Local\Temp\tomcat.9084215838639435795.8080\work\Tomcat\localhost\myboot] is not valid
  199. 2022-01-10 09:58:35.749 [http-nio-8080-exec-3] WARN o.s.w.m.support.StandardServletMultipartResolver - Failed to perform cleanup of multipart items
  200. java.io.IOException: The temporary upload location [C:\Users\WXLI\AppData\Local\Temp\tomcat.9084215838639435795.8080\work\Tomcat\localhost\myboot] is not valid
  201. at org.apache.catalina.connector.Request.parseParts(Request.java:2846)
  202. at org.apache.catalina.connector.Request.parseParameters(Request.java:3215)
  203. at org.apache.catalina.connector.Request.getParameter(Request.java:1145)
  204. at org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:381)
  205. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:75)
  206. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  207. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  208. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  209. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  210. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  211. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  212. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  213. at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106)
  214. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  215. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  216. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  217. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  218. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  219. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
  220. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  221. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
  222. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  223. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
  224. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
  225. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  226. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861)
  227. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
  228. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  229. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  230. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  231. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  232. at java.lang.Thread.run(Thread.java:748)
  233. 2022-01-10 14:03:49.290 [restartedMain] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.scheduling.annotation.ProxyAsyncConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'shiroFilter' defined in class path resource [platform/config/shiro/ShiroConfig.class]: Unsatisfied dependency expressed through method 'getShiroFilterFactoryBean' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getMethodInvokingFactoryBean' defined in class path resource [platform/config/shiro/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.beans.factory.config.MethodInvokingFactoryBean]: Factory method 'getMethodInvokingFactoryBean' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [platform/config/shiro/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'getSecurityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getAuthenticationRealm' defined in class path resource [platform/config/shiro/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [platform.modules.sys.shiro.AuthenticationRealm]: Factory method 'getAuthenticationRealm' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hashedCredentialsMatcher' defined in class path resource [platform/config/shiro/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.authc.credential.HashedCredentialsMatcher]: Factory method 'getHashedCredentialsMatcher' threw exception; nested exception is java.lang.NoClassDefFoundError: platform/modules/sys/shiro/CredentialsMatcher
  234. 2022-01-10 14:13:04.854 [RMI TCP Connection(4)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  235. org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  236. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  237. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  238. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  239. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  240. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  241. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  242. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  243. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  244. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  245. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  246. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  247. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  248. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  249. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  250. at java.lang.reflect.Method.invoke(Method.java:498)
  251. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  252. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  253. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  254. at java.lang.reflect.Method.invoke(Method.java:498)
  255. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  256. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  257. at java.security.AccessController.doPrivileged(Native Method)
  258. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  259. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  260. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  261. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  262. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  263. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  264. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  265. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  266. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  267. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  268. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  269. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  270. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  271. at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
  272. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  273. at java.lang.reflect.Method.invoke(Method.java:498)
  274. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  275. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  276. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  277. at java.security.AccessController.doPrivileged(Native Method)
  278. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  279. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  280. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  281. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  282. at java.security.AccessController.doPrivileged(Native Method)
  283. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  284. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  285. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  286. at java.lang.Thread.run(Thread.java:748)
  287. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  288. at redis.clients.util.Pool.getResource(Pool.java:53)
  289. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  290. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  291. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  292. ... 50 common frames omitted
  293. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  294. at redis.clients.jedis.Connection.connect(Connection.java:207)
  295. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  296. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  297. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  298. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  299. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  300. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  301. at redis.clients.util.Pool.getResource(Pool.java:49)
  302. ... 53 common frames omitted
  303. Caused by: java.net.SocketTimeoutException: connect timed out
  304. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  305. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  306. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  307. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  308. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  309. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  310. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  311. at java.net.Socket.connect(Socket.java:606)
  312. at redis.clients.jedis.Connection.connect(Connection.java:184)
  313. ... 60 common frames omitted
  314. 2022-01-10 14:20:54.046 [http-nio-8080-exec-9] WARN com.alibaba.druid.pool.DruidDataSource - not full timeout retry : 1