log-warn-2022-01-07.0.log 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. 2022-01-07 09:00:28.415 [RMI TCP Connection(57)-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.GeneratedMethodAccessor48.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-07 10:39:58.104 [http-nio-8080-exec-5] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.apache.shiro.session.UnknownSessionException: There is no session with id [ba278212-ea01-4be0-94db-8e13a64ff162]
  82. 2022-01-07 10:44:33.766 [http-nio-8080-exec-10] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "24and1=1"
  83. 2022-01-07 10:45:09.928 [http-nio-8080-exec-5] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "24and1=1"
  84. 2022-01-07 10:45:17.446 [http-nio-8080-exec-7] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "24and1=1"
  85. 2022-01-07 10:45:58.154 [http-nio-8080-exec-6] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "24and1=1"
  86. 2022-01-07 10:48:44.732 [http-nio-8080-exec-7] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "24'"
  87. 2022-01-07 10:48:48.809 [http-nio-8080-exec-1] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "24'"
  88. 2022-01-07 10:49:14.875 [http-nio-8080-exec-9] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "'24'"
  89. 2022-01-07 10:49:16.301 [http-nio-8080-exec-6] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: "'24'"
  90. 2022-01-07 17:30:54.070 [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
  91. 2022-01-07 17:31:35.536 [RMI TCP Connection(5)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  92. 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
  93. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  94. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  95. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  96. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  97. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  98. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  99. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  100. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  101. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  102. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  103. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  107. at java.lang.reflect.Method.invoke(Method.java:498)
  108. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  109. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. at java.lang.reflect.Method.invoke(Method.java:498)
  112. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  113. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  114. at java.security.AccessController.doPrivileged(Native Method)
  115. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  116. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  117. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  118. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  119. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  120. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  121. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  122. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  123. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  124. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  125. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  126. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  127. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  128. at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
  129. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  130. at java.lang.reflect.Method.invoke(Method.java:498)
  131. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  132. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  133. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  134. at java.security.AccessController.doPrivileged(Native Method)
  135. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  136. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  137. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  138. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  139. at java.security.AccessController.doPrivileged(Native Method)
  140. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  141. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  142. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  143. at java.lang.Thread.run(Thread.java:748)
  144. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  145. at redis.clients.util.Pool.getResource(Pool.java:53)
  146. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  147. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  148. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  149. ... 50 common frames omitted
  150. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  151. at redis.clients.jedis.Connection.connect(Connection.java:207)
  152. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  153. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  154. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  155. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  156. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  157. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  158. at redis.clients.util.Pool.getResource(Pool.java:49)
  159. ... 53 common frames omitted
  160. Caused by: java.net.SocketTimeoutException: connect timed out
  161. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  162. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  163. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  164. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  165. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  166. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  167. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  168. at java.net.Socket.connect(Socket.java:606)
  169. at redis.clients.jedis.Connection.connect(Connection.java:184)
  170. ... 60 common frames omitted
  171. 2022-01-07 17:55:23.131 [RMI TCP Connection(4)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  172. 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
  173. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  174. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  175. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  176. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  177. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  178. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  179. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  180. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  181. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  182. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  183. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  184. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  185. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  186. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  187. at java.lang.reflect.Method.invoke(Method.java:498)
  188. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  189. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  190. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  191. at java.lang.reflect.Method.invoke(Method.java:498)
  192. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  193. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  194. at java.security.AccessController.doPrivileged(Native Method)
  195. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  196. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  197. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  198. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  199. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  200. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  201. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  202. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  203. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  204. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  205. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  206. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  207. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  208. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  209. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  210. at java.lang.reflect.Method.invoke(Method.java:498)
  211. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  212. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  213. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  214. at java.security.AccessController.doPrivileged(Native Method)
  215. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  216. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  217. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  218. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  219. at java.security.AccessController.doPrivileged(Native Method)
  220. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  221. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  222. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  223. at java.lang.Thread.run(Thread.java:748)
  224. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  225. at redis.clients.util.Pool.getResource(Pool.java:53)
  226. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  227. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  228. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  229. ... 50 common frames omitted
  230. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  231. at redis.clients.jedis.Connection.connect(Connection.java:207)
  232. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  233. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  234. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  235. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  236. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  237. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  238. at redis.clients.util.Pool.getResource(Pool.java:49)
  239. ... 53 common frames omitted
  240. Caused by: java.net.SocketTimeoutException: connect timed out
  241. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  242. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  243. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  244. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  245. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  246. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  247. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  248. at java.net.Socket.connect(Socket.java:606)
  249. at redis.clients.jedis.Connection.connect(Connection.java:184)
  250. ... 60 common frames omitted