284 lines
26 KiB
Plaintext
284 lines
26 KiB
Plaintext
![]() |
2024-05-14 08:50:23.206 [main] ERROR cc.iteachyou.cms.common.WebMvcConfig -
|
||
|
资源目录不存在或设置错误!
|
||
|
2024-05-14 08:51:39.424 [http-nio-86-exec-2] ERROR cc.iteachyou.cms.exception.GlobalExceptionHandler -
|
||
|
内部服务器错误
|
||
|
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1689)
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1597)
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1383)
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1366)
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1093)
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:421)
|
||
|
at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)
|
||
|
at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)
|
||
|
at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)
|
||
|
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:211)
|
||
|
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:191)
|
||
|
at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)
|
||
|
at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:305)
|
||
|
at cc.iteachyou.cms.security.cache.ShiroRedisCache.put(ShiroRedisCache.java:57)
|
||
|
at org.apache.shiro.session.mgt.eis.CachingSessionDAO.cache(CachingSessionDAO.java:247)
|
||
|
at org.apache.shiro.session.mgt.eis.CachingSessionDAO.cache(CachingSessionDAO.java:235)
|
||
|
at org.apache.shiro.session.mgt.eis.CachingSessionDAO.create(CachingSessionDAO.java:185)
|
||
|
at org.apache.shiro.session.mgt.DefaultSessionManager.create(DefaultSessionManager.java:177)
|
||
|
at org.apache.shiro.session.mgt.DefaultSessionManager.doCreateSession(DefaultSessionManager.java:158)
|
||
|
at org.apache.shiro.session.mgt.AbstractValidatingSessionManager.createSession(AbstractValidatingSessionManager.java:136)
|
||
|
at org.apache.shiro.session.mgt.AbstractNativeSessionManager.start(AbstractNativeSessionManager.java:99)
|
||
|
at org.apache.shiro.mgt.SessionsSecurityManager.start(SessionsSecurityManager.java:155)
|
||
|
at org.apache.shiro.subject.support.DelegatingSubject.getSession(DelegatingSubject.java:340)
|
||
|
at org.apache.shiro.web.servlet.ShiroHttpServletRequest.getSession(ShiroHttpServletRequest.java:157)
|
||
|
at org.apache.shiro.web.servlet.ShiroHttpServletRequest.getSession(ShiroHttpServletRequest.java:190)
|
||
|
at cc.iteachyou.cms.common.BaseController.setReqAndRes(BaseController.java:32)
|
||
|
at cc.iteachyou.cms.common.BaseController$$FastClassBySpringCGLIB$$aa04f22.invoke(<generated>)
|
||
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
||
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
||
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
||
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
||
|
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
|
||
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
||
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
||
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
||
|
at cc.iteachyou.cms.controller.admin.UserLoginController$$EnhancerBySpringCGLIB$$b3b77389.setReqAndRes(<generated>)
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
||
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
||
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
||
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
||
|
at org.springframework.web.method.annotation.ModelFactory.invokeModelAttributeMethods(ModelFactory.java:143)
|
||
|
at org.springframework.web.method.annotation.ModelFactory.initModel(ModelFactory.java:112)
|
||
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:872)
|
||
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
||
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
||
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
||
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
||
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
||
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
||
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
||
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
||
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
|
||
|
at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
||
|
at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
||
|
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
||
|
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
||
|
at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
|
||
|
at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
|
||
|
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
||
|
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
|
||
|
at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:450)
|
||
|
at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
|
||
|
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
|
||
|
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
|
||
|
at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
|
||
|
at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
|
||
|
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at cc.iteachyou.cms.security.filter.XssAndSqlFilter.doFilter(XssAndSqlFilter.java:59)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
||
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
||
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
||
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
||
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
||
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
||
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
||
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
||
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
||
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
||
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
||
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
||
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
||
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
||
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
||
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
||
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
||
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
||
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
||
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
||
|
at java.lang.Thread.run(Thread.java:748)
|
||
|
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
|
||
|
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
|
||
|
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
|
||
|
at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:330)
|
||
|
at io.lettuce.core.RedisClient.connect(RedisClient.java:216)
|
||
|
at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:115)
|
||
|
at java.util.Optional.orElseGet(Optional.java:267)
|
||
|
at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:115)
|
||
|
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1595)
|
||
|
... 106 common frames omitted
|
||
|
Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
|
||
|
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
|
||
|
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
|
||
|
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
|
||
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|
||
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
... 1 common frames omitted
|
||
|
2024-05-14 08:57:22.107 [main] ERROR cc.iteachyou.cms.common.WebMvcConfig -
|
||
|
资源目录不存在或设置错误!
|
||
|
2024-05-14 11:33:05.228 [main] ERROR cc.iteachyou.cms.common.WebMvcConfig -
|
||
|
资源目录不存在或设置错误!
|
||
|
2024-05-14 11:34:49.497 [main] ERROR cc.iteachyou.cms.common.WebMvcConfig -
|
||
|
资源目录不存在或设置错误!
|
||
|
2024-05-14 11:34:58.298 [http-nio-86-exec-1] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] -
|
||
|
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filtered request failed.] with root cause
|
||
|
io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
|
||
|
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
|
||
|
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
|
||
|
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
|
||
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|
||
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.lang.Thread.run(Thread.java:748)
|
||
|
2024-05-14 11:35:00.105 [http-nio-86-exec-2] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] -
|
||
|
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filtered request failed.] with root cause
|
||
|
io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
|
||
|
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
|
||
|
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
|
||
|
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
|
||
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|
||
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.lang.Thread.run(Thread.java:748)
|
||
|
2024-05-14 11:35:00.569 [http-nio-86-exec-3] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] -
|
||
|
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filtered request failed.] with root cause
|
||
|
io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
|
||
|
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
|
||
|
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
|
||
|
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
|
||
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|
||
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.lang.Thread.run(Thread.java:748)
|
||
|
2024-05-14 11:35:00.745 [http-nio-86-exec-6] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] -
|
||
|
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filtered request failed.] with root cause
|
||
|
io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
|
||
|
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
|
||
|
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
|
||
|
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
|
||
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|
||
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.lang.Thread.run(Thread.java:748)
|
||
|
2024-05-14 11:35:00.914 [http-nio-86-exec-5] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] -
|
||
|
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Filtered request failed.] with root cause
|
||
|
io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)
|
||
|
at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)
|
||
|
at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)
|
||
|
at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:747)
|
||
|
at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:682)
|
||
|
at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:599)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
|
||
|
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
|
||
|
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
|
||
|
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
|
||
|
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.lang.Thread.run(Thread.java:748)
|