1 Star 0 Fork 161

待定。。。 / redis-admin

forked from 云飞飞飞 / redis-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
redis-admin.log 110.71 KB
一键复制 编辑 原始数据 按行查看 历史
云飞飞飞 提交于 2022-04-23 10:56 . 增加用户的主机加载隔离
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
2022-04-23 09:56:21.503 INFO 79164 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79164 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 09:56:21.506 INFO 79164 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 09:56:22.162 INFO 79164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 09:56:22.252 INFO 79164 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 78ms. Found 3 JPA repository interfaces.
2022-04-23 09:56:22.555 INFO 79164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 09:56:22.881 INFO 79164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 09:56:22.891 INFO 79164 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 09:56:22.891 INFO 79164 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 09:56:22.963 INFO 79164 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 09:56:22.963 INFO 79164 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1411 ms
2022-04-23 09:56:22.998 INFO 79164 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 09:56:23.257 INFO 79164 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 09:56:23.262 INFO 79164 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 09:56:23.276 INFO 79164 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 09:56:23.397 INFO 79164 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 09:56:23.481 INFO 79164 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 09:56:23.636 INFO 79164 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 09:56:23.758 INFO 79164 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 09:56:24.453 INFO 79164 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 09:56:24.459 INFO 79164 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 09:56:24.876 WARN 79164 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 09:56:24.983 INFO 79164 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 09:56:25.046 INFO 79164 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 09:56:25.178 INFO 79164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 09:56:25.180 INFO 79164 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 4.047 seconds (JVM running for 4.707)
2022-04-23 09:56:25.281 INFO 79164 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 09:58:29.758 INFO 79164 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 09:58:29.758 INFO 79164 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 09:58:29.763 INFO 79164 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2022-04-23 09:58:30.342 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 09:58:30.343 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 09:58:30.343 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 09:58:30.343 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 09:58:30.381 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 09:58:30.388 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 09:58:30.388 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.047189033s
2022-04-23 09:58:30.395 INFO 79164 --- [http-nio-9898-exec-2] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
java.lang.NullPointerException: null
at com.xianxin.redis.admin.controller.BaseController$SpringUtil.getHttpServletRequest(BaseController.java:46) ~[classes/:na]
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:25) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$ff44821b.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:11:13.667 INFO 79164 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:11:13.668 INFO 79164 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:11:13.670 INFO 79164 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:11:13.676 INFO 79164 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:11:17.084 INFO 79456 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79456 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:11:17.086 INFO 79456 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:11:17.556 INFO 79456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:11:17.636 INFO 79456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 72ms. Found 3 JPA repository interfaces.
2022-04-23 10:11:17.883 INFO 79456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:11:18.145 INFO 79456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:11:18.152 INFO 79456 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:11:18.153 INFO 79456 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:11:18.215 INFO 79456 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:11:18.216 INFO 79456 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1097 ms
2022-04-23 10:11:18.249 INFO 79456 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:11:18.475 INFO 79456 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:11:18.480 INFO 79456 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:11:18.494 INFO 79456 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:11:18.588 INFO 79456 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:11:18.637 INFO 79456 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:11:18.732 INFO 79456 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:11:18.816 INFO 79456 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:11:19.347 INFO 79456 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:11:19.353 INFO 79456 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:11:19.718 WARN 79456 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:11:19.815 INFO 79456 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:11:19.872 INFO 79456 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:11:19.991 INFO 79456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:11:19.993 INFO 79456 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.238 seconds (JVM running for 3.736)
2022-04-23 10:11:20.075 INFO 79456 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:11:23.567 INFO 79456 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:11:23.567 INFO 79456 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:11:23.573 INFO 79456 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:11:23.604 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:11:23.604 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:11:23.604 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:11:23.605 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:11:23.764 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:11:23.771 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 10:11:23.771 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.168240964s
2022-04-23 10:11:23.778 INFO 79456 --- [http-nio-9898-exec-1] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.http.HttpServletRequest' available
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:351) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:342) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1126) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:26) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$5849cb2d.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:11:58.619 INFO 79456 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:11:58.620 INFO 79456 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:11:58.622 INFO 79456 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:11:58.637 INFO 79456 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:12:03.638 INFO 79480 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79480 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:12:03.652 INFO 79480 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:12:04.123 INFO 79480 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:12:04.190 INFO 79480 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 60ms. Found 3 JPA repository interfaces.
2022-04-23 10:12:04.421 INFO 79480 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:12:04.694 INFO 79480 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:12:04.702 INFO 79480 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:12:04.703 INFO 79480 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:12:04.768 INFO 79480 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:12:04.768 INFO 79480 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1082 ms
2022-04-23 10:12:04.803 INFO 79480 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:12:05.028 INFO 79480 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:12:05.034 INFO 79480 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:12:05.048 INFO 79480 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:12:05.146 INFO 79480 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:12:05.201 INFO 79480 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:12:05.303 INFO 79480 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:12:05.388 INFO 79480 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:12:05.941 INFO 79480 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:12:05.947 INFO 79480 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:12:06.312 WARN 79480 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:12:06.409 INFO 79480 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:12:06.466 INFO 79480 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:12:06.583 INFO 79480 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:12:06.585 INFO 79480 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.267 seconds (JVM running for 3.774)
2022-04-23 10:12:06.664 INFO 79480 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:12:11.116 INFO 79480 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:12:11.116 INFO 79480 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:12:11.122 INFO 79480 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:12:11.158 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:12:11.332 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:18:15.071 WARN 79480 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=6m9s941ms).
2022-04-23 10:18:15.072 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 10:18:15.072 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:363.824128934s
2022-04-23 10:18:15.080 INFO 79480 --- [http-nio-9898-exec-1] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.servlet.http.HttpServletRequest' available
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:351) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:342) ~[spring-beans-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1126) ~[spring-context-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:27) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$188cceb8.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:18:15.145 INFO 79480 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:18:15.146 INFO 79480 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:18:15.148 INFO 79480 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:18:15.150 INFO 79480 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:18:46.191 INFO 79609 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79609 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:18:46.204 INFO 79609 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:18:46.697 INFO 79609 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:18:46.762 INFO 79609 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 58ms. Found 3 JPA repository interfaces.
2022-04-23 10:18:47.001 INFO 79609 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:18:47.286 INFO 79609 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:18:47.294 INFO 79609 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:18:47.294 INFO 79609 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:18:47.391 INFO 79609 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:18:47.391 INFO 79609 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1153 ms
2022-04-23 10:18:47.427 INFO 79609 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:18:47.625 INFO 79609 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:18:47.630 INFO 79609 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:18:47.644 INFO 79609 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:18:47.741 INFO 79609 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:18:47.794 INFO 79609 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:18:47.893 INFO 79609 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:18:47.980 INFO 79609 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:18:48.520 INFO 79609 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:18:48.525 INFO 79609 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:18:48.885 WARN 79609 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:18:48.990 INFO 79609 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:18:49.051 INFO 79609 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:18:49.181 INFO 79609 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:18:49.183 INFO 79609 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.307 seconds (JVM running for 3.77)
2022-04-23 10:18:49.273 INFO 79609 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:18:53.238 INFO 79609 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:18:53.238 INFO 79609 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:18:53.244 INFO 79609 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:18:53.279 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:18:53.279 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:18:53.279 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:18:53.280 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:18:53.464 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:19:02.177 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:null
2022-04-23 10:19:02.177 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:8.899229004s
2022-04-23 10:19:02.184 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.h.ExceptionHandlerAdvice : 异常堆栈:
com.xianxin.redis.admin.framework.exception.ServerException: 用户不存在
at com.xianxin.redis.admin.controller.BaseController.getLoginUser(BaseController.java:32) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController.select(RedisController.java:178) ~[classes/:na]
at com.xianxin.redis.admin.controller.RedisController$$FastClassBySpringCGLIB$$6ecd21f3.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.framework.aop.LogAnnotationAspect.logSave(LogAnnotationAspect.java:79) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at com.xianxin.redis.admin.controller.RedisController$$EnhancerBySpringCGLIB$$a6f60edb.select(<generated>) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:888) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.2.RELEASE.jar:5.2.2.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1591) [tomcat-embed-core-9.0.29.jar:9.0.29]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.29.jar:9.0.29]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181]
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:20:15.239 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:20:15.306 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:20:15.307 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.049911978s
2022-04-23 10:20:28.563 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:20:28.564 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:20:39.656 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:20:39.656 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:11.091699645s
2022-04-23 10:24:12.300 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:24:12.300 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:24:12.300 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:24:12.301 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:24:12.301 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:24:12.303 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:24:12.303 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003119998s
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:24:20.694 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:24:20.696 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:24:20.696 INFO 79609 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002345695s
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:24:24.742 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:24:24.744 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:24:24.744 INFO 79609 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002488696s
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:20.859 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:20.860 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:25:20.864 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:20.864 INFO 79609 --- [http-nio-9898-exec-7] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.004479139s
2022-04-23 10:25:38.088 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:25:38.088 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:25:38.088 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:38.089 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:38.089 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:25:38.090 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:38.091 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002252102s
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:47.907 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:25:47.909 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:47.909 INFO 79609 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001935524s
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:51.048 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2022-04-23 10:25:51.052 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":2,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:25:51.052 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.001885846s
2022-04-23 10:25:57.681 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 停用配置
2022-04-23 10:25:57.682 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/disabled
2022-04-23 10:25:57.682 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:25:57.682 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:25:57.684 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:disabled - 请求参数:[{"db":"0","host":"10.25.24.1","port":6379}]
2022-04-23 10:25:57.692 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:disabled - 响应参数:{"code":200,"count":0,"data":true,"msg":"停用成功"}
2022-04-23 10:25:57.692 INFO 79609 --- [http-nio-9898-exec-6] c.x.r.a.f.aop.LogAnnotationAspect : 接口:disabled - 耗时:0.010417645s
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 启用配置
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/enabled
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:01.206 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:enabled - 请求参数:[{"db":"0","host":"10.25.24.1","port":6379}]
2022-04-23 10:26:01.208 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:enabled - 响应参数:{"code":200,"count":0,"data":true,"msg":"启用成功"}
2022-04-23 10:26:01.208 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:enabled - 耗时:0.002641478s
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:02.513 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:02.517 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:02.517 INFO 79609 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.004066901s
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:16.051 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:16.054 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:16.055 INFO 79609 --- [http-nio-9898-exec-4] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003465215s
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:22.461 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:22.463 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:22.463 INFO 79609 --- [http-nio-9898-exec-8] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.002110301s
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:26:44.875 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:26:44.877 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:26:44.877 INFO 79609 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001768425s
2022-04-23 10:28:06.465 INFO 79609 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:28:06.466 INFO 79609 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:28:06.469 INFO 79609 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:28:06.470 INFO 79609 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:28:10.224 INFO 79826 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 79826 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:28:10.226 INFO 79826 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:28:10.729 INFO 79826 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:28:10.795 INFO 79826 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 59ms. Found 3 JPA repository interfaces.
2022-04-23 10:28:11.028 INFO 79826 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:28:11.290 INFO 79826 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:28:11.297 INFO 79826 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:28:11.298 INFO 79826 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:28:11.357 INFO 79826 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:28:11.357 INFO 79826 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1091 ms
2022-04-23 10:28:11.389 INFO 79826 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:28:11.834 INFO 79826 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:28:11.839 INFO 79826 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:28:11.853 INFO 79826 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:28:11.945 INFO 79826 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:28:11.998 INFO 79826 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:28:12.095 INFO 79826 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:28:12.179 INFO 79826 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:28:12.729 INFO 79826 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:28:12.735 INFO 79826 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:28:13.099 WARN 79826 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:28:13.197 INFO 79826 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:28:13.252 INFO 79826 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:28:13.370 INFO 79826 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:28:13.372 INFO 79826 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.471 seconds (JVM running for 3.957)
2022-04-23 10:28:13.454 INFO 79826 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:28:18.066 INFO 79826 --- [http-nio-9898-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:28:18.067 INFO 79826 --- [http-nio-9898-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:28:18.073 INFO 79826 --- [http-nio-9898-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 6 ms
2022-04-23 10:28:18.104 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:28:18.105 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:28:18.105 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:28:18.105 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:28:18.275 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:28:18.309 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:28:18.309 INFO 79826 --- [http-nio-9898-exec-1] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.187378685s
2022-04-23 10:33:42.970 INFO 79826 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:33:42.972 INFO 79826 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:33:42.974 INFO 79826 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:33:42.981 INFO 79826 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2022-04-23 10:35:00.537 INFO 80034 --- [main] c.x.redis.admin.RedisServerApplication : Starting RedisServerApplication on liujingingdeMBP.lan with PID 80034 (/Users/xianxini/Documents/projects/redis/redis-admin/target/classes started by xianxini in /Users/xianxini/Documents/projects/redis/redis-admin)
2022-04-23 10:35:00.539 INFO 80034 --- [main] c.x.redis.admin.RedisServerApplication : No active profile set, falling back to default profiles: default
2022-04-23 10:35:01.075 INFO 80034 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-04-23 10:35:01.149 INFO 80034 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 66ms. Found 3 JPA repository interfaces.
2022-04-23 10:35:01.406 INFO 80034 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-23 10:35:01.698 INFO 80034 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9898 (http)
2022-04-23 10:35:01.705 INFO 80034 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-04-23 10:35:01.706 INFO 80034 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.29]
2022-04-23 10:35:01.788 INFO 80034 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-04-23 10:35:01.789 INFO 80034 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1209 ms
2022-04-23 10:35:01.835 INFO 80034 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-04-23 10:35:02.043 INFO 80034 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-04-23 10:35:02.048 INFO 80034 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:~/test'
2022-04-23 10:35:02.062 INFO 80034 --- [main] c.x.r.admin.framework.config.CorsConfig : CorsFilter Configuration
2022-04-23 10:35:02.160 INFO 80034 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-04-23 10:35:02.215 INFO 80034 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final}
2022-04-23 10:35:02.317 INFO 80034 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2022-04-23 10:35:02.408 INFO 80034 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2022-04-23 10:35:02.958 INFO 80034 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23 10:35:02.963 INFO 80034 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:35:03.333 WARN 80034 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-23 10:35:03.438 INFO 80034 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-04-23 10:35:03.500 INFO 80034 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2022-04-23 10:35:03.636 INFO 80034 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9898 (http) with context path ''
2022-04-23 10:35:03.638 INFO 80034 --- [main] c.x.redis.admin.RedisServerApplication : Started RedisServerApplication in 3.469 seconds (JVM running for 4.17)
2022-04-23 10:35:03.732 INFO 80034 --- [main] c.x.r.a.f.handler.InitSysUserHandler : 检测系统用户数量:2
2022-04-23 10:35:07.577 INFO 80034 --- [http-nio-9898-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23 10:35:07.577 INFO 80034 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-04-23 10:35:07.582 INFO 80034 --- [http-nio-9898-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms
2022-04-23 10:35:20.569 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:20.570 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:20.570 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:20.570 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:20.602 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:20.648 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:20.648 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.063359729s
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 列表查询
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/query
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:22.738 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 请求参数:[]
2022-04-23 10:35:22.742 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 响应参数:{"code":200,"count":2,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:22.742 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:queryConfig - 耗时:0.001834362s
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:25.506 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:25.510 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:25.510 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003740581s
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:35.593 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:35.595 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:35.595 INFO 80034 --- [http-nio-9898-exec-9] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.001973142s
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:38.332 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:38.335 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"PROD","host":"47.92.217.237","id":"RC1516964368942628864","name":"阿里云","password":"yunfei@2019","port":6379,"status":true},{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:38.336 INFO 80034 --- [http-nio-9898-exec-10] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.003821498s
2022-04-23 10:35:50.410 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:35:50.411 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:35:50.415 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:35:50.415 INFO 80034 --- [http-nio-9898-exec-2] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.004110389s
2022-04-23 10:36:03.653 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 行为:配置 - 获取DB
2022-04-23 10:36:03.654 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select/db
2022-04-23 10:36:03.654 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:36:03.654 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:36:03.655 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 请求参数:[{"db":"0","host":"10.25.24.1","port":6379}]
2022-04-23 10:36:03.656 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : HOST: 10.25.24.1
2022-04-23 10:36:03.668 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 0
2022-04-23 10:36:05.680 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:05.680 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 1
2022-04-23 10:36:07.683 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:07.683 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 2
2022-04-23 10:36:09.687 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:09.687 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 3
2022-04-23 10:36:11.690 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:11.690 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 4
2022-04-23 10:36:13.694 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:13.695 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 5
2022-04-23 10:36:14.110 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 行为:缓存 - 缓存
2022-04-23 10:36:14.110 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口地址:http://127.0.0.1:9898/redis/config/select
2022-04-23 10:36:14.111 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口方法:GET
2022-04-23 10:36:14.111 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 访问者IP:127.0.0.1
2022-04-23 10:36:14.111 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 请求参数:[]
2022-04-23 10:36:14.113 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 响应参数:{"code":200,"count":0,"data":[{"env":"TEST","host":"10.25.24.1","id":"RC1517407523919888384","name":"chinapex","password":"chinapex","port":6379,"status":true}],"msg":"success"}
2022-04-23 10:36:14.113 INFO 80034 --- [http-nio-9898-exec-5] c.x.r.a.f.aop.LogAnnotationAspect : 接口:select - 耗时:0.00229204s
2022-04-23 10:36:15.697 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:15.698 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 6
2022-04-23 10:36:17.700 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:17.700 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 7
2022-04-23 10:36:19.702 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:19.703 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 8
2022-04-23 10:36:21.704 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:21.705 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 9
2022-04-23 10:36:23.707 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:23.707 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 10
2022-04-23 10:36:25.712 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:25.712 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 11
2022-04-23 10:36:27.714 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:27.714 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 12
2022-04-23 10:36:29.720 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:29.720 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 13
2022-04-23 10:36:31.725 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:31.726 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 14
2022-04-23 10:36:33.731 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:33.732 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : SELECT 15
2022-04-23 10:36:35.734 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.s.impl.RedisManagerServiceImpl : Failed connecting to host 10.25.24.1:6379
2022-04-23 10:36:35.735 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 响应参数:{"code":555,"count":0,"msg":"ERR数据库索引超出范围"}
2022-04-23 10:36:35.735 INFO 80034 --- [http-nio-9898-exec-3] c.x.r.a.f.aop.LogAnnotationAspect : 接口:selectDb - 耗时:32.080234273s
2022-04-23 10:56:04.890 INFO 80034 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2022-04-23 10:56:04.892 INFO 80034 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-04-23 10:56:04.894 INFO 80034 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-04-23 10:56:04.895 INFO 80034 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
Java
1
https://gitee.com/caijianfang/redis-admin.git
git@gitee.com:caijianfang/redis-admin.git
caijianfang
redis-admin
redis-admin
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891