error.2025-05-14_10.log 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. 2025-05-14 10:40:22.510 [ERROR] [SimpleAsyncTaskExecutor-1] [org.springframework.data.redis.stream.DefaultStreamMessageListenerContainer$LoggingErrorHandler.handleError:388] - Unexpected error occurred in scheduled task.
  2. java.lang.IllegalStateException: JedisConnectionFactory was destroyed and cannot be used anymore
  3. at org.springframework.util.Assert.state(Assert.java:76)
  4. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.assertInitialized(JedisConnectionFactory.java:970)
  5. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:508)
  6. at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)
  7. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)
  8. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)
  9. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:209)
  10. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189)
  11. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:176)
  12. at org.springframework.data.redis.stream.DefaultStreamMessageListenerContainer.lambda$getReadFunction$4(DefaultStreamMessageListenerContainer.java:258)
  13. at org.springframework.data.redis.stream.StreamPollTask.readRecords(StreamPollTask.java:166)
  14. at org.springframework.data.redis.stream.StreamPollTask.doLoop(StreamPollTask.java:147)
  15. at org.springframework.data.redis.stream.StreamPollTask.run(StreamPollTask.java:132)
  16. at java.base/java.lang.Thread.run(Thread.java:1623)
  17. 2025-05-14 10:40:23.525 [ERROR] [restartedMain] [org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup:61] - Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'filterConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  18. 2025-05-14 10:40:23.551 [ERROR] [restartedMain] [org.springframework.boot.SpringApplication.reportFailure:870] - Application run failed
  19. org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  20. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163)
  21. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577)
  22. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  23. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
  24. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
  25. at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
  26. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
  27. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
  28. at com.ruoyi.AdminApplication.main(AdminApplication.java:28)
  29. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
  30. at java.base/java.lang.reflect.Method.invoke(Method.java:578)
  31. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  32. Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  33. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142)
  34. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104)
  35. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:456)
  36. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:204)
  37. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182)
  38. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160)
  39. ... 11 common frames omitted
  40. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  41. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
  42. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
  43. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
  44. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  45. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  46. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  47. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  49. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:410)
  50. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
  52. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
  53. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  54. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  55. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  56. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  57. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
  58. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
  59. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203)
  60. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97)
  61. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
  62. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
  63. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
  64. at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
  65. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4936)
  66. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  67. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
  68. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
  69. at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
  70. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
  71. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  72. at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
  73. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
  74. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)
  75. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  76. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
  77. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
  78. at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
  79. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
  80. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  81. at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
  82. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
  83. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)
  84. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  85. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)
  86. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  87. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:914)
  88. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  89. at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
  90. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123)
  91. ... 16 common frames omitted
  92. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  93. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
  94. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
  95. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
  96. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
  97. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
  98. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
  99. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
  100. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
  101. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
  102. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  103. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
  104. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  105. ... 65 common frames omitted
  106. 2025-05-14 10:42:42.370 [ERROR] [restartedMain] [org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup:61] - Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'filterConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  107. 2025-05-14 10:42:42.385 [ERROR] [restartedMain] [org.springframework.boot.SpringApplication.reportFailure:870] - Application run failed
  108. org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  109. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163)
  110. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577)
  111. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  112. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
  113. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
  114. at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
  115. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
  116. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
  117. at com.ruoyi.AdminApplication.main(AdminApplication.java:28)
  118. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
  119. at java.base/java.lang.reflect.Method.invoke(Method.java:578)
  120. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  121. Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  122. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142)
  123. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104)
  124. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:456)
  125. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:204)
  126. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182)
  127. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160)
  128. ... 11 common frames omitted
  129. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  130. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
  131. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
  132. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
  133. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  134. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  135. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  136. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  137. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  138. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:410)
  139. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
  140. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
  141. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
  142. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  143. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  144. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  145. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  146. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
  147. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
  148. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203)
  149. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97)
  150. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
  151. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
  152. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
  153. at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
  154. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4936)
  155. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  156. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
  157. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
  158. at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
  159. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
  160. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  161. at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
  162. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
  163. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)
  164. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  165. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
  166. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
  167. at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
  168. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
  169. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  170. at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
  171. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
  172. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)
  173. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  174. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)
  175. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  176. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:914)
  177. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  178. at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
  179. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123)
  180. ... 16 common frames omitted
  181. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  182. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
  183. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
  184. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
  185. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
  186. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
  187. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
  188. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
  189. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
  190. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
  191. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  192. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
  193. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  194. ... 65 common frames omitted
  195. 2025-05-14 10:57:33.209 [ERROR] [SimpleAsyncTaskExecutor-1] [org.springframework.data.redis.stream.DefaultStreamMessageListenerContainer$LoggingErrorHandler.handleError:388] - Unexpected error occurred in scheduled task.
  196. java.lang.IllegalStateException: JedisConnectionFactory was destroyed and cannot be used anymore
  197. at org.springframework.util.Assert.state(Assert.java:76)
  198. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.assertInitialized(JedisConnectionFactory.java:970)
  199. at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:508)
  200. at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)
  201. at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)
  202. at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)
  203. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:209)
  204. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189)
  205. at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:176)
  206. at org.springframework.data.redis.stream.DefaultStreamMessageListenerContainer.lambda$getReadFunction$4(DefaultStreamMessageListenerContainer.java:258)
  207. at org.springframework.data.redis.stream.StreamPollTask.readRecords(StreamPollTask.java:166)
  208. at org.springframework.data.redis.stream.StreamPollTask.doLoop(StreamPollTask.java:147)
  209. at org.springframework.data.redis.stream.StreamPollTask.run(StreamPollTask.java:132)
  210. at java.base/java.lang.Thread.run(Thread.java:1623)
  211. 2025-05-14 10:57:33.691 [ERROR] [restartedMain] [org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup:61] - Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'filterConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  212. 2025-05-14 10:57:33.718 [ERROR] [restartedMain] [org.springframework.boot.SpringApplication.reportFailure:870] - Application run failed
  213. org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  214. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:163)
  215. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577)
  216. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  217. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
  218. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
  219. at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
  220. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
  221. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
  222. at com.ruoyi.AdminApplication.main(AdminApplication.java:28)
  223. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
  224. at java.base/java.lang.reflect.Method.invoke(Method.java:578)
  225. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  226. Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
  227. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142)
  228. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104)
  229. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:456)
  230. at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:204)
  231. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:182)
  232. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:160)
  233. ... 11 common frames omitted
  234. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  235. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
  236. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
  237. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
  238. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  239. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  240. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  241. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  242. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  243. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:410)
  244. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
  245. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
  246. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
  247. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  248. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  249. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  250. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  251. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
  252. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
  253. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203)
  254. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97)
  255. at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
  256. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
  257. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
  258. at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53)
  259. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4936)
  260. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  261. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
  262. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
  263. at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
  264. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
  265. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  266. at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
  267. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
  268. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)
  269. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  270. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
  271. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
  272. at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:317)
  273. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java)
  274. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  275. at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
  276. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
  277. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)
  278. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  279. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)
  280. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  281. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:914)
  282. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  283. at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
  284. at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123)
  285. ... 16 common frames omitted
  286. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'xss.excludes' in value "${xss.excludes}"
  287. at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
  288. at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
  289. at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
  290. at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
  291. at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
  292. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
  293. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
  294. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
  295. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
  296. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  297. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
  298. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  299. ... 65 common frames omitted