log-warn-2022-01-06.0.log 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. 2022-01-06 09:00:14.213 [RMI TCP Connection(59)-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.GeneratedMethodAccessor38.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-06 09:52:01.632 [restartedMain] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'supermeController' method
  82. public platform.modules.sys.web.ResponseMessage platform.modules.government.web.SupermeController.saveHoliday(platform.common.base.model.Template) throws java.lang.Exception
  83. to {[/super/template/save],methods=[POST]}: There is already 'supermeController' bean method
  84. public platform.modules.sys.web.ResponseMessage platform.modules.government.web.SupermeController.saveTemplate(platform.common.base.model.Template) throws java.lang.Exception mapped.
  85. 2022-01-06 09:53:52.354 [restartedMain] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'supermeController' method
  86. public platform.modules.sys.web.ResponseMessage platform.modules.government.web.SupermeController.saveHoliday(platform.common.base.model.Template) throws java.lang.Exception
  87. to {[/super/template/save],methods=[POST]}: There is already 'supermeController' bean method
  88. public platform.modules.sys.web.ResponseMessage platform.modules.government.web.SupermeController.saveTemplate(platform.common.base.model.Template) throws java.lang.Exception mapped.
  89. 2022-01-06 10:04:20.193 [http-nio-8080-exec-7] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type Integer
  90. 2022-01-06 10:08:50.070 [http-nio-8080-exec-7] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type Integer
  91. 2022-01-06 10:09:33.208 [http-nio-8080-exec-2] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type Integer
  92. 2022-01-06 10:10:44.772 [http-nio-8080-exec-8] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type Integer
  93. 2022-01-06 10:11:02.820 [http-nio-8080-exec-10] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'id' for method parameter of type Integer
  94. 2022-01-06 10:15:07.251 [http-nio-8080-exec-3] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.web.bind.MissingPathVariableException: Missing URI template variable 'configName' for method parameter of type String
  95. 2022-01-06 10:23:00.847 [http-nio-8080-exec-7] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  96. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  97. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  98. ### The error occurred while setting parameters
  99. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  100. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  101. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  102. 2022-01-06 11:01:46.150 [http-nio-8080-exec-8] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.io.IOException: java.io.FileNotFoundException: C:\Users\WXLI\AppData\Local\Temp\tomcat.9092971397405776394.8080\work\Tomcat-2\localhost\myboot\opt\xinqu_pic\docs\2022\01\06\20220106110146杂项记录.txt (系统找不到指定的路径。)
  103. 2022-01-06 11:01:50.561 [http-nio-8080-exec-1] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.io.IOException: java.io.FileNotFoundException: C:\Users\WXLI\AppData\Local\Temp\tomcat.9092971397405776394.8080\work\Tomcat-2\localhost\myboot\opt\xinqu_pic\docs\2022\01\06\20220106110150导入节假日数据模板.xls (系统找不到指定的路径。)
  104. 2022-01-06 11:01:56.765 [http-nio-8080-exec-9] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.io.IOException: java.io.FileNotFoundException: C:\Users\WXLI\AppData\Local\Temp\tomcat.9092971397405776394.8080\work\Tomcat-2\localhost\myboot\opt\xinqu_pic\docs\2022\01\06\20220106110156www.doc (系统找不到指定的路径。)
  105. 2022-01-06 11:02:05.017 [http-nio-8080-exec-6] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.io.IOException: java.io.FileNotFoundException: C:\Users\WXLI\AppData\Local\Temp\tomcat.9092971397405776394.8080\work\Tomcat-2\localhost\myboot\opt\xinqu_pic\docs\2022\01\06\20220106110205eee.doc (系统找不到指定的路径。)
  106. 2022-01-06 11:26:43.200 [RMI TCP Connection(3)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  107. 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
  108. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  109. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  110. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  111. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  112. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  113. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  114. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  115. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  116. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  117. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  118. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  119. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  120. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  121. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  122. at java.lang.reflect.Method.invoke(Method.java:498)
  123. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  124. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  125. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  126. at java.lang.reflect.Method.invoke(Method.java:498)
  127. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  128. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  129. at java.security.AccessController.doPrivileged(Native Method)
  130. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  131. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  132. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  133. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  134. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  135. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  136. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  137. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  138. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  139. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  140. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  141. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  142. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  143. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  144. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  145. at java.lang.reflect.Method.invoke(Method.java:498)
  146. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  147. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  148. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  149. at java.security.AccessController.doPrivileged(Native Method)
  150. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  151. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  152. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  153. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  154. at java.security.AccessController.doPrivileged(Native Method)
  155. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  156. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  157. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  158. at java.lang.Thread.run(Thread.java:748)
  159. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  160. at redis.clients.util.Pool.getResource(Pool.java:53)
  161. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  162. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  163. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  164. ... 50 common frames omitted
  165. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  166. at redis.clients.jedis.Connection.connect(Connection.java:207)
  167. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  168. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  169. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  170. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  171. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  172. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  173. at redis.clients.util.Pool.getResource(Pool.java:49)
  174. ... 53 common frames omitted
  175. Caused by: java.net.SocketTimeoutException: connect timed out
  176. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  177. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  178. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  179. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  180. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  181. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  182. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  183. at java.net.Socket.connect(Socket.java:606)
  184. at redis.clients.jedis.Connection.connect(Connection.java:184)
  185. ... 60 common frames omitted
  186. 2022-01-06 11:30:25.587 [RMI TCP Connection(5)-192.168.2.116] WARN o.s.boot.actuate.health.RedisHealthIndicator - Health check failed
  187. 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
  188. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:204)
  189. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:348)
  190. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:129)
  191. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:92)
  192. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:79)
  193. at org.springframework.boot.actuate.health.RedisHealthIndicator.doHealthCheck(RedisHealthIndicator.java:52)
  194. at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:43)
  195. at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68)
  196. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:81)
  197. at org.springframework.boot.actuate.endpoint.HealthEndpoint.invoke(HealthEndpoint.java:35)
  198. at org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean.getData(DataEndpointMBean.java:46)
  199. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  200. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  201. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  202. at java.lang.reflect.Method.invoke(Method.java:498)
  203. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
  204. at sun.reflect.GeneratedMethodAccessor181.invoke(Unknown Source)
  205. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  206. at java.lang.reflect.Method.invoke(Method.java:498)
  207. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
  208. at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1252)
  209. at java.security.AccessController.doPrivileged(Native Method)
  210. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  211. at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1246)
  212. at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1085)
  213. at org.springframework.jmx.export.SpringModelMBean.invoke(SpringModelMBean.java:90)
  214. at javax.management.modelmbean.RequiredModelMBean.getAttribute(RequiredModelMBean.java:1562)
  215. at org.springframework.jmx.export.SpringModelMBean.getAttribute(SpringModelMBean.java:109)
  216. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  217. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  218. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1445)
  219. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  220. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  221. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  222. at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:639)
  223. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  224. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  225. at java.lang.reflect.Method.invoke(Method.java:498)
  226. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  227. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  228. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  229. at java.security.AccessController.doPrivileged(Native Method)
  230. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  231. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  232. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  233. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  234. at java.security.AccessController.doPrivileged(Native Method)
  235. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  236. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  237. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  238. at java.lang.Thread.run(Thread.java:748)
  239. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
  240. at redis.clients.util.Pool.getResource(Pool.java:53)
  241. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
  242. at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
  243. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:194)
  244. ... 50 common frames omitted
  245. Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out
  246. at redis.clients.jedis.Connection.connect(Connection.java:207)
  247. at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:93)
  248. at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1767)
  249. at redis.clients.jedis.JedisFactory.makeObject(JedisFactory.java:106)
  250. at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868)
  251. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
  252. at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
  253. at redis.clients.util.Pool.getResource(Pool.java:49)
  254. ... 53 common frames omitted
  255. Caused by: java.net.SocketTimeoutException: connect timed out
  256. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
  257. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81)
  258. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476)
  259. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218)
  260. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200)
  261. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162)
  262. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394)
  263. at java.net.Socket.connect(Socket.java:606)
  264. at redis.clients.jedis.Connection.connect(Connection.java:184)
  265. ... 60 common frames omitted
  266. 2022-01-06 11:31:29.529 [http-nio-8080-exec-1] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  267. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  268. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  269. ### The error occurred while setting parameters
  270. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  271. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  272. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  273. 2022-01-06 13:14:17.548 [http-nio-8080-exec-10] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  274. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  275. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  276. ### The error occurred while setting parameters
  277. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  278. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  279. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  280. 2022-01-06 13:15:45.096 [http-nio-8080-exec-3] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  281. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  282. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  283. ### The error occurred while setting parameters
  284. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  285. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  286. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  287. 2022-01-06 13:16:25.891 [http-nio-8080-exec-1] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  288. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  289. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  290. ### The error occurred while setting parameters
  291. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  292. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  293. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  294. 2022-01-06 13:18:28.776 [http-nio-8080-exec-1] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  295. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  296. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  297. ### The error occurred while setting parameters
  298. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  299. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  300. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  301. 2022-01-06 13:45:47.808 [http-nio-8080-exec-5] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.lang.NullPointerException
  302. 2022-01-06 13:47:01.260 [http-nio-8080-exec-8] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.lang.NullPointerException
  303. 2022-01-06 14:03:11.244 [http-nio-8080-exec-13] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: java.io.IOException: java.io.FileNotFoundException: C:\Users\WXLI\AppData\Local\Temp\tomcat.821919686770896578.8080\work\Tomcat\localhost\myboot\opt\xinqu_pic\docs\2022\01\06\20220106140311导入节假日数据模板.xls (系统找不到指定的路径。)
  304. 2022-01-06 14:40:15.242 [restartedMain] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'supermeController' defined in file [E:\projects\snd-escloud\target\classes\platform\modules\government\web\SupermeController.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [platform.modules.government.web.SupermeController] for resource metadata: could not find class that it depends on
  305. 2022-01-06 14:46:20.111 [restartedMain] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'supermeController' defined in file [E:\projects\snd-escloud\target\classes\platform\modules\government\web\SupermeController.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [platform.modules.government.web.SupermeController] for resource metadata: could not find class that it depends on
  306. 2022-01-06 16:57:54.115 [http-nio-8080-exec-4] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolved exception caused by Handler execution: org.springframework.dao.DuplicateKeyException:
  307. ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  308. ### The error may involve platform.modules.sys.dao.SysConfigDao.insert-Inline
  309. ### The error occurred while setting parameters
  310. ### SQL: INSERT INTO sys_config ( id,create_time,create_by,create_name,update_by,update_name,update_time,del_flag,config_name,config_key,config_value ) VALUES( ?,?,?,?,?,?,?,?,?,?,? )
  311. ### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'
  312. ; SQL []; Duplicate entry 'year_2023' for key 'uniq_key'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'year_2023' for key 'uniq_key'