123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- 2021-12-01 12:40:42.083 INFO 20240 --- [main] com.yx.face.FaceServerApplication : Starting FaceServerApplication using Java 1.8.0_291 on DESKTOP-UV4BOQR with PID 20240 (D:\CMC\YXCODE\dev-fyzd\face-server\target\classes started by 崔哥 in D:\CMC\YXCODE\dev-fyzd\face-server)
- 2021-12-01 12:40:42.085 INFO 20240 --- [main] com.yx.face.FaceServerApplication : The following profiles are active: dev
- 2021-12-01 12:40:43.355 INFO 20240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 2021-12-01 12:40:43.365 INFO 20240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 2021-12-01 12:40:43.831 INFO 20240 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 427 ms. Found 0 Redis repository interfaces.
- 2021-12-01 12:40:44.146 WARN 20240 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.yx.face]' package. Please check your configuration.
- 2021-12-01 12:40:44.809 INFO 20240 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=94c9405e-71b5-3ee6-9120-3d6f4d16edd8
- 2021-12-01 12:40:45.640 INFO 20240 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisConfig' of type [com.yx.face.boot.config.RedisConfig$$EnhancerBySpringCGLIB$$4d5ac3e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2021-12-01 12:40:46.080 INFO 20240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8802 (http)
- 2021-12-01 12:40:46.092 INFO 20240 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2021-12-01 12:40:46.092 INFO 20240 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.46]
- 2021-12-01 12:40:46.282 INFO 20240 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/fyzd] : Initializing Spring embedded WebApplicationContext
- 2021-12-01 12:40:46.283 INFO 20240 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4135 ms
- 2021-12-01 12:40:49.379 INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler : Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
- 2021-12-01 12:40:49.380 INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler : Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
- 2021-12-01 12:40:49.380 INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler : Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
- 2021-12-01 12:40:49.380 INFO 20240 --- [main] t.m.m.autoconfigure.MapperCacheDisabler : Clear EntityHelper entityTableMap cache.
- 2021-12-01 12:40:49.560 WARN 20240 --- [main] arterDeprecationWarningAutoConfiguration : spring-boot-starter-redis is deprecated as of Spring Boot 1.4, please migrate to spring-boot-starter-data-redis
- 2021-12-01 12:40:50.176 INFO 20240 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8802 (http) with context path '/fyzd'
- 2021-12-01 12:40:51.268 INFO 20240 --- [main] com.yx.face.FaceServerApplication : Started FaceServerApplication in 10.023 seconds (JVM running for 10.952)
- 2021-12-01 12:41:43.226 INFO 20240 --- [http-nio-8802-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/fyzd] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2021-12-01 12:41:43.226 INFO 20240 --- [http-nio-8802-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2021-12-01 12:41:43.228 INFO 20240 --- [http-nio-8802-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
- 2021-12-01 13:50:26.793 INFO 20240 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:50:26.794 INFO 20240 --- [http-nio-8802-exec-10] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
- 2021-12-01 13:50:26.825 INFO 20240 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:50:26.825 INFO 20240 --- [http-nio-8802-exec-9] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
- 2021-12-01 13:50:26.856 INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:50:26.858 INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getAuthInfo【参数】:[1]
- 2021-12-01 13:50:26.884 INFO 20240 --- [http-nio-8802-exec-9] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2021-12-01 13:50:27.005 INFO 20240 --- [http-nio-8802-exec-9] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2021-12-01 13:50:27.045 INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:187毫秒
- 2021-12-01 13:50:27.055 INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:50:27.055 INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getInfo【参数】:[1]
- 2021-12-01 13:50:27.060 INFO 20240 --- [http-nio-8802-exec-9] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:5毫秒
- 2021-12-01 13:50:27.354 INFO 20240 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:50:27.355 INFO 20240 --- [http-nio-8802-exec-7] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getDeviceNumber
- 2021-12-01 13:50:27.378 INFO 20240 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:50:27.379 INFO 20240 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:50:27.379 INFO 20240 --- [http-nio-8802-exec-1] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getDeviceNumber
- 2021-12-01 13:50:27.379 INFO 20240 --- [http-nio-8802-exec-4] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getAdminData
- 2021-12-01 13:50:27.380 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:50:27.381 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getAuthInfo【参数】:[1]
- 2021-12-01 13:50:27.383 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:2毫秒
- 2021-12-01 13:50:27.384 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
- 2021-12-01 13:50:27.384 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getDeviceNumber【参数】:[]
- 2021-12-01 13:50:27.388 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:50:27.388 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getInfo【参数】:[]
- 2021-12-01 13:50:27.390 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:2毫秒
- 2021-12-01 13:50:27.415 INFO 20240 --- [http-nio-8802-exec-1] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:30毫秒
- 2021-12-01 13:50:27.432 INFO 20240 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:50:27.433 INFO 20240 --- [http-nio-8802-exec-2] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/dataShow/getAdminData
- 2021-12-01 13:50:27.433 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:50:27.433 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getAuthInfo【参数】:[1]
- 2021-12-01 13:50:27.435 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:2毫秒
- 2021-12-01 13:50:27.436 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminDataShowServiceImpl
- 2021-12-01 13:50:27.436 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getAdminData【参数】:[]
- 2021-12-01 13:50:27.436 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:50:27.436 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getInfo【参数】:[]
- 2021-12-01 13:50:27.438 INFO 20240 --- [http-nio-8802-exec-2] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:2毫秒
- 2021-12-01 13:50:29.472 ERROR 20240 --- [http-nio-8802-exec-2] c.y.f.boot.core.GlobalExceptionHandler : Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
- org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
- at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:283) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.getConnection(JedisConnectionFactory.java:485) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:209) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:189) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:96) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:53) ~[spring-data-redis-2.4.9.jar:2.4.9]
- at com.yx.face.boot.uitls.RedisUtil.get(RedisUtil.java:79) ~[classes/:na]
- at com.yx.face.service.impl.AdminDataShowServiceImpl.getAdminData(AdminDataShowServiceImpl.java:108) ~[classes/:na]
- at com.yx.face.service.impl.AdminDataShowServiceImpl$$FastClassBySpringCGLIB$$e3e372c5.invoke(<generated>) ~[classes/:na]
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.7.jar:5.3.7]
- at com.yx.face.boot.component.aop.ServiceLog.aroundLog(ServiceLog.java:40) ~[classes/:na]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_291]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_291]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_291]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_291]
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) ~[spring-aop-5.3.7.jar:5.3.7]
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:692) ~[spring-aop-5.3.7.jar:5.3.7]
- at com.yx.face.service.impl.AdminDataShowServiceImpl$$EnhancerBySpringCGLIB$$70a9b432.getAdminData(<generated>) ~[classes/:na]
- at com.yx.face.controller.admin.AdminDataShowController.getAdminData(AdminDataShowController.java:38) ~[classes/:na]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_291]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_291]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_291]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_291]
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:197) ~[spring-web-5.3.7.jar:5.3.7]
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:141) ~[spring-web-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:894) ~[spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1063) ~[spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.3.7.jar:5.3.7]
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) [spring-webmvc-5.3.7.jar:5.3.7]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) [tomcat-embed-core-9.0.46.jar:4.0.FR]
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.3.7.jar:5.3.7]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [tomcat-embed-core-9.0.46.jar:4.0.FR]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at com.github.xiaoymin.knife4j.spring.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:87) [knife4j-spring-3.0.2.jar:na]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.3.7.jar:5.3.7]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.3.7.jar:5.3.7]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.3.7.jar:5.3.7]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.3.7.jar:5.3.7]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_291]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_291]
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.46.jar:9.0.46]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_291]
- Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
- at redis.clients.jedis.Connection.connect(Connection.java:165) ~[jedis-3.3.0.jar:na]
- at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:109) ~[jedis-3.3.0.jar:na]
- at redis.clients.jedis.BinaryJedis.connect(BinaryJedis.java:1904) ~[jedis-3.3.0.jar:na]
- at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.fetchJedisConnector(JedisConnectionFactory.java:278) ~[spring-data-redis-2.4.9.jar:2.4.9]
- ... 85 common frames omitted
- Caused by: java.net.SocketTimeoutException: connect timed out
- at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[na:1.8.0_291]
- at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:81) ~[na:1.8.0_291]
- at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:476) ~[na:1.8.0_291]
- at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:218) ~[na:1.8.0_291]
- at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:200) ~[na:1.8.0_291]
- at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:162) ~[na:1.8.0_291]
- at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:394) ~[na:1.8.0_291]
- at java.net.Socket.connect(Socket.java:606) ~[na:1.8.0_291]
- at redis.clients.jedis.DefaultJedisSocketFactory.createSocket(DefaultJedisSocketFactory.java:53) ~[jedis-3.3.0.jar:na]
- at redis.clients.jedis.Connection.connect(Connection.java:158) ~[jedis-3.3.0.jar:na]
- ... 88 common frames omitted
- 2021-12-01 13:51:24.340 INFO 20240 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor : 【【【【【【【=========preHandle admin 管理员权限认证 begin==========】】】】】】】
- 2021-12-01 13:51:24.341 INFO 20240 --- [http-nio-8802-exec-8] c.y.f.b.c.security.AdminInterceptor : 管理员 IP=192.168.9.51 : 请求 path=/admin/auth/doGetInfo
- 2021-12-01 13:51:24.341 INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:51:24.342 INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getAuthInfo【参数】:[1]
- 2021-12-01 13:51:24.343 INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:1毫秒
- 2021-12-01 13:51:24.344 INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog : 【请求类名】:com.yx.face.service.impl.AdminServiceImpl
- 2021-12-01 13:51:24.345 INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog : 【请求方法名】:getInfo【参数】:[1]
- 2021-12-01 13:51:24.346 INFO 20240 --- [http-nio-8802-exec-8] c.yx.face.boot.component.aop.ServiceLog : 【耗时】:1毫秒
- 2021-12-01 13:52:14.078 INFO 20240 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2021-12-01 13:52:14.084 INFO 20240 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|