log-warn-2022-01-04.0.log 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  1. 2022-01-04 13:47:37.601 [RMI TCP Connection(23)-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.GeneratedMethodAccessor182.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.GeneratedMethodAccessor39.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-04 15:12:25.704 [RMI TCP Connection(6)-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.GeneratedMethodAccessor74.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-04 15:13:56.542 [http-nio-8080-exec-3] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  162. 2022-01-04 15:14:03.766 [http-nio-8080-exec-5] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  163. 2022-01-04 15:22:55.026 [http-nio-8080-exec-6] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  164. 2022-01-04 15:23:45.125 [http-nio-8080-exec-10] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  165. 2022-01-04 15:25:37.149 [http-nio-8080-exec-9] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  166. 2022-01-04 15:25:44.393 [http-nio-8080-exec-6] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  167. 2022-01-04 15:25:52.233 [http-nio-8080-exec-10] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
  168. 2022-01-04 16:06:44.418 [RMI TCP Connection(53)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  169. 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
  170. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  171. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  172. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  173. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  174. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  175. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  176. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  177. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  178. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  179. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  180. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  181. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  182. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  183. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  184. at java.lang.reflect.Method.invoke(Method.java:498)
  185. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  186. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  187. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  188. at java.lang.reflect.Method.invoke(Method.java:498)
  189. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  190. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  191. at java.security.AccessController.doPrivileged(Native Method)
  192. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  193. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  194. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  195. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  196. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  197. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  198. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  199. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  200. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  201. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  202. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  203. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  204. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  205. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  206. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  207. at java.lang.reflect.Method.invoke(Method.java:498)
  208. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  209. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  210. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  211. at java.security.AccessController.doPrivileged(Native Method)
  212. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  213. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  214. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  215. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  216. at java.security.AccessController.doPrivileged(Native Method)
  217. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  218. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  219. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  220. at java.lang.Thread.run(Thread.java:748)
  221. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  222. at redis.clients.util.Pool.getResource(Pool.java:53)
  223. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  224. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  225. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  226. ... 50 common frames omitted
  227. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  228. at redis.clients.jedis.Connection.connect(Connection.java:207)
  229. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  230. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  231. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  232. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  233. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  234. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  235. at redis.clients.util.Pool.getResource(Pool.java:49)
  236. ... 53 common frames omitted
  237. Caused by: java.net.SocketTimeoutException: connect timed out
  238. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  239. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  240. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  241. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  242. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  243. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  244. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  245. at java.net.Socket.connect(Socket.java:606)
  246. at redis.clients.jedis.Connection.connect(Connection.java:184)
  247. ... 60 common frames omitted
  248. 2022-01-04 16:22:22.852 [RMI TCP Connection(2)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  249. 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
  250. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  251. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  252. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  253. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  254. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  255. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  256. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  257. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  258. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  259. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  260. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  261. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  262. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  263. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  264. at java.lang.reflect.Method.invoke(Method.java:498)
  265. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  266. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  267. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  268. at java.lang.reflect.Method.invoke(Method.java:498)
  269. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  270. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  271. at java.security.AccessController.doPrivileged(Native Method)
  272. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  273. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  274. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  275. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  276. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  277. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  278. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  279. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  280. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  281. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  282. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  283. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  284. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  285. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  286. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  287. at java.lang.reflect.Method.invoke(Method.java:498)
  288. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  289. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  290. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  291. at java.security.AccessController.doPrivileged(Native Method)
  292. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  293. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  294. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  295. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  296. at java.security.AccessController.doPrivileged(Native Method)
  297. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  298. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  299. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  300. at java.lang.Thread.run(Thread.java:748)
  301. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  302. at redis.clients.util.Pool.getResource(Pool.java:53)
  303. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  304. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  305. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  306. ... 50 common frames omitted
  307. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  308. at redis.clients.jedis.Connection.connect(Connection.java:207)
  309. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  310. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  311. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  312. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  313. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  314. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  315. at redis.clients.util.Pool.getResource(Pool.java:49)
  316. ... 53 common frames omitted
  317. Caused by: java.net.SocketTimeoutException: connect timed out
  318. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  319. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  320. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  321. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  322. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  323. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  324. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  325. at java.net.Socket.connect(Socket.java:606)
  326. at redis.clients.jedis.Connection.connect(Connection.java:184)
  327. ... 60 common frames omitted
  328. 2022-01-04 16:29:07.421 [RMI TCP Connection(5)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  329. 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
  330. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  331. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  332. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  333. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  334. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  335. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  336. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  337. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  338. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  339. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  340. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  341. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  342. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  343. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  344. at java.lang.reflect.Method.invoke(Method.java:498)
  345. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  346. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  347. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  348. at java.lang.reflect.Method.invoke(Method.java:498)
  349. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  350. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  351. at java.security.AccessController.doPrivileged(Native Method)
  352. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  353. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  354. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  355. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  356. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  357. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  358. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  359. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  360. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  361. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  362. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  363. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  364. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  365. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  366. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  367. at java.lang.reflect.Method.invoke(Method.java:498)
  368. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  369. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  370. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  371. at java.security.AccessController.doPrivileged(Native Method)
  372. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  373. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  374. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  375. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  376. at java.security.AccessController.doPrivileged(Native Method)
  377. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  378. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  379. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  380. at java.lang.Thread.run(Thread.java:748)
  381. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  382. at redis.clients.util.Pool.getResource(Pool.java:53)
  383. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  384. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  385. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  386. ... 50 common frames omitted
  387. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  388. at redis.clients.jedis.Connection.connect(Connection.java:207)
  389. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  390. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  391. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  392. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  393. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  394. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  395. at redis.clients.util.Pool.getResource(Pool.java:49)
  396. ... 53 common frames omitted
  397. Caused by: java.net.SocketTimeoutException: connect timed out
  398. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  399. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  400. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  401. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  402. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  403. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  404. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  405. at java.net.Socket.connect(Socket.java:606)
  406. at redis.clients.jedis.Connection.connect(Connection.java:184)
  407. ... 60 common frames omitted
  408. 2022-01-04 16:34:25.152 [RMI TCP Connection(7)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  409. 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
  410. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  411. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  412. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  413. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  414. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  415. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  416. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  417. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  418. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  419. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  420. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  421. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  422. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  423. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  424. at java.lang.reflect.Method.invoke(Method.java:498)
  425. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  426. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  427. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  428. at java.lang.reflect.Method.invoke(Method.java:498)
  429. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  430. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  431. at java.security.AccessController.doPrivileged(Native Method)
  432. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  433. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  434. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  435. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  436. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  437. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  438. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  439. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  440. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  441. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  442. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  443. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  444. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  445. at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
  446. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  447. at java.lang.reflect.Method.invoke(Method.java:498)
  448. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  449. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  450. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  451. at java.security.AccessController.doPrivileged(Native Method)
  452. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  453. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  454. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  455. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  456. at java.security.AccessController.doPrivileged(Native Method)
  457. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  458. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  459. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  460. at java.lang.Thread.run(Thread.java:748)
  461. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  462. at redis.clients.util.Pool.getResource(Pool.java:53)
  463. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  464. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  465. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  466. ... 50 common frames omitted
  467. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  468. at redis.clients.jedis.Connection.connect(Connection.java:207)
  469. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  470. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  471. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  472. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  473. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  474. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  475. at redis.clients.util.Pool.getResource(Pool.java:49)
  476. ... 53 common frames omitted
  477. Caused by: java.net.SocketTimeoutException: connect timed out
  478. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  479. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  480. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  481. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  482. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  483. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  484. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  485. at java.net.Socket.connect(Socket.java:606)
  486. at redis.clients.jedis.Connection.connect(Connection.java:184)
  487. ... 60 common frames omitted
  488. 2022-01-04 17:19:59.001 [RMI TCP Connection(39)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  489. 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
  490. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  491. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  492. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  493. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  494. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  495. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  496. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  497. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  498. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  499. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  500. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  501. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  502. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  503. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  504. at java.lang.reflect.Method.invoke(Method.java:498)
  505. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  506. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  507. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  508. at java.lang.reflect.Method.invoke(Method.java:498)
  509. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  510. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  511. at java.security.AccessController.doPrivileged(Native Method)
  512. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  513. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  514. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  515. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  516. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  517. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  518. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  519. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  520. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  521. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  522. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  523. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  524. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  525. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  526. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  527. at java.lang.reflect.Method.invoke(Method.java:498)
  528. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  529. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  530. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  531. at java.security.AccessController.doPrivileged(Native Method)
  532. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  533. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  534. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  535. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  536. at java.security.AccessController.doPrivileged(Native Method)
  537. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  538. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  539. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  540. at java.lang.Thread.run(Thread.java:748)
  541. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  542. at redis.clients.util.Pool.getResource(Pool.java:53)
  543. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  544. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  545. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  546. ... 50 common frames omitted
  547. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  548. at redis.clients.jedis.Connection.connect(Connection.java:207)
  549. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  550. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  551. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  552. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  553. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  554. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  555. at redis.clients.util.Pool.getResource(Pool.java:49)
  556. ... 53 common frames omitted
  557. Caused by: java.net.SocketTimeoutException: connect timed out
  558. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  559. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  560. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  561. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  562. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  563. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  564. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  565. at java.net.Socket.connect(Socket.java:606)
  566. at redis.clients.jedis.Connection.connect(Connection.java:184)
  567. ... 60 common frames omitted
  568. 2022-01-04 17:27:21.027 [restartedMain] WARN net.sf.ehcache.store.disk.DiskStorageFactory - The index for data file C:\Users\WXLI\AppData\Local\Temp\shiro-ehcache\shiro-activeSessionCache.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\WXLI\AppData\Local\Temp\shiro-ehcache\shiro-activeSessionCache.index
  569. 2022-01-04 17:27:21.039 [restartedMain] WARN net.sf.ehcache.store.disk.DiskStorageFactory - The index for data file C:\Users\WXLI\AppData\Local\Temp\shiro-ehcache\goodAuthorizationCache.data is out of date, probably due to an unclean shutdown. Deleting index file C:\Users\WXLI\AppData\Local\Temp\shiro-ehcache\goodAuthorizationCache.index
  570. 2022-01-04 17:27:45.878 [RMI TCP Connection(4)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  571. 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
  572. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  573. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  574. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  575. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  576. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  577. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  578. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  579. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  580. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  581. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  582. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  583. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  584. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  585. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  586. at java.lang.reflect.Method.invoke(Method.java:498)
  587. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  588. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  589. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  590. at java.lang.reflect.Method.invoke(Method.java:498)
  591. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  592. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  593. at java.security.AccessController.doPrivileged(Native Method)
  594. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  595. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  596. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  597. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  598. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  599. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  600. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  601. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  602. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  603. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  604. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  605. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  606. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  607. at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
  608. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  609. at java.lang.reflect.Method.invoke(Method.java:498)
  610. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  611. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  612. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  613. at java.security.AccessController.doPrivileged(Native Method)
  614. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  615. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  616. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  617. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  618. at java.security.AccessController.doPrivileged(Native Method)
  619. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  620. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  621. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  622. at java.lang.Thread.run(Thread.java:748)
  623. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  624. at redis.clients.util.Pool.getResource(Pool.java:53)
  625. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  626. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  627. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  628. ... 50 common frames omitted
  629. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  630. at redis.clients.jedis.Connection.connect(Connection.java:207)
  631. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  632. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  633. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  634. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  635. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  636. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  637. at redis.clients.util.Pool.getResource(Pool.java:49)
  638. ... 53 common frames omitted
  639. Caused by: java.net.SocketTimeoutException: connect timed out
  640. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  641. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  642. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  643. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  644. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  645. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  646. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  647. at java.net.Socket.connect(Socket.java:606)
  648. at redis.clients.jedis.Connection.connect(Connection.java:184)
  649. ... 60 common frames omitted