优尔token解析

This commit is contained in:
haozq 2025-01-16 18:27:49 +08:00
parent dc299eb306
commit 95029e55ba
53 changed files with 0 additions and 121780 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,189 +0,0 @@
13:05:08.894 [http-nio-18081-exec-2] ERROR c.s.s.a.f.RemoteUserFallbackFactory - [create,28] - 用户服务调用失败:[503] during [GET] to [http://securityControl-system/sys/userManage/info/%21jysp] [RemoteUserService#getUserInfo(String,String)]: [Load balancer does not contain an instance for the service securityControl-system]
13:05:08.923 [http-nio-18081-exec-2] ERROR c.s.s.a.f.RemoteLogFallbackFactory - [create,25] - 日志服务调用失败:[503] during [POST] to [http://securityControl-system/sys/logs/addSaveSysLog] [RemoteLogService#addSaveSysLog(SysLogsInfo,String)]: [Load balancer does not contain an instance for the service securityControl-system]
13:05:08.931 [http-nio-18081-exec-2] ERROR c.s.c.s.h.GlobalExceptionHandler - [handleServiceException,72] - 用户名/密码错误
com.securityControl.common.core.exception.ServiceException: 用户名/密码错误
at com.securityControl.auth.service.SysLoginService.login(SysLoginService.java:62)
at com.securityControl.auth.controller.TokenController.login(TokenController.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
13:05:10.280 [http-nio-18081-exec-1] ERROR c.s.s.a.f.RemoteUserFallbackFactory - [create,28] - 用户服务调用失败:[503] during [GET] to [http://securityControl-system/sys/userManage/info/jysp] [RemoteUserService#getUserInfo(String,String)]: [Load balancer does not contain an instance for the service securityControl-system]
13:05:10.283 [http-nio-18081-exec-1] ERROR c.s.s.a.f.RemoteLogFallbackFactory - [create,25] - 日志服务调用失败:[503] during [POST] to [http://securityControl-system/sys/logs/addSaveSysLog] [RemoteLogService#addSaveSysLog(SysLogsInfo,String)]: [Load balancer does not contain an instance for the service securityControl-system]
13:05:10.284 [http-nio-18081-exec-1] ERROR c.s.c.s.h.GlobalExceptionHandler - [handleServiceException,72] - 用户名/密码错误
com.securityControl.common.core.exception.ServiceException: 用户名/密码错误
at com.securityControl.auth.service.SysLoginService.login(SysLoginService.java:62)
at com.securityControl.auth.controller.TokenController.login(TokenController.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
13:05:11.982 [http-nio-18081-exec-3] ERROR c.s.s.a.f.RemoteUserFallbackFactory - [create,28] - 用户服务调用失败:[503] during [GET] to [http://securityControl-system/sys/userManage/info/jysp] [RemoteUserService#getUserInfo(String,String)]: [Load balancer does not contain an instance for the service securityControl-system]
13:05:11.985 [http-nio-18081-exec-3] ERROR c.s.s.a.f.RemoteLogFallbackFactory - [create,25] - 日志服务调用失败:[503] during [POST] to [http://securityControl-system/sys/logs/addSaveSysLog] [RemoteLogService#addSaveSysLog(SysLogsInfo,String)]: [Load balancer does not contain an instance for the service securityControl-system]
13:05:11.986 [http-nio-18081-exec-3] ERROR c.s.c.s.h.GlobalExceptionHandler - [handleServiceException,72] - 用户名/密码错误
com.securityControl.common.core.exception.ServiceException: 用户名/密码错误
at com.securityControl.auth.service.SysLoginService.login(SysLoginService.java:62)
at com.securityControl.auth.controller.TokenController.login(TokenController.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)

View File

@ -1,686 +0,0 @@
10:30:47.995 [main] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
10:30:49.001 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
10:30:52.335 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:30:54.388 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:30:55.015 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
10:30:56.454 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:30:56.593 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=31cd58506f29b844ae6fe31e06e03103, Client-RequestTS=1735093856457, exConfigInfo=true, notify=false, Timestamp=1735093856457}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:30:56.704 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=31cd58506f29b844ae6fe31e06e03103, Client-RequestTS=1735093856457, exConfigInfo=true, notify=false, Timestamp=1735093856457}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:30:56.815 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=31cd58506f29b844ae6fe31e06e03103, Client-RequestTS=1735093856457, exConfigInfo=true, notify=false, Timestamp=1735093856457}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:30:56.956 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=49d59221be247a5e106bf95a07844d0e, Client-RequestTS=1735093856848, exConfigInfo=true, notify=false, Timestamp=1735093856848}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:30:57.064 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=49d59221be247a5e106bf95a07844d0e, Client-RequestTS=1735093856848, exConfigInfo=true, notify=false, Timestamp=1735093856848}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:30:57.172 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=49d59221be247a5e106bf95a07844d0e, Client-RequestTS=1735093856848, exConfigInfo=true, notify=false, Timestamp=1735093856848}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:30:57.283 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=14208fa01812f56c4aaac928824299aa, Client-RequestTS=1735093857179, exConfigInfo=true, notify=false, Timestamp=1735093857179}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:30:57.394 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=14208fa01812f56c4aaac928824299aa, Client-RequestTS=1735093857179, exConfigInfo=true, notify=false, Timestamp=1735093857179}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:30:57.504 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=14208fa01812f56c4aaac928824299aa, Client-RequestTS=1735093857179, exConfigInfo=true, notify=false, Timestamp=1735093857179}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:30:57.614 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=9d2f2558f6dcb3d8993e7a883f7c378e, Client-RequestTS=1735093857505, exConfigInfo=true, notify=false, Timestamp=1735093857505}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:30:57.723 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=9d2f2558f6dcb3d8993e7a883f7c378e, Client-RequestTS=1735093857505, exConfigInfo=true, notify=false, Timestamp=1735093857505}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:30:57.834 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=9d2f2558f6dcb3d8993e7a883f7c378e, Client-RequestTS=1735093857505, exConfigInfo=true, notify=false, Timestamp=1735093857505}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:30:58.480 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:31:00.608 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:31:01.031 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
10:31:02.854 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:31:05.214 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:31:06.434 [main] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: Connection refused: connect
10:31:07.041 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: connect timed out
10:31:07.639 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:31:08.458 [com.alibaba.nacos.client.naming.security] ERROR c.a.n.c.s.SecurityProxy - [login,159] - [SecurityProxy] login http request failed url: http://127.0.0.1:18848/nacos/v1/auth/users/login, params: {username=nacos}, bodyMap: {password=Jjsp@nacos2023}, errorMsg: Connection refused: connect
10:31:08.476 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.start(NamingGrpcClientProxy.java:96)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.<init>(NamingGrpcClientProxy.java:89)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.<init>(NamingClientProxyDelegate.java:76)
at com.alibaba.nacos.client.naming.NacosNamingService.init(NacosNamingService.java:95)
at com.alibaba.nacos.client.naming.NacosNamingService.<init>(NacosNamingService.java:81)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.alibaba.nacos.api.naming.NamingFactory.createNamingService(NamingFactory.java:59)
at com.alibaba.nacos.api.NacosFactory.createNamingService(NacosFactory.java:77)
at com.alibaba.cloud.nacos.NacosServiceManager.createNewNamingService(NacosServiceManager.java:99)
at com.alibaba.cloud.nacos.NacosServiceManager.buildNamingService(NacosServiceManager.java:90)
at com.alibaba.cloud.nacos.NacosServiceManager.getNamingService(NacosServiceManager.java:46)
at com.alibaba.cloud.nacos.discovery.NacosWatch.start(NacosWatch.java:130)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:31:09.700 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:31:09.812 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:31:09.923 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:31:09.924 [main] ERROR c.a.c.n.d.NacosWatch - [start,136] - namingService subscribe failed, properties:NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-auth', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.2.184', networkInterface='', port=-1, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doSubscribe(NamingGrpcClientProxy.java:230)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.subscribe(NamingGrpcClientProxy.java:215)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.subscribe(NamingClientProxyDelegate.java:147)
at com.alibaba.nacos.client.naming.NacosNamingService.subscribe(NacosNamingService.java:393)
at com.alibaba.cloud.nacos.discovery.NacosWatch.start(NacosWatch.java:132)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 20 common frames omitted
10:31:10.049 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:31:10.159 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:31:10.270 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:31:10.270 [main] ERROR c.a.c.n.r.NacosServiceRegistry - [register,80] - nacos registry, securityControl-auth register failed...NacosRegistration{nacosDiscoveryProperties=NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-auth', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.2.184', networkInterface='', port=18081, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}},
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doRegisterService(NamingGrpcClientProxy.java:129)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.registerService(NamingGrpcClientProxy.java:115)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.registerService(NamingClientProxyDelegate.java:94)
at com.alibaba.nacos.client.naming.NacosNamingService.registerInstance(NacosNamingService.java:145)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:74)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.register(AbstractAutoServiceRegistration.java:232)
at com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.register(NacosAutoServiceRegistration.java:78)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.start(AbstractAutoServiceRegistration.java:133)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.bind(AbstractAutoServiceRegistration.java:98)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:86)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:47)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:46)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 32 common frames omitted
10:31:10.708 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:31:10.808 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:31:10.912 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:31:11.047 [main] ERROR c.a.n.c.s.SecurityProxy - [login,149] - login failed: {"code":500,"message":"caused: User nacos not found;","header":{"header":{"Accept-Charset":"UTF-8","Connection":"close","Content-Length":"29","Content-Security-Policy":"script-src 'self'","Content-Type":"text/html;charset=UTF-8","Date":"Wed, 25 Dec 2024 02:31:11 GMT","Vary":"Access-Control-Request-Headers"},"originalResponseHeader":{"Connection":["close"],"Content-Length":["29"],"Content-Security-Policy":["script-src 'self'"],"Content-Type":["text/html;charset=UTF-8"],"Date":["Wed, 25 Dec 2024 02:31:11 GMT"],"Vary":["Access-Control-Request-Headers","Access-Control-Request-Method","Origin"]},"charset":"UTF-8"}}
10:31:11.055 [com.alibaba.nacos.client.naming.security] ERROR c.a.n.c.s.SecurityProxy - [login,149] - login failed: {"code":500,"message":"caused: User nacos not found;","header":{"header":{"Accept-Charset":"UTF-8","Connection":"close","Content-Length":"29","Content-Security-Policy":"script-src 'self'","Content-Type":"text/html;charset=UTF-8","Date":"Wed, 25 Dec 2024 02:31:11 GMT","Vary":"Access-Control-Request-Headers"},"originalResponseHeader":{"Connection":["close"],"Content-Length":["29"],"Content-Security-Policy":["script-src 'self'"],"Content-Type":["text/html;charset=UTF-8"],"Date":["Wed, 25 Dec 2024 02:31:11 GMT"],"Vary":["Access-Control-Request-Headers","Access-Control-Request-Method","Origin"]},"charset":"UTF-8"}}
10:31:11.209 [main] ERROR c.a.c.n.d.NacosWatch - [stop,178] - namingService unsubscribe failed, properties:NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-auth', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.2.184', networkInterface='', port=18081, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doUnsubscribe(NamingGrpcClientProxy.java:260)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.unsubscribe(NamingGrpcClientProxy.java:241)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.unsubscribe(NamingClientProxyDelegate.java:157)
at com.alibaba.nacos.client.naming.NacosNamingService.unsubscribe(NacosNamingService.java:417)
at com.alibaba.cloud.nacos.discovery.NacosWatch.stop(NacosWatch.java:174)
at com.alibaba.cloud.nacos.discovery.NacosWatch.destroy(NacosWatch.java:204)
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:213)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1163)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1156)
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1106)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:596)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: com.alibaba.nacos.api.exception.NacosException: user not found!
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:282)
... 21 common frames omitted
10:31:11.535 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is java.lang.reflect.UndeclaredThrowableException
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:935)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.auth.VscAuthApplication.main(VscAuthApplication.java:19)
Caused by: java.lang.reflect.UndeclaredThrowableException: null
at org.springframework.util.ReflectionUtils.rethrowRuntimeException(ReflectionUtils.java:147)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:82)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.register(AbstractAutoServiceRegistration.java:232)
at com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.register(NacosAutoServiceRegistration.java:78)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.start(AbstractAutoServiceRegistration.java:133)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.bind(AbstractAutoServiceRegistration.java:98)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:86)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:47)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.start(WebServerStartStopLifecycle.java:46)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:178)
... 14 common frames omitted
Caused by: com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doRegisterService(NamingGrpcClientProxy.java:129)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.registerService(NamingGrpcClientProxy.java:115)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.registerService(NamingClientProxyDelegate.java:94)
at com.alibaba.nacos.client.naming.NacosNamingService.registerInstance(NacosNamingService.java:145)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:74)
... 27 common frames omitted
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:STARTING
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 32 common frames omitted
10:31:12.052 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.s.SecurityProxy - [login,149] - login failed: {"code":500,"message":"caused: User nacos not found;","header":{"header":{"Accept-Charset":"UTF-8","Connection":"close","Content-Length":"29","Content-Security-Policy":"script-src 'self'","Content-Type":"text/html;charset=UTF-8","Date":"Wed, 25 Dec 2024 02:31:12 GMT","Vary":"Access-Control-Request-Headers"},"originalResponseHeader":{"Connection":["close"],"Content-Length":["29"],"Content-Security-Policy":["script-src 'self'"],"Content-Type":["text/html;charset=UTF-8"],"Date":["Wed, 25 Dec 2024 02:31:12 GMT"],"Vary":["Access-Control-Request-Headers","Access-Control-Request-Method","Origin"]},"charset":"UTF-8"}}

View File

@ -1,535 +0,0 @@
13:10:21.463 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:10:23.433 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c17f2436-a898-414c-8eac-6d128507d0ae_config-0
13:10:23.466 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 6 values
13:10:23.484 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
13:10:23.494 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
13:10:23.671 [main] INFO o.r.Reflections - [scan,232] - Reflections took 175 ms to scan 246 urls, producing 0 keys and 0 values
13:10:23.683 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 5 values
13:10:23.698 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values
13:10:23.711 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values
13:10:23.876 [main] INFO o.r.Reflections - [scan,232] - Reflections took 163 ms to scan 246 urls, producing 0 keys and 0 values
13:10:23.878 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:10:23.879 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/65438140
13:10:23.879 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1544147328
13:10:23.879 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:10:23.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:10:23.886 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:10:25.123 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733807424974_127.0.0.1_47770
13:10:25.124 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Notify connected event to listeners.
13:10:25.124 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:10:25.124 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c17f2436-a898-414c-8eac-6d128507d0ae_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/794949943
13:10:25.187 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:10:27.512 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
13:10:27.512 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:10:27.512 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:10:27.686 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:10:29.001 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:10:29.792 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3faae15c-e0db-4f3e-8f7b-de27a58d7894
13:10:29.792 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] RpcClient init label, labels = {module=naming, source=sdk}
13:10:29.793 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:10:29.794 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:10:29.794 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:10:29.794 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:10:29.905 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733807429798_127.0.0.1_47774
13:10:29.905 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Notify connected event to listeners.
13:10:29.905 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:10:29.905 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/794949943
13:10:29.944 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
13:10:29.959 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
13:10:30.320 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 10.923 seconds (JVM running for 12.196)
13:10:30.329 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
13:10:30.332 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
13:10:30.333 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
13:10:30.478 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 32
13:10:30.488 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 32
13:10:30.835 [RMI TCP Connection(4)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:12:56.144 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 36
13:12:56.144 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 36
13:15:49.078 [nacos-grpc-client-executor-78] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 38
13:15:49.088 [nacos-grpc-client-executor-78] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 38
13:25:36.438 [nacos-grpc-client-executor-198] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 44
13:25:36.450 [nacos-grpc-client-executor-198] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 44
13:31:10.297 [nacos-grpc-client-executor-267] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 47
13:31:10.308 [nacos-grpc-client-executor-267] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 47
13:31:29.317 [nacos-grpc-client-executor-271] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 51
13:31:29.328 [nacos-grpc-client-executor-271] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 51
13:32:39.308 [nacos-grpc-client-executor-286] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 54
13:32:39.318 [nacos-grpc-client-executor-286] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 54
13:32:42.389 [nacos-grpc-client-executor-287] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Receive server push request, request = NotifySubscriberRequest, requestId = 58
13:32:42.399 [nacos-grpc-client-executor-287] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3faae15c-e0db-4f3e-8f7b-de27a58d7894] Ack server push request, request = NotifySubscriberRequest, requestId = 58
16:22:06.479 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:22:08.486 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0
16:22:08.517 [main] INFO o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 3 keys and 6 values
16:22:08.535 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
16:22:08.544 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 3 keys and 10 values
16:22:08.694 [main] INFO o.r.Reflections - [scan,232] - Reflections took 147 ms to scan 246 urls, producing 0 keys and 0 values
16:22:08.701 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
16:22:08.710 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
16:22:08.720 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
16:22:08.836 [main] INFO o.r.Reflections - [scan,232] - Reflections took 114 ms to scan 246 urls, producing 0 keys and 0 values
16:22:08.837 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:22:08.837 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1544147328
16:22:08.837 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/37400149
16:22:08.838 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:22:08.838 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:22:08.842 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:22:10.090 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733818929937_127.0.0.1_7701
16:22:10.090 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Notify connected event to listeners.
16:22:10.090 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:22:10.091 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1183213894
16:22:10.167 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:22:12.716 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
16:22:12.716 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:22:12.717 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:22:12.895 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:22:14.352 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:22:15.226 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6392cf5b-13ac-4364-a317-cfdbd5a4e5ba
16:22:15.226 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] RpcClient init label, labels = {module=naming, source=sdk}
16:22:15.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:22:15.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:22:15.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:22:15.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:22:15.351 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733818935233_127.0.0.1_7705
16:22:15.352 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:22:15.352 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Notify connected event to listeners.
16:22:15.352 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1183213894
16:22:15.389 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
16:22:15.410 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
16:22:15.789 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 11.396 seconds (JVM running for 12.624)
16:22:15.796 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
16:22:15.799 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
16:22:15.800 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
16:22:15.893 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 3
16:22:15.905 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 3
16:22:16.388 [RMI TCP Connection(2)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:23:49.820 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 7
16:23:49.820 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 7
16:27:00.904 [nacos-grpc-client-executor-92] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 14
16:27:00.910 [nacos-grpc-client-executor-92] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 14
16:27:21.583 [nacos-grpc-client-executor-96] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 17
16:27:21.592 [nacos-grpc-client-executor-96] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 17
16:29:44.544 [nacos-grpc-client-executor-124] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 19
16:29:44.554 [nacos-grpc-client-executor-124] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 19
16:29:47.379 [nacos-grpc-client-executor-125] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 22
16:29:47.389 [nacos-grpc-client-executor-125] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 22
16:33:53.226 [nacos-grpc-client-executor-174] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 25
16:33:53.238 [nacos-grpc-client-executor-174] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 25
16:34:16.633 [nacos-grpc-client-executor-179] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 28
16:34:16.642 [nacos-grpc-client-executor-179] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 28
17:00:00.158 [nacos-grpc-client-executor-490] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 30
17:00:00.172 [nacos-grpc-client-executor-490] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 30
17:32:05.977 [nacos-grpc-client-executor-874] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Receive server push request, request = NotifySubscriberRequest, requestId = 33
17:32:05.989 [nacos-grpc-client-executor-874] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Ack server push request, request = NotifySubscriberRequest, requestId = 33
18:17:51.266 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
18:17:51.266 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Try to reconnect to a new server, server is not appointed, will choose a random server.
18:17:55.480 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
18:17:55.480 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
18:17:57.749 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6392cf5b-13ac-4364-a317-cfdbd5a4e5ba] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
18:17:57.749 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a8c91a39-6782-4c81-83a3-d5cfa3ba733b_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
18:19:41.462 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:19:43.457 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of af0afe56-9721-4312-a03e-ef9a9a592cae_config-0
18:19:43.494 [main] INFO o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 3 keys and 6 values
18:19:43.514 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
18:19:43.524 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
18:19:43.673 [main] INFO o.r.Reflections - [scan,232] - Reflections took 147 ms to scan 247 urls, producing 0 keys and 0 values
18:19:43.684 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
18:19:43.697 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
18:19:43.711 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values
18:19:43.878 [main] INFO o.r.Reflections - [scan,232] - Reflections took 164 ms to scan 247 urls, producing 0 keys and 0 values
18:19:43.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:19:43.881 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/925672150
18:19:43.881 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/839180856
18:19:43.882 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:19:43.883 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:19:43.890 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:19:45.226 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733825985061_127.0.0.1_37080
18:19:45.227 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Notify connected event to listeners.
18:19:45.227 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:19:45.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [af0afe56-9721-4312-a03e-ef9a9a592cae_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/977278793
18:19:45.309 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:19:46.779 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
18:19:46.779 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:19:46.780 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:19:46.959 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:19:48.495 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
18:19:49.422 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a40d7850-321c-460d-b48a-a8ab7cd56b6d
18:19:49.423 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] RpcClient init label, labels = {module=naming, source=sdk}
18:19:49.424 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
18:19:49.424 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
18:19:49.424 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
18:19:49.425 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:19:49.537 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733825989429_127.0.0.1_37084
18:19:49.537 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:19:49.537 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Notify connected event to listeners.
18:19:49.537 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/977278793
18:19:49.574 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
18:19:49.594 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
18:19:49.989 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 10.191 seconds (JVM running for 12.033)
18:19:49.999 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
18:19:50.001 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
18:19:50.002 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
18:19:50.097 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Receive server push request, request = NotifySubscriberRequest, requestId = 3
18:19:50.108 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a40d7850-321c-460d-b48a-a8ab7cd56b6d] Ack server push request, request = NotifySubscriberRequest, requestId = 3
18:19:50.468 [RMI TCP Connection(2)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:40:58.878 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:41:00.901 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 66a99690-8fee-4942-99a4-e267ae5daeb1_config-0
18:41:00.945 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
18:41:00.974 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values
18:41:00.992 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values
18:41:01.161 [main] INFO o.r.Reflections - [scan,232] - Reflections took 164 ms to scan 247 urls, producing 0 keys and 0 values
18:41:01.168 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
18:41:01.191 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values
18:41:01.219 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 2 keys and 8 values
18:41:01.484 [main] INFO o.r.Reflections - [scan,232] - Reflections took 257 ms to scan 247 urls, producing 0 keys and 0 values
18:41:01.485 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:41:01.488 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1650327539
18:41:01.489 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/641011362
18:41:01.490 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:41:01.490 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:41:01.501 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:41:02.843 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733827262665_127.0.0.1_39402
18:41:02.844 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Notify connected event to listeners.
18:41:02.844 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:41:02.844 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [66a99690-8fee-4942-99a4-e267ae5daeb1_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/663925782
18:41:02.906 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:41:04.287 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
18:41:04.288 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:41:04.288 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:41:04.496 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:41:05.221 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
18:41:20.531 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:41:22.543 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 11ea48b4-268f-427a-a5ad-9a7670be894e_config-0
18:41:22.590 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
18:41:22.611 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
18:41:22.621 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
18:41:22.769 [main] INFO o.r.Reflections - [scan,232] - Reflections took 145 ms to scan 247 urls, producing 0 keys and 0 values
18:41:22.778 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
18:41:22.789 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
18:41:22.799 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
18:41:22.922 [main] INFO o.r.Reflections - [scan,232] - Reflections took 121 ms to scan 247 urls, producing 0 keys and 0 values
18:41:22.923 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:41:22.924 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1511799988
18:41:22.925 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1991075605
18:41:22.925 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:41:22.926 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:41:22.934 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:41:24.639 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733827284471_127.0.0.1_39645
18:41:24.640 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Notify connected event to listeners.
18:41:24.640 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:41:24.640 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [11ea48b4-268f-427a-a5ad-9a7670be894e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1192529727
18:41:24.704 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:41:25.918 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
18:41:25.919 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:41:25.919 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:41:26.101 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:41:27.635 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
18:41:28.473 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a1d4d392-6977-404e-af65-9352df5ecac7
18:41:28.473 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] RpcClient init label, labels = {module=naming, source=sdk}
18:41:28.474 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
18:41:28.474 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
18:41:28.475 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
18:41:28.475 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:41:28.588 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733827288479_127.0.0.1_39650
18:41:28.588 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:41:28.588 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Notify connected event to listeners.
18:41:28.588 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1192529727
18:41:28.631 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
18:41:28.651 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
18:41:29.006 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 10.113 seconds (JVM running for 12.094)
18:41:29.014 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
18:41:29.017 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
18:41:29.018 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
18:41:29.197 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Receive server push request, request = NotifySubscriberRequest, requestId = 3
18:41:29.207 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Ack server push request, request = NotifySubscriberRequest, requestId = 3
18:41:29.477 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:50:17.341 [nacos-grpc-client-executor-131] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Receive server push request, request = NotifySubscriberRequest, requestId = 19
18:50:17.341 [nacos-grpc-client-executor-131] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Ack server push request, request = NotifySubscriberRequest, requestId = 19
18:51:29.578 [nacos-grpc-client-executor-147] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Receive server push request, request = NotifySubscriberRequest, requestId = 21
18:51:29.590 [nacos-grpc-client-executor-147] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a1d4d392-6977-404e-af65-9352df5ecac7] Ack server push request, request = NotifySubscriberRequest, requestId = 21
19:12:48.369 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
19:12:48.372 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
19:12:48.699 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:12:48.700 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@30e2182b[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:12:48.700 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733827288479_127.0.0.1_39650
19:12:48.702 [nacos-grpc-client-executor-406] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733827288479_127.0.0.1_39650]Ignore complete event,isRunning:false,isAbandon=false
19:12:48.707 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6fc2d07f[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 407]
19:12:56.480 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:12:58.442 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0
19:12:58.498 [main] INFO o.r.Reflections - [scan,232] - Reflections took 40 ms to scan 1 urls, producing 3 keys and 6 values
19:12:58.522 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 4 keys and 9 values
19:12:58.537 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values
19:12:58.721 [main] INFO o.r.Reflections - [scan,232] - Reflections took 184 ms to scan 247 urls, producing 0 keys and 0 values
19:12:58.728 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
19:12:58.744 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
19:12:58.749 [main] INFO o.r.Reflections - [scan,232] - Reflections took 0 ms to scan 1 urls, producing 2 keys and 8 values
19:12:58.880 [main] INFO o.r.Reflections - [scan,232] - Reflections took 120 ms to scan 247 urls, producing 0 keys and 0 values
19:12:58.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:12:58.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/797224183
19:12:58.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/689140691
19:12:58.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:12:58.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:12:58.886 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:13:00.305 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733829180120_127.0.0.1_44018
19:13:00.306 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Notify connected event to listeners.
19:13:00.306 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:13:00.306 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0410c89-f8a2-42be-a64d-7b3201a6b408_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/370356001
19:13:00.378 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:13:02.212 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
19:13:02.212 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:13:02.212 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:13:02.544 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:13:05.169 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:13:06.785 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 20acc9b1-4477-4955-87eb-5b7e77b2ec65
19:13:06.785 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] RpcClient init label, labels = {module=naming, source=sdk}
19:13:06.787 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:13:06.788 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:13:06.788 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:13:06.789 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:13:06.903 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733829186795_127.0.0.1_44048
19:13:06.903 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Notify connected event to listeners.
19:13:06.903 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:13:06.903 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/370356001
19:13:06.957 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
19:13:06.985 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
19:13:07.469 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Receive server push request, request = NotifySubscriberRequest, requestId = 39
19:13:07.484 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Ack server push request, request = NotifySubscriberRequest, requestId = 39
19:13:07.719 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 12.919 seconds (JVM running for 14.6)
19:13:07.736 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
19:13:07.748 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
19:13:07.748 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
19:13:08.194 [http-nio-18081-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:13:09.194 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Receive server push request, request = NotifySubscriberRequest, requestId = 40
19:13:09.194 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20acc9b1-4477-4955-87eb-5b7e77b2ec65] Ack server push request, request = NotifySubscriberRequest, requestId = 40
19:19:17.722 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
19:19:17.725 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
19:19:18.060 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:19:18.060 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6567cb8d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:19:18.062 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733829186795_127.0.0.1_44048
19:19:18.063 [nacos-grpc-client-executor-94] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733829186795_127.0.0.1_44048]Ignore complete event,isRunning:false,isAbandon=false
19:19:18.065 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6ccdbd93[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 95]
19:19:26.588 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:19:28.558 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0
19:19:28.596 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 6 values
19:19:28.616 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
19:19:28.627 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
19:19:28.786 [main] INFO o.r.Reflections - [scan,232] - Reflections took 157 ms to scan 247 urls, producing 0 keys and 0 values
19:19:28.795 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
19:19:28.805 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
19:19:28.819 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values
19:19:28.942 [main] INFO o.r.Reflections - [scan,232] - Reflections took 120 ms to scan 247 urls, producing 0 keys and 0 values
19:19:28.946 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:19:28.947 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/973615092
19:19:28.948 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1168956689
19:19:28.949 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:19:28.950 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:19:28.957 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:19:30.285 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733829570126_127.0.0.1_45311
19:19:30.285 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Notify connected event to listeners.
19:19:30.285 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:19:30.286 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ef8082ea-4165-4606-8f08-a4ccc705d91c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1576416089
19:19:30.349 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:19:31.646 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
19:19:31.648 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:19:31.648 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:19:31.828 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:19:33.320 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:19:34.162 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5915aec4-07af-452e-a6a7-43ce37441c85
19:19:34.163 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] RpcClient init label, labels = {module=naming, source=sdk}
19:19:34.164 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:19:34.164 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:19:34.165 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:19:34.165 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:19:34.278 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733829574171_127.0.0.1_45319
19:19:34.278 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:19:34.278 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Notify connected event to listeners.
19:19:34.278 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1576416089
19:19:34.313 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
19:19:34.329 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
19:19:34.662 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 9.773 seconds (JVM running for 11.399)
19:19:34.671 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
19:19:34.680 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
19:19:34.680 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
19:19:34.821 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Receive server push request, request = NotifySubscriberRequest, requestId = 43
19:19:34.835 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Ack server push request, request = NotifySubscriberRequest, requestId = 43
19:19:34.870 [RMI TCP Connection(1)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:19:41.567 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Receive server push request, request = NotifySubscriberRequest, requestId = 44
19:19:41.567 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5915aec4-07af-452e-a6a7-43ce37441c85] Ack server push request, request = NotifySubscriberRequest, requestId = 44
19:33:23.973 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
19:33:23.984 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
19:33:24.323 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:33:24.324 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@fb1b87a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:33:24.324 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733829574171_127.0.0.1_45319
19:33:24.326 [nacos-grpc-client-executor-175] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733829574171_127.0.0.1_45319]Ignore complete event,isRunning:false,isAbandon=false
19:33:24.330 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3575e56[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 176]
19:33:31.953 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:33:33.924 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0
19:33:33.975 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 6 values
19:33:34.000 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
19:33:34.009 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
19:33:34.164 [main] INFO o.r.Reflections - [scan,232] - Reflections took 150 ms to scan 247 urls, producing 0 keys and 0 values
19:33:34.172 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
19:33:34.185 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
19:33:34.196 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
19:33:34.320 [main] INFO o.r.Reflections - [scan,232] - Reflections took 121 ms to scan 247 urls, producing 0 keys and 0 values
19:33:34.321 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:33:34.321 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1139915666
19:33:34.323 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1835777333
19:33:34.323 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:33:34.323 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:33:34.330 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:33:35.827 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733830415644_127.0.0.1_52980
19:33:35.827 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Notify connected event to listeners.
19:33:35.828 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:33:35.828 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1886247880
19:33:35.903 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:33:37.591 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
19:33:37.592 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:33:37.592 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:33:37.826 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:33:39.662 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:33:40.604 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 1e405b8e-18b4-4e25-851e-d54a4596c121
19:33:40.604 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] RpcClient init label, labels = {module=naming, source=sdk}
19:33:40.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:33:40.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:33:40.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:33:40.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:33:40.714 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733830420611_127.0.0.1_53010
19:33:40.714 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Notify connected event to listeners.
19:33:40.714 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:33:40.714 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1886247880
19:33:40.756 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
19:33:40.775 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
19:33:41.145 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 10.877 seconds (JVM running for 12.657)
19:33:41.153 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
19:33:41.157 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
19:33:41.157 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
19:33:41.337 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Receive server push request, request = NotifySubscriberRequest, requestId = 47
19:33:41.350 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Ack server push request, request = NotifySubscriberRequest, requestId = 47
19:33:41.761 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:33:50.592 [nacos-grpc-client-executor-11] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Receive server push request, request = NotifySubscriberRequest, requestId = 48
19:33:50.593 [nacos-grpc-client-executor-11] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1e405b8e-18b4-4e25-851e-d54a4596c121] Ack server push request, request = NotifySubscriberRequest, requestId = 48
19:34:11.636 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Server healthy check fail, currentConnection = 1733830415644_127.0.0.1_52980
19:34:11.637 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:34:11.749 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1733830451644_127.0.0.1_53117
19:34:11.749 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830415644_127.0.0.1_52980
19:34:11.749 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830415644_127.0.0.1_52980
19:34:11.752 [nacos-grpc-client-executor-17] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733830415644_127.0.0.1_52980]Ignore complete event,isRunning:false,isAbandon=true
19:34:11.754 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Notify disconnected event to listeners
19:34:11.754 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [27c1b9b4-76f9-4c4f-9bfe-2ba4081faf3c_config-0] Notify connected event to listeners.
19:34:12.112 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
19:34:12.115 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
19:34:12.454 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:34:12.454 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3ecc0857[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:34:12.455 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830420611_127.0.0.1_53010
19:34:12.455 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@15aa9f0d[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 16]
19:34:21.403 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:34:23.366 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b66f157e-362f-4804-93b2-64b43a661ffd_config-0
19:34:23.416 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
19:34:23.445 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
19:34:23.459 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values
19:34:23.635 [main] INFO o.r.Reflections - [scan,232] - Reflections took 173 ms to scan 247 urls, producing 0 keys and 0 values
19:34:23.646 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
19:34:23.660 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
19:34:23.673 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
19:34:23.799 [main] INFO o.r.Reflections - [scan,232] - Reflections took 123 ms to scan 247 urls, producing 0 keys and 0 values
19:34:23.803 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:34:23.804 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/606826010
19:34:23.804 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/967343730
19:34:23.805 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:34:23.805 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:34:23.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:34:25.209 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733830465025_127.0.0.1_53210
19:34:25.210 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify connected event to listeners.
19:34:25.211 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:34:25.211 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/296954388
19:34:25.281 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:34:26.592 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
19:34:26.592 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:34:26.592 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:34:26.780 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:34:28.298 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:34:29.160 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4d3a1f94-e828-4713-a19a-1a3410e9951b
19:34:29.160 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] RpcClient init label, labels = {module=naming, source=sdk}
19:34:29.162 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:34:29.162 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:34:29.163 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:34:29.163 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:34:29.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733830469167_127.0.0.1_53218
19:34:29.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:34:29.277 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify connected event to listeners.
19:34:29.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/296954388
19:34:29.314 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
19:34:29.330 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
19:34:29.656 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 9.941 seconds (JVM running for 11.604)
19:34:29.665 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
19:34:29.669 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
19:34:29.669 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
19:34:29.760 [RMI TCP Connection(1)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:34:29.817 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 51
19:34:29.830 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 51
19:34:46.531 [nacos-grpc-client-executor-12] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 52
19:34:46.531 [nacos-grpc-client-executor-12] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 52
19:38:02.878 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 53
19:38:02.878 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = ClientDetectionRequest, requestId = 54
19:38:02.878 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 53
19:38:02.878 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = ClientDetectionRequest, requestId = 54
19:38:03.433 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Server healthy check fail, currentConnection = 1733830469167_127.0.0.1_53218
19:38:03.433 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Server healthy check fail, currentConnection = 1733830465025_127.0.0.1_53210
19:38:03.434 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:38:03.434 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:38:03.561 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Success to connect a server [127.0.0.1:18848], connectionId = 1733830683442_127.0.0.1_53611
19:38:03.561 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1733830683442_127.0.0.1_53610
19:38:03.561 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830465025_127.0.0.1_53210
19:38:03.561 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830469167_127.0.0.1_53218
19:38:03.561 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830465025_127.0.0.1_53210
19:38:03.562 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830469167_127.0.0.1_53218
19:38:03.566 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify disconnected event to listeners
19:38:03.566 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:38:03.566 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify disconnected event to listeners
19:38:03.566 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:38:03.567 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify connected event to listeners.
19:38:03.568 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify connected event to listeners.
19:38:03.686 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1733830683574_127.0.0.1_53612
19:38:03.686 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Success to connect a server [127.0.0.1:18848], connectionId = 1733830683574_127.0.0.1_53613
19:38:03.686 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830683442_127.0.0.1_53610
19:38:03.686 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830683442_127.0.0.1_53611
19:38:03.686 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830683442_127.0.0.1_53610
19:38:03.686 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830683442_127.0.0.1_53611
19:38:03.690 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify disconnected event to listeners
19:38:03.690 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify disconnected event to listeners
19:38:03.691 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify connected event to listeners.
19:38:03.691 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify connected event to listeners.
19:38:03.693 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Server check success, currentServer is 127.0.0.1:18848
19:38:06.395 [nacos-grpc-client-executor-35] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 57
19:38:06.396 [nacos-grpc-client-executor-35] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 57
19:38:06.398 [nacos-grpc-client-executor-36] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 58
19:38:06.407 [nacos-grpc-client-executor-36] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 58
19:40:27.586 [nacos-grpc-client-executor-64] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 60
19:40:27.591 [nacos-grpc-client-executor-64] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 60
19:40:53.074 [nacos-grpc-client-executor-69] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 62
19:40:53.084 [nacos-grpc-client-executor-69] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 62
19:44:26.877 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = ClientDetectionRequest, requestId = 64
19:44:26.877 [nacos-grpc-client-executor-66] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 65
19:44:26.877 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Server healthy check fail, currentConnection = 1733830683574_127.0.0.1_53612
19:44:26.880 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Server healthy check fail, currentConnection = 1733830683574_127.0.0.1_53613
19:44:26.880 [nacos-grpc-client-executor-66] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 65
19:44:26.880 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:44:26.877 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = ClientDetectionRequest, requestId = 64
19:44:26.880 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:44:26.881 [nacos-grpc-client-executor-66] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733830683574_127.0.0.1_53612]Ignore complete event,isRunning:false,isAbandon=false
19:44:26.881 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733830683574_127.0.0.1_53613]Ignore complete event,isRunning:false,isAbandon=false
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1733831066887_127.0.0.1_54358
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Success to connect a server [127.0.0.1:18848], connectionId = 1733831066887_127.0.0.1_54357
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830683574_127.0.0.1_53612
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733830683574_127.0.0.1_53613
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830683574_127.0.0.1_53612
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733830683574_127.0.0.1_53613
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify disconnected event to listeners
19:44:26.992 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify disconnected event to listeners
19:44:26.993 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b66f157e-362f-4804-93b2-64b43a661ffd_config-0] Notify connected event to listeners.
19:44:26.993 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Notify connected event to listeners.
19:44:27.094 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Server check success, currentServer is 127.0.0.1:18848
19:44:30.472 [nacos-grpc-client-executor-82] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 67
19:44:30.472 [nacos-grpc-client-executor-82] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 67
19:44:30.475 [nacos-grpc-client-executor-83] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Receive server push request, request = NotifySubscriberRequest, requestId = 69
19:44:30.483 [nacos-grpc-client-executor-83] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4d3a1f94-e828-4713-a19a-1a3410e9951b] Ack server push request, request = NotifySubscriberRequest, requestId = 69

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,967 +0,0 @@
09:45:03.696 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:45:05.694 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0
09:45:05.735 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
09:45:05.758 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
09:45:05.767 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 3 keys and 10 values
09:45:05.938 [main] INFO o.r.Reflections - [scan,232] - Reflections took 167 ms to scan 247 urls, producing 0 keys and 0 values
09:45:05.947 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
09:45:05.957 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
09:45:05.968 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
09:45:06.092 [main] INFO o.r.Reflections - [scan,232] - Reflections took 121 ms to scan 247 urls, producing 0 keys and 0 values
09:45:06.093 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:45:06.093 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/650410100
09:45:06.093 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1108367077
09:45:06.095 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:45:06.095 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:45:06.101 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:45:07.480 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734054307304_127.0.0.1_41564
09:45:07.481 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Notify connected event to listeners.
09:45:07.481 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:45:07.481 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f800c44-ef7f-4572-be9e-d5d5f6ddcffd_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/254416915
09:45:07.568 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:45:11.249 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
09:45:11.250 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:45:11.251 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:45:11.549 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:45:12.931 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
09:45:14.507 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8e06d8c2-e26b-4b48-a641-d6487e6bbc63
09:45:14.508 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] RpcClient init label, labels = {module=naming, source=sdk}
09:45:14.510 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:45:14.510 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:45:14.510 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:45:14.511 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:45:14.622 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734054314515_127.0.0.1_41579
09:45:14.622 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Notify connected event to listeners.
09:45:14.622 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:45:14.622 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/254416915
09:45:14.663 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
09:45:14.692 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
09:45:15.067 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 13.031 seconds (JVM running for 15.088)
09:45:15.087 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
09:45:15.111 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
09:45:15.112 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
09:45:15.244 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Receive server push request, request = NotifySubscriberRequest, requestId = 3
09:45:15.257 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Ack server push request, request = NotifySubscriberRequest, requestId = 3
09:45:15.909 [RMI TCP Connection(6)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:45:52.074 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Receive server push request, request = NotifySubscriberRequest, requestId = 7
09:45:52.075 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8e06d8c2-e26b-4b48-a641-d6487e6bbc63] Ack server push request, request = NotifySubscriberRequest, requestId = 7
09:56:14.778 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
09:56:14.783 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
09:56:15.101 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
09:56:15.102 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@77ef1c89[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
09:56:15.102 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734054314515_127.0.0.1_41579
09:56:15.103 [nacos-grpc-client-executor-159] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734054314515_127.0.0.1_41579]Ignore complete event,isRunning:false,isAbandon=false
09:56:15.104 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6657d9fe[Running, pool size = 5, active threads = 1, queued tasks = 0, completed tasks = 159]
09:56:25.700 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:56:27.673 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0
09:56:27.719 [main] INFO o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 6 values
09:56:27.742 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values
09:56:27.754 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
09:56:27.940 [main] INFO o.r.Reflections - [scan,232] - Reflections took 184 ms to scan 247 urls, producing 0 keys and 0 values
09:56:27.952 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 5 values
09:56:27.967 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 7 values
09:56:27.985 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values
09:56:28.129 [main] INFO o.r.Reflections - [scan,232] - Reflections took 142 ms to scan 247 urls, producing 0 keys and 0 values
09:56:28.132 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:56:28.134 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1511799988
09:56:28.135 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1991075605
09:56:28.135 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:56:28.136 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:56:28.144 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:56:29.567 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734054989396_127.0.0.1_42857
09:56:29.568 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Notify connected event to listeners.
09:56:29.568 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:56:29.568 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9ff3934b-c264-4f18-aa61-a3ec8265e80e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1192529727
09:56:29.638 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:56:31.122 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
09:56:31.123 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:56:31.123 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:56:31.331 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:56:32.534 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
09:56:34.013 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of dfb0adbc-db31-4818-815e-b537fff4f1f6
09:56:34.014 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] RpcClient init label, labels = {module=naming, source=sdk}
09:56:34.015 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:56:34.015 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:56:34.015 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:56:34.016 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:56:34.136 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734054994022_127.0.0.1_42992
09:56:34.136 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:56:34.136 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Notify connected event to listeners.
09:56:34.136 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1192529727
09:56:34.172 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
09:56:34.189 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
09:56:34.579 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 10.5 seconds (JVM running for 12.371)
09:56:34.601 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
09:56:34.621 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
09:56:34.622 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
09:56:34.665 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Receive server push request, request = NotifySubscriberRequest, requestId = 26
09:56:34.679 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Ack server push request, request = NotifySubscriberRequest, requestId = 26
09:56:35.222 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:57:19.341 [nacos-grpc-client-executor-18] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Receive server push request, request = NotifySubscriberRequest, requestId = 38
09:57:19.342 [nacos-grpc-client-executor-18] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Ack server push request, request = NotifySubscriberRequest, requestId = 38
10:07:08.455 [nacos-grpc-client-executor-138] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Receive server push request, request = NotifySubscriberRequest, requestId = 50
10:07:08.466 [nacos-grpc-client-executor-138] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Ack server push request, request = NotifySubscriberRequest, requestId = 50
10:07:26.727 [nacos-grpc-client-executor-143] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Receive server push request, request = NotifySubscriberRequest, requestId = 54
10:07:26.737 [nacos-grpc-client-executor-143] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dfb0adbc-db31-4818-815e-b537fff4f1f6] Ack server push request, request = NotifySubscriberRequest, requestId = 54
10:20:05.375 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:20:05.379 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:20:05.724 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:20:05.724 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3b227647[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:20:05.724 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734054994022_127.0.0.1_42992
10:20:05.725 [nacos-grpc-client-executor-308] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734054994022_127.0.0.1_42992]Ignore complete event,isRunning:false,isAbandon=false
10:20:05.730 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@38a967d4[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 309]
10:20:14.885 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:20:17.034 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0
10:20:17.080 [main] INFO o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 3 keys and 6 values
10:20:17.107 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values
10:20:17.126 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values
10:20:17.299 [main] INFO o.r.Reflections - [scan,232] - Reflections took 171 ms to scan 247 urls, producing 0 keys and 0 values
10:20:17.307 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
10:20:17.319 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
10:20:17.328 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
10:20:17.455 [main] INFO o.r.Reflections - [scan,232] - Reflections took 125 ms to scan 247 urls, producing 0 keys and 0 values
10:20:17.458 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:20:17.459 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1607458416
10:20:17.459 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1301653294
10:20:17.460 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:20:17.460 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:20:17.466 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:20:18.971 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734056418796_127.0.0.1_42766
10:20:18.971 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Notify connected event to listeners.
10:20:18.972 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:20:18.973 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7c7e1642-c087-48fc-9cf9-19d071ca37e7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/529893402
10:20:19.044 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:20:20.612 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:20:20.612 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:20:20.612 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:20:20.896 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:20:22.291 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:20:25.631 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a0338500-bb68-4eba-b007-7fbe048ff924
10:20:25.632 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] RpcClient init label, labels = {module=naming, source=sdk}
10:20:25.634 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:20:25.634 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:20:25.634 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:20:25.634 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:20:25.758 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734056425640_127.0.0.1_42913
10:20:25.758 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Notify connected event to listeners.
10:20:25.758 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:20:25.759 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/529893402
10:20:25.798 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:20:25.817 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
10:20:26.318 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Receive server push request, request = NotifySubscriberRequest, requestId = 108
10:20:26.331 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a0338500-bb68-4eba-b007-7fbe048ff924] Ack server push request, request = NotifySubscriberRequest, requestId = 108
10:20:27.126 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.273 seconds (JVM running for 16.206)
10:20:27.145 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:20:27.167 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:20:27.169 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:20:27.659 [RMI TCP Connection(5)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:21:46.808 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:21:46.813 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:21:47.155 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:21:47.155 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6a02e9c1[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:21:47.155 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734056425640_127.0.0.1_42913
10:21:47.157 [nacos-grpc-client-executor-27] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734056425640_127.0.0.1_42913]Ignore complete event,isRunning:false,isAbandon=false
10:21:47.159 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3c524cd[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 28]
10:22:02.634 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:22:04.612 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 18753d01-ecc2-4ec7-be08-da238d2767a6_config-0
10:22:04.657 [main] INFO o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 3 keys and 6 values
10:22:04.681 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values
10:22:04.697 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 3 keys and 10 values
10:22:04.873 [main] INFO o.r.Reflections - [scan,232] - Reflections took 171 ms to scan 247 urls, producing 0 keys and 0 values
10:22:04.883 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
10:22:04.897 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
10:22:04.907 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
10:22:05.073 [main] INFO o.r.Reflections - [scan,232] - Reflections took 164 ms to scan 247 urls, producing 0 keys and 0 values
10:22:05.077 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:22:05.078 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1845137754
10:22:05.079 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/2013613908
10:22:05.079 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:22:05.080 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:22:05.089 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:22:06.663 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734056526471_127.0.0.1_43606
10:22:06.663 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Notify connected event to listeners.
10:22:06.663 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:22:06.664 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [18753d01-ecc2-4ec7-be08-da238d2767a6_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/688197093
10:22:06.735 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:22:08.209 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:22:08.210 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:22:08.210 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:22:08.422 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:22:09.669 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:22:13.250 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6907ebc0-9132-4c08-9fe4-b17d823dea51
10:22:13.251 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] RpcClient init label, labels = {module=naming, source=sdk}
10:22:13.252 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:22:13.252 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:22:13.252 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:22:13.253 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:22:13.363 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734056533258_127.0.0.1_43653
10:22:13.363 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:22:13.363 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Notify connected event to listeners.
10:22:13.363 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/688197093
10:22:13.399 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:22:13.470 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
10:22:13.919 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Receive server push request, request = NotifySubscriberRequest, requestId = 125
10:22:13.932 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Ack server push request, request = NotifySubscriberRequest, requestId = 125
10:22:14.837 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.05 seconds (JVM running for 16.097)
10:22:14.855 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:22:14.869 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:22:14.878 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:22:15.594 [RMI TCP Connection(3)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:22:19.480 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Receive server push request, request = NotifySubscriberRequest, requestId = 131
10:22:19.480 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6907ebc0-9132-4c08-9fe4-b17d823dea51] Ack server push request, request = NotifySubscriberRequest, requestId = 131
10:26:52.857 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:26:52.861 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:26:53.191 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:26:53.191 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2b09c97[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:26:53.191 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734056533258_127.0.0.1_43653
10:26:53.193 [nacos-grpc-client-executor-67] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734056533258_127.0.0.1_43653]Ignore complete event,isRunning:false,isAbandon=false
10:26:53.195 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@76bb250f[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 68]
10:27:01.466 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:27:03.469 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8288c61c-c545-4cef-8c1e-80a86236fd80_config-0
10:27:03.529 [main] INFO o.r.Reflections - [scan,232] - Reflections took 36 ms to scan 1 urls, producing 3 keys and 6 values
10:27:03.562 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values
10:27:03.581 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values
10:27:03.790 [main] INFO o.r.Reflections - [scan,232] - Reflections took 204 ms to scan 247 urls, producing 0 keys and 0 values
10:27:03.799 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
10:27:03.813 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
10:27:03.825 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values
10:27:04.014 [main] INFO o.r.Reflections - [scan,232] - Reflections took 186 ms to scan 247 urls, producing 0 keys and 0 values
10:27:04.015 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:27:04.016 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/224219987
10:27:04.016 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/606826010
10:27:04.017 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:27:04.017 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:27:04.026 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:27:05.964 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734056825765_127.0.0.1_55269
10:27:05.965 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Notify connected event to listeners.
10:27:05.965 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:27:05.966 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8288c61c-c545-4cef-8c1e-80a86236fd80_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1530504166
10:27:06.071 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:27:08.334 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:27:08.336 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:27:08.336 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:27:08.632 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:27:10.463 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:27:14.564 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5940262a-04be-4ec8-9534-bc7f86fb9b5e
10:27:14.564 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] RpcClient init label, labels = {module=naming, source=sdk}
10:27:14.565 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:27:14.566 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:27:14.566 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:27:14.566 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:27:14.677 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734056834571_127.0.0.1_55504
10:27:14.677 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Notify connected event to listeners.
10:27:14.677 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:27:14.678 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1530504166
10:27:14.740 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:27:14.761 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
10:27:15.311 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Receive server push request, request = NotifySubscriberRequest, requestId = 140
10:27:15.324 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Ack server push request, request = NotifySubscriberRequest, requestId = 140
10:27:16.228 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 16.572 seconds (JVM running for 18.487)
10:27:16.248 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:27:16.263 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:27:16.265 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:27:17.260 [RMI TCP Connection(4)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:27:29.065 [nacos-grpc-client-executor-12] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Receive server push request, request = NotifySubscriberRequest, requestId = 147
10:27:29.067 [nacos-grpc-client-executor-12] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Ack server push request, request = NotifySubscriberRequest, requestId = 147
10:28:09.326 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Receive server push request, request = NotifySubscriberRequest, requestId = 152
10:28:09.331 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Ack server push request, request = NotifySubscriberRequest, requestId = 152
10:28:14.016 [nacos-grpc-client-executor-22] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Receive server push request, request = NotifySubscriberRequest, requestId = 156
10:28:14.035 [nacos-grpc-client-executor-22] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5940262a-04be-4ec8-9534-bc7f86fb9b5e] Ack server push request, request = NotifySubscriberRequest, requestId = 156
10:37:31.279 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:37:31.281 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:37:31.597 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:37:31.597 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6367c45a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:37:31.597 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734056834571_127.0.0.1_55504
10:37:31.598 [nacos-grpc-client-executor-137] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734056834571_127.0.0.1_55504]Ignore complete event,isRunning:false,isAbandon=false
10:37:31.599 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@354787c6[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 138]
10:37:39.603 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:37:41.570 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0
10:37:41.630 [main] INFO o.r.Reflections - [scan,232] - Reflections took 42 ms to scan 1 urls, producing 3 keys and 6 values
10:37:41.671 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values
10:37:41.690 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values
10:37:41.869 [main] INFO o.r.Reflections - [scan,232] - Reflections took 175 ms to scan 247 urls, producing 0 keys and 0 values
10:37:41.879 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
10:37:41.892 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
10:37:41.905 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
10:37:42.084 [main] INFO o.r.Reflections - [scan,232] - Reflections took 175 ms to scan 247 urls, producing 0 keys and 0 values
10:37:42.088 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:37:42.089 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/2066770847
10:37:42.089 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/337777621
10:37:42.089 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:37:42.090 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:37:42.096 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:37:44.016 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734057463845_127.0.0.1_56912
10:37:44.016 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Notify connected event to listeners.
10:37:44.017 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:37:44.017 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e2938671-45aa-49f3-9ed5-604d6fe723ed_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1312690617
10:37:44.097 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:37:45.667 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:37:45.668 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:37:45.668 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:37:45.884 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:37:47.266 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:37:50.810 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 00c06380-1260-417a-942f-0a0065d4ef8d
10:37:50.811 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] RpcClient init label, labels = {module=naming, source=sdk}
10:37:50.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:37:50.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:37:50.813 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:37:50.813 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:37:50.941 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734057470818_127.0.0.1_57133
10:37:50.941 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:37:50.941 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Notify connected event to listeners.
10:37:50.941 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1312690617
10:37:50.980 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:37:51.002 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
10:37:51.533 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Receive server push request, request = NotifySubscriberRequest, requestId = 161
10:37:51.546 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Ack server push request, request = NotifySubscriberRequest, requestId = 161
10:37:52.356 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.48 seconds (JVM running for 16.261)
10:37:52.378 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:37:52.399 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:37:52.400 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:37:53.146 [RMI TCP Connection(3)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:38:14.093 [nacos-grpc-client-executor-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Receive server push request, request = NotifySubscriberRequest, requestId = 171
10:38:14.093 [nacos-grpc-client-executor-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Ack server push request, request = NotifySubscriberRequest, requestId = 171
10:38:38.790 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Receive server push request, request = NotifySubscriberRequest, requestId = 175
10:38:38.798 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Ack server push request, request = NotifySubscriberRequest, requestId = 175
10:38:52.316 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Receive server push request, request = NotifySubscriberRequest, requestId = 178
10:38:52.323 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [00c06380-1260-417a-942f-0a0065d4ef8d] Ack server push request, request = NotifySubscriberRequest, requestId = 178
10:44:49.240 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:44:49.244 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:44:49.576 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:44:49.576 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@780b2256[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:44:49.576 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734057470818_127.0.0.1_57133
10:44:49.579 [nacos-grpc-client-executor-99] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734057470818_127.0.0.1_57133]Ignore complete event,isRunning:false,isAbandon=false
10:44:49.581 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@15585f89[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 100]
10:47:31.809 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:47:33.803 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0
10:47:33.842 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
10:47:33.864 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
10:47:33.874 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
10:47:34.026 [main] INFO o.r.Reflections - [scan,232] - Reflections took 148 ms to scan 247 urls, producing 0 keys and 0 values
10:47:34.033 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
10:47:34.047 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
10:47:34.058 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
10:47:34.205 [main] INFO o.r.Reflections - [scan,232] - Reflections took 145 ms to scan 247 urls, producing 0 keys and 0 values
10:47:34.209 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:47:34.209 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1449360639
10:47:34.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/691540605
10:47:34.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:47:34.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:47:34.215 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:47:35.672 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734058055509_127.0.0.1_58150
10:47:35.672 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Notify connected event to listeners.
10:47:35.672 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:47:35.673 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0ee797de-49e9-41d2-82e2-e8e8b7d089e1_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1377988183
10:47:35.746 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:47:37.077 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:47:37.077 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:47:37.077 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:47:37.277 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:47:38.546 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:47:42.235 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of dc30570f-45ab-4b2b-93ba-7c2f6fc81657
10:47:42.235 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] RpcClient init label, labels = {module=naming, source=sdk}
10:47:42.237 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:47:42.238 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:47:42.238 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:47:42.238 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:47:42.349 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734058062243_127.0.0.1_58291
10:47:42.349 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Notify connected event to listeners.
10:47:42.349 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:47:42.349 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1377988183
10:47:42.385 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:47:42.406 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
10:47:42.940 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Receive server push request, request = NotifySubscriberRequest, requestId = 184
10:47:42.952 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Ack server push request, request = NotifySubscriberRequest, requestId = 184
10:47:43.919 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 13.92 seconds (JVM running for 15.712)
10:47:43.942 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:47:43.957 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:47:43.959 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:47:44.472 [RMI TCP Connection(2)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:51:26.562 [nacos-grpc-client-executor-56] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Receive server push request, request = NotifySubscriberRequest, requestId = 194
10:51:26.563 [nacos-grpc-client-executor-56] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Ack server push request, request = NotifySubscriberRequest, requestId = 194
10:56:00.536 [nacos-grpc-client-executor-114] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Receive server push request, request = NotifySubscriberRequest, requestId = 197
10:56:00.556 [nacos-grpc-client-executor-114] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Ack server push request, request = NotifySubscriberRequest, requestId = 197
10:56:50.318 [nacos-grpc-client-executor-125] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Receive server push request, request = NotifySubscriberRequest, requestId = 201
10:56:50.337 [nacos-grpc-client-executor-125] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [dc30570f-45ab-4b2b-93ba-7c2f6fc81657] Ack server push request, request = NotifySubscriberRequest, requestId = 201
10:57:33.443 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:57:35.922 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0
10:57:36.005 [main] INFO o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 3 keys and 6 values
10:57:36.050 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 4 keys and 9 values
10:57:36.064 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
10:57:36.321 [main] INFO o.r.Reflections - [scan,232] - Reflections took 251 ms to scan 247 urls, producing 0 keys and 0 values
10:57:36.334 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
10:57:36.350 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values
10:57:36.367 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values
10:57:36.576 [main] INFO o.r.Reflections - [scan,232] - Reflections took 204 ms to scan 247 urls, producing 0 keys and 0 values
10:57:36.580 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:57:36.583 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/2042120257
10:57:36.584 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1296153103
10:57:36.586 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:57:36.589 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:57:36.613 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:57:39.347 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734058659073_127.0.0.1_37239
10:57:39.349 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Notify connected event to listeners.
10:57:39.349 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:57:39.350 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ba492504-d61b-44d3-8b26-d46357d6c9f9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/966567431
10:57:39.487 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:57:43.173 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:57:43.173 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:57:43.173 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:57:43.592 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:57:46.549 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:57:51.558 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4ea38114-a109-4b01-90e8-980e56f46a26
10:57:51.559 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] RpcClient init label, labels = {module=naming, source=sdk}
10:57:51.565 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:57:51.566 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:57:51.567 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:57:51.569 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:57:51.698 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734058671580_127.0.0.1_37247
10:57:51.699 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Notify connected event to listeners.
10:57:51.699 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:57:51.699 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/966567431
10:57:51.776 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:57:51.821 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
10:57:52.273 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Receive server push request, request = NotifySubscriberRequest, requestId = 204
10:57:52.296 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Ack server push request, request = NotifySubscriberRequest, requestId = 204
10:57:53.364 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 22.398 seconds (JVM running for 26.13)
10:57:53.403 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:57:53.426 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:57:53.429 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:57:54.668 [RMI TCP Connection(4)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:58:24.204 [nacos-grpc-client-executor-19] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Receive server push request, request = NotifySubscriberRequest, requestId = 206
10:58:24.206 [nacos-grpc-client-executor-19] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Ack server push request, request = NotifySubscriberRequest, requestId = 206
11:13:31.607 [nacos-grpc-client-executor-211] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Receive server push request, request = NotifySubscriberRequest, requestId = 212
11:13:31.659 [nacos-grpc-client-executor-211] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4ea38114-a109-4b01-90e8-980e56f46a26] Ack server push request, request = NotifySubscriberRequest, requestId = 212
11:13:31.823 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
11:13:31.847 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
11:13:32.246 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
11:13:32.247 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@35575a3b[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
11:13:32.249 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734058671580_127.0.0.1_37247
11:13:32.264 [nacos-grpc-client-executor-214] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734058671580_127.0.0.1_37247]Ignore complete event,isRunning:false,isAbandon=false
11:13:32.291 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1267f12b[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 215]
11:21:34.766 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
11:21:36.858 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c653e41a-1826-4868-a817-c3bc18f69f19_config-0
11:21:36.905 [main] INFO o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 3 keys and 6 values
11:21:36.930 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values
11:21:36.949 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 3 keys and 10 values
11:21:37.153 [main] INFO o.r.Reflections - [scan,232] - Reflections took 201 ms to scan 247 urls, producing 0 keys and 0 values
11:21:37.162 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
11:21:37.175 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
11:21:37.185 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
11:21:37.357 [main] INFO o.r.Reflections - [scan,232] - Reflections took 169 ms to scan 247 urls, producing 0 keys and 0 values
11:21:37.358 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:21:37.359 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/643328884
11:21:37.360 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1391818342
11:21:37.360 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:21:37.361 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:21:37.368 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
11:21:39.269 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734060099052_127.0.0.1_30348
11:21:39.271 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Notify connected event to listeners.
11:21:39.271 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:21:39.272 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1716661933
11:21:39.381 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
11:21:42.055 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
11:21:42.056 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:21:42.057 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
11:21:42.464 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:21:44.740 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
11:21:49.474 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9cfb8ac2-e091-4e44-85f9-363cad9eaf65
11:21:49.474 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] RpcClient init label, labels = {module=naming, source=sdk}
11:21:49.476 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:21:49.477 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:21:49.477 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:21:49.478 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
11:21:49.600 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734060109484_127.0.0.1_30499
11:21:49.600 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Notify connected event to listeners.
11:21:49.600 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:21:49.600 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1716661933
11:21:49.655 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
11:21:49.685 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 169.254.32.210:18081 register finished
11:21:50.185 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Receive server push request, request = NotifySubscriberRequest, requestId = 215
11:21:50.203 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Ack server push request, request = NotifySubscriberRequest, requestId = 215
11:21:51.451 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 18.709 seconds (JVM running for 20.818)
11:21:51.492 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
11:21:51.520 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
11:21:51.521 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
11:21:52.693 [RMI TCP Connection(2)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:22:51.333 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Receive server push request, request = NotifySubscriberRequest, requestId = 223
11:22:51.333 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Ack server push request, request = NotifySubscriberRequest, requestId = 223
11:54:22.552 [nacos-grpc-client-executor-192] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Receive server push request, request = ClientDetectionRequest, requestId = 224
11:54:22.552 [nacos-grpc-client-executor-186] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 225
11:54:22.553 [nacos-grpc-client-executor-192] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9cfb8ac2-e091-4e44-85f9-363cad9eaf65] Ack server push request, request = ClientDetectionRequest, requestId = 224
11:54:22.553 [nacos-grpc-client-executor-186] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c653e41a-1826-4868-a817-c3bc18f69f19_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 225
11:56:24.450 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
11:56:24.453 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
11:56:24.784 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
11:56:24.785 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@9b1ae9a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
11:56:24.785 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734060109484_127.0.0.1_30499
11:56:24.786 [nacos-grpc-client-executor-225] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734060109484_127.0.0.1_30499]Ignore complete event,isRunning:false,isAbandon=false
11:56:24.788 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6d813470[Running, pool size = 8, active threads = 0, queued tasks = 0, completed tasks = 226]
11:56:33.086 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
11:56:35.048 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0
11:56:35.093 [main] INFO o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 3 keys and 6 values
11:56:35.118 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
11:56:35.130 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
11:56:35.315 [main] INFO o.r.Reflections - [scan,232] - Reflections took 182 ms to scan 247 urls, producing 0 keys and 0 values
11:56:35.327 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 5 values
11:56:35.340 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
11:56:35.353 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
11:56:35.513 [main] INFO o.r.Reflections - [scan,232] - Reflections took 156 ms to scan 247 urls, producing 0 keys and 0 values
11:56:35.515 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:56:35.515 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/2142411945
11:56:35.516 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/505756829
11:56:35.516 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:56:35.516 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:56:35.523 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
11:56:37.450 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734062197241_127.0.0.1_58680
11:56:37.450 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Notify connected event to listeners.
11:56:37.451 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:56:37.451 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/89144801
11:56:37.525 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
11:56:39.093 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
11:56:39.093 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:56:39.093 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
11:56:39.278 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:56:40.412 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
11:56:41.864 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 13b4b64b-f53f-4668-a3e4-d76562046c1e
11:56:41.864 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] RpcClient init label, labels = {module=naming, source=sdk}
11:56:41.866 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:56:41.866 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:56:41.866 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:56:41.866 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
11:56:41.984 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734062201872_127.0.0.1_58749
11:56:41.984 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:56:41.984 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Notify connected event to listeners.
11:56:41.984 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/89144801
11:56:42.019 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
11:56:42.037 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
11:56:42.439 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 11.03 seconds (JVM running for 12.85)
11:56:42.460 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
11:56:42.484 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
11:56:42.485 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
11:56:42.607 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Receive server push request, request = NotifySubscriberRequest, requestId = 232
11:56:42.620 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Ack server push request, request = NotifySubscriberRequest, requestId = 232
11:56:43.219 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:58:10.171 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Receive server push request, request = NotifySubscriberRequest, requestId = 243
11:58:10.172 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Ack server push request, request = NotifySubscriberRequest, requestId = 243
13:02:06.310 [nacos-grpc-client-executor-114] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 245
13:02:06.313 [nacos-grpc-client-executor-114] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [958265ac-4aab-4524-b3a4-8c41ab0ccbcc_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 245
13:02:06.359 [nacos-grpc-client-executor-111] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Receive server push request, request = ClientDetectionRequest, requestId = 248
13:02:06.360 [nacos-grpc-client-executor-111] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Ack server push request, request = ClientDetectionRequest, requestId = 248
13:03:05.257 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:03:05.265 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:03:05.436 [nacos-grpc-client-executor-127] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Receive server push request, request = NotifySubscriberRequest, requestId = 252
13:03:05.454 [nacos-grpc-client-executor-127] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [13b4b64b-f53f-4668-a3e4-d76562046c1e] Ack server push request, request = NotifySubscriberRequest, requestId = 252
13:03:05.599 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:03:05.599 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@71c6d4ce[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:03:05.600 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734062201872_127.0.0.1_58749
13:03:05.602 [nacos-grpc-client-executor-128] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734062201872_127.0.0.1_58749]Ignore complete event,isRunning:false,isAbandon=false
13:03:05.610 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@57eaabea[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 129]
13:31:16.147 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:31:18.139 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4c6f3d81-0590-4a26-9ab6-b802c94d6205_config-0
13:31:18.190 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 6 values
13:31:18.219 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
13:31:18.231 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:31:57.921 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:31:59.898 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9f05ae18-8f37-4526-a20a-c83c869e751b_config-0
13:31:59.936 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
13:31:59.959 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
13:31:59.970 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:32:00.127 [main] INFO o.r.Reflections - [scan,232] - Reflections took 154 ms to scan 247 urls, producing 0 keys and 0 values
13:32:00.135 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
13:32:00.146 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
13:32:00.157 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
13:32:00.283 [main] INFO o.r.Reflections - [scan,232] - Reflections took 122 ms to scan 247 urls, producing 0 keys and 0 values
13:32:00.284 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:32:00.284 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/2142411945
13:32:00.285 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/505756829
13:32:00.286 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:32:00.286 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:32:00.292 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:32:01.675 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734067921503_127.0.0.1_36931
13:32:01.675 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Notify connected event to listeners.
13:32:01.676 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:32:01.676 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/855286124
13:32:01.748 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:32:03.660 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
13:32:03.661 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:32:03.661 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:32:03.995 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:32:05.791 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:32:08.333 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2adcf0e5-3fbe-460b-83c6-756fca41d421
13:32:08.333 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] RpcClient init label, labels = {module=naming, source=sdk}
13:32:08.335 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:32:08.335 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:32:08.336 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:32:08.338 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:32:08.461 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734067928343_127.0.0.1_36937
13:32:08.461 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:32:08.461 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Notify connected event to listeners.
13:32:08.461 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/855286124
13:32:08.510 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
13:32:08.538 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
13:32:09.045 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 258
13:32:09.060 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 258
13:32:09.131 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 12.944 seconds (JVM running for 14.698)
13:32:09.162 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
13:32:09.189 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
13:32:09.190 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
13:32:10.183 [RMI TCP Connection(4)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:32:13.825 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 260
13:32:13.826 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 260
13:35:14.735 [nacos-grpc-client-executor-49] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 264
13:35:14.743 [nacos-grpc-client-executor-49] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 264
13:35:58.209 [nacos-grpc-client-executor-57] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 268
13:35:58.223 [nacos-grpc-client-executor-57] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 268
13:37:07.021 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 272
13:37:07.031 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 272
13:37:44.386 [nacos-grpc-client-executor-80] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 275
13:37:44.395 [nacos-grpc-client-executor-80] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 275
13:38:19.981 [nacos-grpc-client-executor-87] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 277
13:38:19.993 [nacos-grpc-client-executor-87] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 277
13:38:41.064 [nacos-grpc-client-executor-91] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 280
13:38:41.072 [nacos-grpc-client-executor-91] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 280
13:39:21.317 [nacos-grpc-client-executor-99] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 284
13:39:21.337 [nacos-grpc-client-executor-99] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 284
13:39:54.947 [nacos-grpc-client-executor-106] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 287
13:39:54.957 [nacos-grpc-client-executor-106] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 287
13:40:26.535 [nacos-grpc-client-executor-112] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 290
13:40:26.545 [nacos-grpc-client-executor-112] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 290
13:41:24.306 [nacos-grpc-client-executor-124] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 294
13:41:24.315 [nacos-grpc-client-executor-124] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 294
13:42:59.573 [nacos-grpc-client-executor-143] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 296
13:42:59.583 [nacos-grpc-client-executor-143] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 296
13:43:20.535 [nacos-grpc-client-executor-149] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 299
13:43:20.543 [nacos-grpc-client-executor-149] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 299
13:49:36.832 [nacos-grpc-client-executor-215] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = ClientDetectionRequest, requestId = 303
13:49:36.832 [nacos-grpc-client-executor-215] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = ClientDetectionRequest, requestId = 303
14:04:34.162 [nacos-grpc-client-executor-346] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 305
14:04:34.162 [nacos-grpc-client-executor-346] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f05ae18-8f37-4526-a20a-c83c869e751b_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 305
14:04:34.164 [nacos-grpc-client-executor-358] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = ClientDetectionRequest, requestId = 307
14:04:34.164 [nacos-grpc-client-executor-358] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = ClientDetectionRequest, requestId = 307
14:04:34.694 [nacos-grpc-client-executor-359] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Receive server push request, request = NotifySubscriberRequest, requestId = 310
14:04:34.694 [nacos-grpc-client-executor-359] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2adcf0e5-3fbe-460b-83c6-756fca41d421] Ack server push request, request = NotifySubscriberRequest, requestId = 310
14:13:08.513 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
14:13:08.543 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
14:13:30.843 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
14:13:32.817 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0
14:13:32.876 [main] INFO o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 6 values
14:13:32.908 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
14:13:32.921 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values
14:13:33.130 [main] INFO o.r.Reflections - [scan,232] - Reflections took 204 ms to scan 247 urls, producing 0 keys and 0 values
14:13:33.140 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
14:13:33.159 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values
14:13:33.174 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values
14:13:33.360 [main] INFO o.r.Reflections - [scan,232] - Reflections took 182 ms to scan 247 urls, producing 0 keys and 0 values
14:13:33.365 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:13:33.366 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/125549276
14:13:33.366 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1010434098
14:13:33.367 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:13:33.368 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:13:33.377 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
14:13:35.387 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734070415201_127.0.0.1_39996
14:13:35.387 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Notify connected event to listeners.
14:13:35.387 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:13:35.388 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1933493643
14:13:35.490 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
14:13:38.687 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
14:13:38.688 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:13:38.688 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
14:13:38.951 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:13:40.099 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
14:13:43.334 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8fddf15b-0a12-4f2e-a329-2d1b0404f7c8
14:13:43.334 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] RpcClient init label, labels = {module=naming, source=sdk}
14:13:43.336 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:13:43.336 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:13:43.337 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:13:43.338 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
14:13:43.455 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734070423341_127.0.0.1_40144
14:13:43.455 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Notify connected event to listeners.
14:13:43.455 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:13:43.455 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1933493643
14:13:43.490 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
14:13:43.507 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
14:13:44.022 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 311
14:13:44.033 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 311
14:13:44.792 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 15.738 seconds (JVM running for 29.828)
14:13:44.812 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
14:13:44.836 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
14:13:44.837 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
14:13:45.552 [RMI TCP Connection(2)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:20:00.678 [nacos-grpc-client-executor-84] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 319
14:20:00.679 [nacos-grpc-client-executor-84] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 319
14:24:26.427 [nacos-grpc-client-executor-138] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 320
14:24:26.441 [nacos-grpc-client-executor-138] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 320
14:24:51.315 [nacos-grpc-client-executor-144] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 322
14:24:51.324 [nacos-grpc-client-executor-144] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 322
14:28:58.152 [nacos-grpc-client-executor-193] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 331
14:28:58.168 [nacos-grpc-client-executor-193] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 331
14:29:36.918 [nacos-grpc-client-executor-201] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 335
14:29:36.925 [nacos-grpc-client-executor-201] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 335
14:30:39.932 [nacos-grpc-client-executor-213] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 338
14:30:39.944 [nacos-grpc-client-executor-213] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 338
14:31:25.874 [nacos-grpc-client-executor-223] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 342
14:31:25.886 [nacos-grpc-client-executor-223] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 342
14:52:25.709 [nacos-grpc-client-executor-383] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = ClientDetectionRequest, requestId = 345
14:52:25.709 [nacos-grpc-client-executor-386] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 348
14:52:25.709 [nacos-grpc-client-executor-386] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a9b79be3-ccd1-4814-ab23-c90974b552f4_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 348
14:52:25.709 [nacos-grpc-client-executor-383] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = ClientDetectionRequest, requestId = 345
15:05:31.638 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
15:05:31.641 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
15:05:31.762 [nacos-grpc-client-executor-555] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Receive server push request, request = NotifySubscriberRequest, requestId = 350
15:05:31.773 [nacos-grpc-client-executor-555] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8fddf15b-0a12-4f2e-a329-2d1b0404f7c8] Ack server push request, request = NotifySubscriberRequest, requestId = 350
15:05:31.989 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
15:05:31.990 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2a4b6c75[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
15:05:31.991 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734070423341_127.0.0.1_40144
15:05:31.992 [nacos-grpc-client-executor-556] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734070423341_127.0.0.1_40144]Ignore complete event,isRunning:false,isAbandon=false
15:05:31.998 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1985c017[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 557]
15:26:13.810 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
15:26:15.788 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 429804e5-0e04-4486-9a81-0823c76ac787_config-0
15:26:15.833 [main] INFO o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 6 values
15:26:15.864 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values
15:26:15.875 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
15:26:16.039 [main] INFO o.r.Reflections - [scan,232] - Reflections took 161 ms to scan 247 urls, producing 0 keys and 0 values
15:26:16.047 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
15:26:16.057 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
15:26:16.068 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
15:26:16.220 [main] INFO o.r.Reflections - [scan,232] - Reflections took 148 ms to scan 247 urls, producing 0 keys and 0 values
15:26:16.225 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:26:16.226 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1684802151
15:26:16.226 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/939829672
15:26:16.227 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:26:16.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:26:16.236 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
15:26:17.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734074777638_127.0.0.1_44771
15:26:17.813 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Notify connected event to listeners.
15:26:17.813 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:26:17.814 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [429804e5-0e04-4486-9a81-0823c76ac787_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1262693971
15:26:17.912 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
15:26:19.871 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
15:26:19.871 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:26:19.872 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
15:26:20.146 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:26:21.548 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
15:26:24.893 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 953b1779-ae90-4c02-b569-e47484caac5e
15:26:24.893 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] RpcClient init label, labels = {module=naming, source=sdk}
15:26:24.894 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:26:24.895 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:26:24.895 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:26:24.895 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
15:26:25.018 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734074784903_127.0.0.1_44884
15:26:25.018 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Notify connected event to listeners.
15:26:25.018 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:26:25.019 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1262693971
15:26:25.054 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
15:26:25.071 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
15:26:25.546 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Receive server push request, request = NotifySubscriberRequest, requestId = 351
15:26:25.558 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Ack server push request, request = NotifySubscriberRequest, requestId = 351
15:26:26.369 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.219 seconds (JVM running for 16.201)
15:26:26.389 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
15:26:26.413 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
15:26:26.414 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
15:26:27.030 [RMI TCP Connection(1)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:27:18.550 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Receive server push request, request = NotifySubscriberRequest, requestId = 360
15:27:18.550 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Ack server push request, request = NotifySubscriberRequest, requestId = 360
15:31:05.863 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Receive server push request, request = NotifySubscriberRequest, requestId = 364
15:31:05.875 [nacos-grpc-client-executor-71] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Ack server push request, request = NotifySubscriberRequest, requestId = 364
15:33:20.054 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
15:33:20.060 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
15:33:20.254 [nacos-grpc-client-executor-99] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Receive server push request, request = NotifySubscriberRequest, requestId = 367
15:33:20.275 [nacos-grpc-client-executor-99] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [953b1779-ae90-4c02-b569-e47484caac5e] Ack server push request, request = NotifySubscriberRequest, requestId = 367
15:33:20.406 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
15:33:20.406 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@1686bab7[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
15:33:20.407 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734074784903_127.0.0.1_44884
15:33:20.410 [nacos-grpc-client-executor-100] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734074784903_127.0.0.1_44884]Ignore complete event,isRunning:false,isAbandon=false
15:33:20.418 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5c4d5228[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 101]
16:12:23.886 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:12:25.887 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7aae849e-b1c8-4c29-b718-1be630eed215_config-0
16:12:25.929 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
16:12:25.951 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
16:12:25.962 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
16:12:26.112 [main] INFO o.r.Reflections - [scan,232] - Reflections took 147 ms to scan 247 urls, producing 0 keys and 0 values
16:12:26.121 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
16:12:26.132 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
16:12:26.141 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
16:12:26.297 [main] INFO o.r.Reflections - [scan,232] - Reflections took 152 ms to scan 247 urls, producing 0 keys and 0 values
16:12:26.299 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:12:26.300 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1449360639
16:12:26.301 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/691540605
16:12:26.302 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:12:26.303 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:12:26.312 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:12:27.772 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734077547608_127.0.0.1_48643
16:12:27.773 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Notify connected event to listeners.
16:12:27.773 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:12:27.774 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/302007694
16:12:27.844 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:12:29.150 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
16:12:29.151 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:12:29.151 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:12:29.366 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:12:30.378 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:12:33.433 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4265cce3-e9a6-4f4e-92e3-27eec8cd670b
16:12:33.433 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] RpcClient init label, labels = {module=naming, source=sdk}
16:12:33.435 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:12:33.436 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:12:33.436 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:12:33.437 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:12:33.552 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734077553442_127.0.0.1_48690
16:12:33.552 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Notify connected event to listeners.
16:12:33.552 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:12:33.552 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/302007694
16:12:33.585 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
16:12:33.602 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
16:12:34.109 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 370
16:12:34.121 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 370
16:12:34.845 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 12.635 seconds (JVM running for 14.377)
16:12:34.865 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
16:12:34.888 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
16:12:34.889 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
16:12:35.645 [RMI TCP Connection(3)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:19:00.047 [nacos-grpc-client-executor-88] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 374
16:19:00.048 [nacos-grpc-client-executor-88] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 374
16:22:36.570 [nacos-grpc-client-executor-133] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 376
16:22:36.580 [nacos-grpc-client-executor-133] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 376
16:23:03.817 [nacos-grpc-client-executor-139] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 378
16:23:03.835 [nacos-grpc-client-executor-139] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 378
16:24:51.466 [nacos-grpc-client-executor-161] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 381
16:24:51.475 [nacos-grpc-client-executor-161] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 381
16:25:11.475 [nacos-grpc-client-executor-165] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 383
16:25:11.486 [nacos-grpc-client-executor-165] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 383
16:25:43.682 [nacos-grpc-client-executor-171] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 386
16:25:43.694 [nacos-grpc-client-executor-171] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 386
16:26:06.216 [nacos-grpc-client-executor-176] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 388
16:26:06.225 [nacos-grpc-client-executor-176] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 388
16:29:15.549 [nacos-grpc-client-executor-214] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 391
16:29:15.559 [nacos-grpc-client-executor-214] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 391
16:29:38.579 [nacos-grpc-client-executor-218] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Receive server push request, request = NotifySubscriberRequest, requestId = 394
16:29:38.589 [nacos-grpc-client-executor-218] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4265cce3-e9a6-4f4e-92e3-27eec8cd670b] Ack server push request, request = NotifySubscriberRequest, requestId = 394
17:35:40.738 [nacos-grpc-client-executor-996] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 396
17:35:40.741 [nacos-grpc-client-executor-996] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [7aae849e-b1c8-4c29-b718-1be630eed215_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 396
19:20:44.007 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:20:46.312 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0
19:20:46.389 [main] INFO o.r.Reflections - [scan,232] - Reflections took 46 ms to scan 1 urls, producing 3 keys and 6 values
19:20:46.436 [main] INFO o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 4 keys and 9 values
19:20:46.466 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 10 values
19:20:46.850 [main] INFO o.r.Reflections - [scan,232] - Reflections took 379 ms to scan 247 urls, producing 0 keys and 0 values
19:20:46.865 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values
19:20:46.887 [main] INFO o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values
19:20:46.908 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 2 keys and 8 values
19:20:47.166 [main] INFO o.r.Reflections - [scan,232] - Reflections took 255 ms to scan 247 urls, producing 0 keys and 0 values
19:20:47.171 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:20:47.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/830083467
19:20:47.173 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1457499015
19:20:47.174 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:20:47.175 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:20:47.186 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:20:51.304 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:20:53.355 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:20:55.403 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:20:55.404 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:20:55.405 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2083951216
19:20:56.886 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:20:59.586 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:01.292 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
19:21:01.293 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:21:01.293 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:21:01.692 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:21:01.847 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:03.578 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:21:04.204 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:06.652 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:07.827 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5f04443f-c200-48fa-96a5-28c5f76408cf
19:21:07.828 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] RpcClient init label, labels = {module=naming, source=sdk}
19:21:07.831 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:21:07.831 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:21:07.831 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:21:07.833 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:21:09.218 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:09.872 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:21:11.878 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:11.933 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:21:14.002 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:21:14.002 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:21:14.002 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2083951216
19:21:14.354 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
19:21:14.641 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:15.383 [main] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:21:15.383 [main] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@36570936[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:21:15.383 [main] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@775fec4[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 6]
19:21:15.494 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f04443f-c200-48fa-96a5-28c5f76408cf] Client is shutdown, stop reconnect to server
19:21:17.494 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:17.760 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of cac67fb0-44cf-4019-bdc8-02480c984c77
19:21:17.760 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] RpcClient init label, labels = {module=naming, source=sdk}
19:21:17.760 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:21:17.762 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:21:17.762 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:21:17.763 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:21:19.822 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:21:20.446 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:21.867 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:21:23.503 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d69779f0-aec2-4a1e-ae91-22fd01f881b7_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
19:21:23.908 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Try to reconnect to a new server, server is not appointed, will choose a random server.
19:21:23.908 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:21:23.908 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cac67fb0-44cf-4019-bdc8-02480c984c77] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2083951216
19:21:24.725 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-18081"]
19:21:24.725 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
19:21:24.732 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-18081"]
19:21:24.737 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-18081"]
19:36:39.441 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:36:41.390 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0
19:36:41.492 [main] INFO o.r.Reflections - [scan,232] - Reflections took 61 ms to scan 1 urls, producing 3 keys and 6 values
19:36:41.538 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values
19:36:41.560 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 3 keys and 10 values
19:36:41.912 [main] INFO o.r.Reflections - [scan,232] - Reflections took 346 ms to scan 247 urls, producing 0 keys and 0 values
19:36:41.928 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 5 values
19:36:41.954 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values
19:36:41.973 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values
19:36:42.240 [main] INFO o.r.Reflections - [scan,232] - Reflections took 262 ms to scan 247 urls, producing 0 keys and 0 values
19:36:42.241 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:36:42.242 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1449360639
19:36:42.242 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/691540605
19:36:42.243 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:36:42.244 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:36:42.258 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:36:44.608 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734089804401_127.0.0.1_55263
19:36:44.610 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Notify connected event to listeners.
19:36:44.610 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:36:44.611 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e7c1456e-0da4-40fc-ae75-5125a9bb307f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/302007694
19:36:44.733 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:36:47.117 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
19:36:47.118 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:36:47.118 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:36:47.489 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:36:49.313 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:36:51.978 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c
19:36:51.980 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] RpcClient init label, labels = {module=naming, source=sdk}
19:36:51.981 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:36:51.982 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:36:51.982 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:36:51.983 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:36:52.107 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734089811988_127.0.0.1_55335
19:36:52.107 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Notify connected event to listeners.
19:36:52.107 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:36:52.108 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/302007694
19:36:52.161 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
19:36:52.187 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.195:18081 register finished
19:36:52.739 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 3
19:36:52.753 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 3
19:36:52.818 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.734 seconds (JVM running for 17.922)
19:36:52.853 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
19:36:52.879 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
19:36:52.881 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
19:36:54.316 [RMI TCP Connection(3)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:38:20.568 [nacos-grpc-client-executor-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 7
19:38:20.569 [nacos-grpc-client-executor-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 7
20:33:22.844 [nacos-grpc-client-executor-691] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 13
20:33:22.864 [nacos-grpc-client-executor-691] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 13
20:33:42.196 [nacos-grpc-client-executor-695] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 16
20:33:42.205 [nacos-grpc-client-executor-695] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 16
20:37:25.516 [nacos-grpc-client-executor-740] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 20
20:37:25.525 [nacos-grpc-client-executor-740] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 20
20:37:32.915 [nacos-grpc-client-executor-741] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 22
20:37:32.932 [nacos-grpc-client-executor-741] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 22
20:39:03.237 [nacos-grpc-client-executor-759] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 29
20:39:03.262 [nacos-grpc-client-executor-759] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 29
20:39:28.186 [nacos-grpc-client-executor-765] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Receive server push request, request = NotifySubscriberRequest, requestId = 32
20:39:28.198 [nacos-grpc-client-executor-765] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ebf0b6f9-ae9b-4847-ab8e-ef2b89b12b2c] Ack server push request, request = NotifySubscriberRequest, requestId = 32

View File

@ -1,357 +0,0 @@
12:20:34.712 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
12:20:36.889 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0
12:20:36.957 [main] INFO o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values
12:20:36.992 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 4 keys and 9 values
12:20:37.012 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values
12:20:37.286 [main] INFO o.r.Reflections - [scan,232] - Reflections took 270 ms to scan 247 urls, producing 0 keys and 0 values
12:20:37.302 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 5 values
12:20:37.324 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values
12:20:37.340 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values
12:20:37.504 [main] INFO o.r.Reflections - [scan,232] - Reflections took 161 ms to scan 247 urls, producing 0 keys and 0 values
12:20:37.508 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
12:20:37.510 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/87784678
12:20:37.510 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/910691117
12:20:37.511 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
12:20:37.512 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
12:20:37.520 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:20:41.428 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:20:43.473 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:20:45.503 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
12:20:45.504 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:20:45.505 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/121644275
12:20:46.953 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
12:20:49.701 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:20:51.612 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
12:20:51.614 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:20:51.615 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
12:20:51.938 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:20:52.131 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:20:54.279 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:20:54.477 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
12:20:56.703 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:20:59.259 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:20:59.426 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d5baba5f-f20f-44b1-8bf9-0045effee26c
12:20:59.426 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] RpcClient init label, labels = {module=naming, source=sdk}
12:20:59.430 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
12:20:59.430 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
12:20:59.431 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
12:20:59.431 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:21:01.462 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:21:01.900 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:21:03.517 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:21:04.645 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:21:05.567 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Try to reconnect to a new server, server is not appointed, will choose a random server.
12:21:05.567 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:21:05.567 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/121644275
12:21:05.910 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
12:21:06.931 [main] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
12:21:06.931 [main] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@44a7661d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
12:21:06.931 [main] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1cdb280b[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 6]
12:21:07.047 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5baba5f-f20f-44b1-8bf9-0045effee26c] Client is shutdown, stop reconnect to server
12:21:07.500 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:21:09.312 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d62899f1-7c21-4063-b499-5f504db56d7b
12:21:09.313 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] RpcClient init label, labels = {module=naming, source=sdk}
12:21:09.314 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
12:21:09.314 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
12:21:09.314 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
12:21:09.315 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:21:10.442 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:21:11.350 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:21:13.382 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:21:13.489 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:21:15.406 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:21:15.406 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Try to reconnect to a new server, server is not appointed, will choose a random server.
12:21:15.407 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d62899f1-7c21-4063-b499-5f504db56d7b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/121644275
12:21:16.377 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-18081"]
12:21:16.377 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
12:21:16.384 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-18081"]
12:21:16.388 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-18081"]
12:21:16.647 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ddb930f3-21cd-402b-9be8-ddb8da430c09_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
12:22:19.448 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
12:22:21.417 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0
12:22:21.471 [main] INFO o.r.Reflections - [scan,232] - Reflections took 34 ms to scan 1 urls, producing 3 keys and 6 values
12:22:21.504 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
12:22:21.519 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values
12:22:21.745 [main] INFO o.r.Reflections - [scan,232] - Reflections took 223 ms to scan 247 urls, producing 0 keys and 0 values
12:22:21.760 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values
12:22:21.780 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values
12:22:21.796 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values
12:22:21.955 [main] INFO o.r.Reflections - [scan,232] - Reflections took 154 ms to scan 247 urls, producing 0 keys and 0 values
12:22:21.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
12:22:21.962 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1511799988
12:22:21.962 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1991075605
12:22:21.963 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
12:22:21.964 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
12:22:21.975 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:22:24.085 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734150143846_127.0.0.1_2952
12:22:24.085 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Notify connected event to listeners.
12:22:24.085 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:22:24.086 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1192529727
12:22:24.236 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
12:22:25.740 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
12:22:25.742 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
12:22:25.742 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
12:22:25.957 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
12:22:27.232 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
12:22:29.030 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 0b6b8cf8-cd17-4f33-a911-12f3cd9081ca
12:22:29.031 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] RpcClient init label, labels = {module=naming, source=sdk}
12:22:29.033 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
12:22:29.033 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
12:22:29.033 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
12:22:29.034 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
12:22:29.157 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734150149038_127.0.0.1_3158
12:22:29.157 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
12:22:29.157 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Notify connected event to listeners.
12:22:29.157 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1192529727
12:22:29.208 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
12:22:29.238 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.195:18081 register finished
12:22:29.698 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 11.849 seconds (JVM running for 13.747)
12:22:29.719 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
12:22:29.735 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
12:22:29.736 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
12:22:30.498 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Receive server push request, request = NotifySubscriberRequest, requestId = 1
12:22:30.499 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Ack server push request, request = NotifySubscriberRequest, requestId = 1
12:22:31.156 [RMI TCP Connection(4)-192.168.2.195] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
12:22:44.456 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Receive server push request, request = NotifySubscriberRequest, requestId = 7
12:22:44.456 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Ack server push request, request = NotifySubscriberRequest, requestId = 7
12:28:10.289 [nacos-grpc-client-executor-94] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Receive server push request, request = NotifySubscriberRequest, requestId = 27
12:28:10.312 [nacos-grpc-client-executor-94] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Ack server push request, request = NotifySubscriberRequest, requestId = 27
14:26:53.558 [nacos-grpc-client-executor-171] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Receive server push request, request = ClientDetectionRequest, requestId = 32
14:26:53.558 [nacos-grpc-client-executor-175] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 34
14:26:53.559 [nacos-grpc-client-executor-171] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Ack server push request, request = ClientDetectionRequest, requestId = 32
14:26:53.589 [nacos-grpc-client-executor-175] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [877a8846-7af6-48c3-9a2c-1cc8b0930d3c_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 34
14:27:27.173 [nacos-grpc-client-executor-178] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Receive server push request, request = NotifySubscriberRequest, requestId = 39
14:27:27.196 [nacos-grpc-client-executor-178] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Ack server push request, request = NotifySubscriberRequest, requestId = 39
14:28:10.797 [nacos-grpc-client-executor-188] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Receive server push request, request = NotifySubscriberRequest, requestId = 42
14:28:10.823 [nacos-grpc-client-executor-188] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [0b6b8cf8-cd17-4f33-a911-12f3cd9081ca] Ack server push request, request = NotifySubscriberRequest, requestId = 42
14:29:02.482 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
14:29:02.491 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
14:29:02.841 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
14:29:02.843 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@4e5bb4d9[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
14:29:02.844 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734150149038_127.0.0.1_3158
14:29:02.848 [nacos-grpc-client-executor-200] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734150149038_127.0.0.1_3158]Ignore complete event,isRunning:false,isAbandon=false
14:29:02.856 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@aa5837[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 201]
14:29:14.133 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
14:29:16.272 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0
14:29:16.388 [main] INFO o.r.Reflections - [scan,232] - Reflections took 63 ms to scan 1 urls, producing 3 keys and 6 values
14:29:16.455 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 4 keys and 9 values
14:29:16.489 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 10 values
14:29:16.832 [main] INFO o.r.Reflections - [scan,232] - Reflections took 333 ms to scan 247 urls, producing 0 keys and 0 values
14:29:16.852 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values
14:29:16.889 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 1 keys and 7 values
14:29:16.910 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values
14:29:17.201 [main] INFO o.r.Reflections - [scan,232] - Reflections took 283 ms to scan 247 urls, producing 0 keys and 0 values
14:29:17.211 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:29:17.215 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1453650546
14:29:17.217 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1054913783
14:29:17.219 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:29:17.221 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:29:17.248 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
14:29:20.816 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734157760494_127.0.0.1_40132
14:29:20.818 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Notify connected event to listeners.
14:29:20.821 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:29:20.822 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fc77f652-edf8-45a3-aeac-8304a2fcbe4c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1291832417
14:29:21.042 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
14:29:26.164 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
14:29:26.167 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:29:26.167 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
14:29:26.779 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:29:30.737 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
14:29:32.758 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 73ba7882-6fb1-4914-8a2f-cededa8cbdaa
14:29:32.758 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] RpcClient init label, labels = {module=naming, source=sdk}
14:29:32.760 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:29:32.762 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:29:32.762 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:29:32.762 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
14:29:32.890 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734157772771_127.0.0.1_40158
14:29:32.890 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Notify connected event to listeners.
14:29:32.890 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:29:32.890 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1291832417
14:29:32.937 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
14:29:32.959 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.184:18081 register finished
14:29:33.443 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 21.433 seconds (JVM running for 26.456)
14:29:33.462 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
14:29:33.480 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 45
14:29:33.486 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
14:29:33.487 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
14:29:33.495 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 45
14:29:34.236 [RMI TCP Connection(1)-192.168.2.184] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:29:49.111 [nacos-grpc-client-executor-13] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 51
14:29:49.111 [nacos-grpc-client-executor-13] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 51
14:32:49.174 [nacos-grpc-client-executor-60] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 62
14:32:49.192 [nacos-grpc-client-executor-60] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 62
14:32:50.165 [nacos-grpc-client-executor-61] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 65
14:32:50.176 [nacos-grpc-client-executor-61] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 65
14:36:55.719 [nacos-grpc-client-executor-110] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 76
14:36:55.744 [nacos-grpc-client-executor-110] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 76
14:37:36.289 [nacos-grpc-client-executor-119] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 78
14:37:36.309 [nacos-grpc-client-executor-119] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 78
14:52:15.474 [nacos-grpc-client-executor-295] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 86
14:52:15.487 [nacos-grpc-client-executor-295] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 86
14:52:38.010 [nacos-grpc-client-executor-300] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 89
14:52:38.021 [nacos-grpc-client-executor-300] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 89
15:05:34.253 [nacos-grpc-client-executor-455] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 91
15:05:34.264 [nacos-grpc-client-executor-455] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 91
15:05:55.919 [nacos-grpc-client-executor-461] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 93
15:05:55.929 [nacos-grpc-client-executor-461] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 93
15:07:24.776 [nacos-grpc-client-executor-479] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 97
15:07:24.787 [nacos-grpc-client-executor-479] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 97
15:07:49.359 [nacos-grpc-client-executor-484] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 100
15:07:49.367 [nacos-grpc-client-executor-484] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 100
15:12:06.625 [nacos-grpc-client-executor-535] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 103
15:12:06.639 [nacos-grpc-client-executor-535] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 103
15:12:24.771 [nacos-grpc-client-executor-539] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 105
15:12:24.782 [nacos-grpc-client-executor-539] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 105
15:20:21.271 [nacos-grpc-client-executor-634] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 116
15:20:21.283 [nacos-grpc-client-executor-634] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 116
15:20:38.490 [nacos-grpc-client-executor-638] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 119
15:20:38.496 [nacos-grpc-client-executor-638] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 119
15:22:25.913 [nacos-grpc-client-executor-660] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 123
15:22:25.923 [nacos-grpc-client-executor-660] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 123
15:22:35.563 [nacos-grpc-client-executor-663] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 125
15:22:35.573 [nacos-grpc-client-executor-663] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 125
15:23:28.278 [nacos-grpc-client-executor-673] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 128
15:23:28.289 [nacos-grpc-client-executor-673] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 128
15:23:51.400 [nacos-grpc-client-executor-678] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 131
15:23:51.411 [nacos-grpc-client-executor-678] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 131
16:20:46.602 [nacos-grpc-client-executor-1286] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 135
16:20:46.616 [nacos-grpc-client-executor-1286] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 135
16:21:40.182 [nacos-grpc-client-executor-1298] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 138
16:21:40.190 [nacos-grpc-client-executor-1298] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 138
16:26:39.266 [nacos-grpc-client-executor-1362] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 140
16:26:39.280 [nacos-grpc-client-executor-1362] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 140
16:27:09.276 [nacos-grpc-client-executor-1368] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 142
16:27:09.286 [nacos-grpc-client-executor-1368] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 142
16:32:11.422 [nacos-grpc-client-executor-1429] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 147
16:32:11.433 [nacos-grpc-client-executor-1429] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 147
16:33:10.308 [nacos-grpc-client-executor-1441] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 149
16:33:10.317 [nacos-grpc-client-executor-1441] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 149
16:34:19.748 [nacos-grpc-client-executor-1454] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 154
16:34:19.759 [nacos-grpc-client-executor-1454] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 154
16:34:35.829 [nacos-grpc-client-executor-1458] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 157
16:34:35.840 [nacos-grpc-client-executor-1458] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 157
16:35:06.877 [nacos-grpc-client-executor-1464] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 160
16:35:06.887 [nacos-grpc-client-executor-1464] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 160
16:36:20.297 [nacos-grpc-client-executor-1479] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 164
16:36:20.306 [nacos-grpc-client-executor-1479] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 164
16:36:51.461 [nacos-grpc-client-executor-1485] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 166
16:36:51.471 [nacos-grpc-client-executor-1485] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 166
16:37:18.680 [nacos-grpc-client-executor-1491] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 168
16:37:18.691 [nacos-grpc-client-executor-1491] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 168
16:38:05.584 [nacos-grpc-client-executor-1501] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 171
16:38:05.593 [nacos-grpc-client-executor-1501] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 171
16:38:23.246 [nacos-grpc-client-executor-1504] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 173
16:38:23.254 [nacos-grpc-client-executor-1504] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 173
16:40:28.690 [nacos-grpc-client-executor-1529] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 178
16:40:28.701 [nacos-grpc-client-executor-1529] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 178
16:40:56.535 [nacos-grpc-client-executor-1535] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 180
16:40:56.544 [nacos-grpc-client-executor-1535] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 180
16:41:17.693 [nacos-grpc-client-executor-1539] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Receive server push request, request = NotifySubscriberRequest, requestId = 183
16:41:17.712 [nacos-grpc-client-executor-1539] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [73ba7882-6fb1-4914-8a2f-cededa8cbdaa] Ack server push request, request = NotifySubscriberRequest, requestId = 183
16:41:18.232 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
16:41:18.240 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
16:41:18.594 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
16:41:18.595 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2c8fe179[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
16:41:18.595 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734157772771_127.0.0.1_40158
16:41:18.599 [nacos-grpc-client-executor-1542] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734157772771_127.0.0.1_40158]Ignore complete event,isRunning:false,isAbandon=false
16:41:18.610 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3b8e753f[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 1543]
16:42:33.170 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:42:35.159 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e261b89c-3640-410f-9147-84a3897a5f74_config-0
16:42:35.198 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 6 values
16:42:35.219 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
16:42:35.231 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
16:42:35.392 [main] INFO o.r.Reflections - [scan,232] - Reflections took 157 ms to scan 247 urls, producing 0 keys and 0 values
16:42:35.399 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
16:42:35.409 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
16:42:35.420 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
16:42:35.557 [main] INFO o.r.Reflections - [scan,232] - Reflections took 134 ms to scan 247 urls, producing 0 keys and 0 values
16:42:35.558 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:42:35.560 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/650410100
16:42:35.560 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1108367077
16:42:35.560 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:42:35.562 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:42:35.569 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:42:37.003 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734165756809_127.0.0.1_53449
16:42:37.003 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Notify connected event to listeners.
16:42:37.003 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:42:37.004 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e261b89c-3640-410f-9147-84a3897a5f74_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/254416915
16:42:37.087 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:42:39.035 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
16:42:39.037 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:42:39.037 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:42:39.239 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:42:40.594 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:42:42.007 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5
16:42:42.008 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] RpcClient init label, labels = {module=naming, source=sdk}
16:42:42.009 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:42:42.009 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:42:42.010 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:42:42.010 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:42:42.126 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734165762013_127.0.0.1_53466
16:42:42.126 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Notify connected event to listeners.
16:42:42.126 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:42:42.126 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/254416915
16:42:42.162 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
16:42:42.177 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.184:18081 register finished
16:42:42.522 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 11.022 seconds (JVM running for 12.845)
16:42:42.540 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
16:42:42.561 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
16:42:42.561 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
16:42:42.652 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Receive server push request, request = NotifySubscriberRequest, requestId = 188
16:42:42.664 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Ack server push request, request = NotifySubscriberRequest, requestId = 188
16:42:43.206 [RMI TCP Connection(2)-192.168.2.184] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:53:10.020 [nacos-grpc-client-executor-136] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Receive server push request, request = NotifySubscriberRequest, requestId = 205
16:53:10.021 [nacos-grpc-client-executor-136] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c30e5eb0-e4b6-4c98-8b4f-174c3790a2d5] Ack server push request, request = NotifySubscriberRequest, requestId = 205
16:56:27.555 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
16:56:27.562 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
16:56:27.913 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
16:56:27.913 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@17041d8c[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
16:56:27.914 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734165762013_127.0.0.1_53466
16:56:27.917 [nacos-grpc-client-executor-179] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734165762013_127.0.0.1_53466]Ignore complete event,isRunning:false,isAbandon=false
16:56:27.923 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@b2b04c1[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 180]
17:04:57.801 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
17:04:59.782 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0
17:04:59.877 [main] INFO o.r.Reflections - [scan,232] - Reflections took 48 ms to scan 1 urls, producing 3 keys and 6 values
17:04:59.910 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 4 keys and 9 values
17:04:59.924 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values
17:05:00.115 [main] INFO o.r.Reflections - [scan,232] - Reflections took 187 ms to scan 247 urls, producing 0 keys and 0 values
17:05:00.126 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
17:05:00.140 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
17:05:00.153 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values
17:05:00.331 [main] INFO o.r.Reflections - [scan,232] - Reflections took 174 ms to scan 247 urls, producing 0 keys and 0 values
17:05:00.332 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:05:00.334 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1152380885
17:05:00.334 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/161982472
17:05:00.337 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:05:00.338 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:05:00.350 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
17:05:02.435 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734167102193_127.0.0.1_57834
17:05:02.436 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Notify connected event to listeners.
17:05:02.436 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:02.437 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [28e9e30a-9362-4b9f-abcd-2941b5a14e4d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1081159401
17:05:02.558 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
17:05:06.405 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
17:05:07.976 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819
17:05:07.976 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] RpcClient init label, labels = {module=naming, source=sdk}
17:05:07.977 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:05:07.977 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:05:07.979 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:05:07.979 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
17:05:08.100 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734167107983_127.0.0.1_57860
17:05:08.100 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:08.100 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Notify connected event to listeners.
17:05:08.100 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1081159401
17:05:08.151 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.184:18081 register finished
17:05:08.503 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 12.719 seconds (JVM running for 15.006)
17:05:08.522 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
17:05:08.541 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
17:05:08.542 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
17:05:08.691 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Receive server push request, request = NotifySubscriberRequest, requestId = 214
17:05:08.703 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a02d2c-4ed0-4c3d-a5e4-b2cdf19ff819] Ack server push request, request = NotifySubscriberRequest, requestId = 214
17:05:08.742 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:05:08.747 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:05:09.124 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:05:09.124 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@20e411cd[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:05:09.124 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734167107983_127.0.0.1_57860
17:05:09.125 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734167107983_127.0.0.1_57860]Ignore complete event,isRunning:false,isAbandon=false
17:05:09.127 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@65ce587c[Running, pool size = 10, active threads = 0, queued tasks = 0, completed tasks = 10]

File diff suppressed because it is too large Load Diff

View File

@ -1,108 +0,0 @@
13:03:46.759 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:03:48.745 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0
13:03:48.793 [main] INFO o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 3 keys and 6 values
13:03:48.813 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
13:03:48.824 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:03:49.003 [main] INFO o.r.Reflections - [scan,232] - Reflections took 177 ms to scan 247 urls, producing 0 keys and 0 values
13:03:49.014 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
13:03:49.029 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
13:03:49.043 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values
13:03:49.171 [main] INFO o.r.Reflections - [scan,232] - Reflections took 124 ms to scan 247 urls, producing 0 keys and 0 values
13:03:49.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:03:49.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/267533031
13:03:49.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1111173986
13:03:49.173 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:03:49.173 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:03:49.178 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:03:50.594 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734584630414_127.0.0.1_56988
13:03:50.594 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Notify connected event to listeners.
13:03:50.596 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:03:50.596 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f6c4ea35-ef03-4b10-932c-04baf71f16c7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2102562039
13:03:50.676 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:03:53.560 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
13:03:53.560 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:03:53.561 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:03:53.768 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:03:54.946 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:03:58.387 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of fba39823-7627-47de-9c19-a214dec0059a
13:03:58.388 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] RpcClient init label, labels = {module=naming, source=sdk}
13:03:58.389 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:03:58.389 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:03:58.390 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:03:58.390 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:03:58.515 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734584638395_127.0.0.1_56998
13:03:58.515 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:03:58.515 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Notify connected event to listeners.
13:03:58.515 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2102562039
13:03:58.552 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
13:03:58.573 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
13:03:59.090 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Receive server push request, request = NotifySubscriberRequest, requestId = 3
13:03:59.102 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Ack server push request, request = NotifySubscriberRequest, requestId = 3
13:03:59.993 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.991 seconds (JVM running for 16.959)
13:04:00.015 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
13:04:00.032 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
13:04:00.032 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
13:04:00.791 [RMI TCP Connection(3)-192.168.2.198] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:05:09.436 [nacos-grpc-client-executor-31] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Receive server push request, request = NotifySubscriberRequest, requestId = 5
13:05:09.437 [nacos-grpc-client-executor-31] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Ack server push request, request = NotifySubscriberRequest, requestId = 5
13:05:21.018 [nacos-grpc-client-executor-37] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Receive server push request, request = NotifySubscriberRequest, requestId = 7
13:05:21.027 [nacos-grpc-client-executor-37] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fba39823-7627-47de-9c19-a214dec0059a] Ack server push request, request = NotifySubscriberRequest, requestId = 7
13:10:11.564 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:10:11.580 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:10:11.918 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:10:11.919 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@29db0ea0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:10:11.919 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734584638395_127.0.0.1_56998
13:10:11.920 [nacos-grpc-client-executor-99] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734584638395_127.0.0.1_56998]Ignore complete event,isRunning:false,isAbandon=false
13:10:11.921 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@27196a2f[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 100]
13:10:17.594 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:10:19.597 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 61039f38-8127-4fa9-a98a-b8359346d759_config-0
13:10:19.637 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 6 values
13:10:19.663 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values
13:10:19.674 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:10:19.817 [main] INFO o.r.Reflections - [scan,232] - Reflections took 140 ms to scan 247 urls, producing 0 keys and 0 values
13:10:19.826 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
13:10:19.836 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
13:10:19.847 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
13:10:20.053 [main] INFO o.r.Reflections - [scan,232] - Reflections took 202 ms to scan 247 urls, producing 0 keys and 0 values
13:10:20.057 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:10:20.057 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1871778598
13:10:20.057 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/253558788
13:10:20.058 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:10:20.058 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:10:20.064 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:10:21.487 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734585021300_127.0.0.1_57983
13:10:21.489 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Notify connected event to listeners.
13:10:21.489 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:10:21.489 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [61039f38-8127-4fa9-a98a-b8359346d759_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/243440025
13:10:21.567 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:10:23.377 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
13:10:23.378 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:10:23.378 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:10:23.620 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:10:24.761 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:10:28.219 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 1559bf46-cb13-464a-b901-d0a87e607724
13:10:28.219 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] RpcClient init label, labels = {module=naming, source=sdk}
13:10:28.220 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:10:28.221 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:10:28.221 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:10:28.221 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:10:28.342 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734585028228_127.0.0.1_58003
13:10:28.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Notify connected event to listeners.
13:10:28.342 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:10:28.342 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/243440025
13:10:28.391 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
13:10:28.416 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.0.38:18081 register finished
13:10:28.872 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Receive server push request, request = NotifySubscriberRequest, requestId = 16
13:10:28.884 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1559bf46-cb13-464a-b901-d0a87e607724] Ack server push request, request = NotifySubscriberRequest, requestId = 16
13:10:29.850 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 14.014 seconds (JVM running for 15.824)
13:10:29.870 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
13:10:29.890 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
13:10:29.891 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
13:10:29.946 [RMI TCP Connection(3)-192.168.2.198] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:25:22.443 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:25:22.446 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:25:22.785 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:25:22.786 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@45344cf9[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:25:22.786 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585028228_127.0.0.1_58003
13:25:22.787 [nacos-grpc-client-executor-192] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734585028228_127.0.0.1_58003]Ignore complete event,isRunning:false,isAbandon=false
13:25:22.789 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@65664ea1[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 193]

View File

@ -1,229 +0,0 @@
09:19:41.989 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:19:43.999 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0
09:19:44.041 [main] INFO o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 3 keys and 6 values
09:19:44.064 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
09:19:44.078 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values
09:19:44.257 [main] INFO o.r.Reflections - [scan,232] - Reflections took 176 ms to scan 247 urls, producing 0 keys and 0 values
09:19:44.270 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values
09:19:44.284 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
09:19:44.301 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values
09:19:44.420 [main] INFO o.r.Reflections - [scan,232] - Reflections took 116 ms to scan 247 urls, producing 0 keys and 0 values
09:19:44.423 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:19:44.424 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$330/640736196
09:19:44.424 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$331/1587818510
09:19:44.425 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:19:44.425 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:19:44.432 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:19:45.707 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735089585536_127.0.0.1_52566
09:19:45.708 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Notify connected event to listeners.
09:19:45.709 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:19:45.709 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [4327c12a-fb2b-4cc5-bc1a-c192b052d17d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$339/1192529727
09:19:45.795 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:19:48.852 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
09:19:48.853 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:19:48.854 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:19:49.214 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:19:50.892 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
09:19:52.976 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 22e78472-1b54-4db8-9e6a-f91a076fba0c
09:19:52.977 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] RpcClient init label, labels = {module=naming, source=sdk}
09:19:52.980 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:19:52.980 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:19:52.981 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:19:52.981 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:19:53.097 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735089592987_127.0.0.1_52570
09:19:53.097 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:19:53.097 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Notify connected event to listeners.
09:19:53.097 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$339/1192529727
09:19:53.149 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
09:19:53.176 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.184:18081 register finished
09:19:53.655 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Receive server push request, request = NotifySubscriberRequest, requestId = 5
09:19:53.667 [nacos-grpc-client-executor-9] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Ack server push request, request = NotifySubscriberRequest, requestId = 5
09:19:53.761 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 13.464 seconds (JVM running for 15.123)
09:19:53.791 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
09:19:53.814 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
09:19:53.815 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
09:20:42.275 [http-nio-18081-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:20:43.097 [nacos-grpc-client-executor-24] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Receive server push request, request = NotifySubscriberRequest, requestId = 7
09:20:43.097 [nacos-grpc-client-executor-24] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Ack server push request, request = NotifySubscriberRequest, requestId = 7
09:21:08.295 [nacos-grpc-client-executor-30] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Receive server push request, request = NotifySubscriberRequest, requestId = 10
09:21:08.307 [nacos-grpc-client-executor-30] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [22e78472-1b54-4db8-9e6a-f91a076fba0c] Ack server push request, request = NotifySubscriberRequest, requestId = 10
10:30:46.678 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:30:48.662 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0
10:30:48.715 [main] INFO o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 3 keys and 6 values
10:30:48.745 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
10:30:48.756 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
10:30:48.917 [main] INFO o.r.Reflections - [scan,232] - Reflections took 159 ms to scan 247 urls, producing 0 keys and 0 values
10:30:48.925 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
10:30:48.934 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
10:30:48.943 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
10:30:49.093 [main] INFO o.r.Reflections - [scan,232] - Reflections took 149 ms to scan 247 urls, producing 0 keys and 0 values
10:30:49.095 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:30:49.095 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1572255813
10:30:49.096 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/932118570
10:30:49.097 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:30:49.097 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:30:49.105 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:30:52.340 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:30:54.389 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:30:56.455 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
10:30:56.455 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:30:56.456 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/704530496
10:30:57.864 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:31:00.610 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:01.349 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:31:01.351 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:31:01.351 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:31:01.663 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:31:02.854 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:02.997 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:31:05.215 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:06.443 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5120c472-4880-409a-9677-f275d477923d
10:31:06.443 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] RpcClient init label, labels = {module=naming, source=sdk}
10:31:06.445 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:31:06.445 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:31:06.445 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:31:06.447 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:31:07.640 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:08.476 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:31:09.415 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:09.514 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:31:09.586 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:31:09.586 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Try to reconnect to a new server, server is not appointed, will choose a random server.
10:31:09.586 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/704530496
10:31:09.712 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:09.927 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:31:09.935 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:10.026 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:10.249 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Fail to connect server, after trying 3 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:10.671 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Fail to connect server, after trying 4 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:10.749 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
10:31:10.929 [main] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:31:10.929 [main] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6d6ddeb5[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:31:10.929 [main] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3e574f9c[Running, pool size = 20, active threads = 0, queued tasks = 0, completed tasks = 20]
10:31:10.929 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5120c472-4880-409a-9677-f275d477923d] Client is shutdown, stop reconnect to server
10:31:11.047 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c2230305-57b9-45e4-b99f-c49acefa8a9b
10:31:11.048 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] RpcClient init label, labels = {module=naming, source=sdk}
10:31:11.048 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:31:11.048 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:31:11.048 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:31:11.049 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:31:11.180 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735093871054_127.0.0.1_51487
10:31:11.181 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:31:11.181 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Notify connected event to listeners.
10:31:11.181 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c2230305-57b9-45e4-b99f-c49acefa8a9b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/704530496
10:31:11.495 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-18081"]
10:31:11.496 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
10:31:11.500 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-18081"]
10:31:11.502 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-18081"]
10:31:11.683 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1735093871561_127.0.0.1_51492
10:31:11.683 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7aa76c9-942d-4ca1-aa2d-8eb753f65ede_config-0] Notify connected event to listeners.
10:31:45.296 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:31:47.282 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0
10:31:47.333 [main] INFO o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 6 values
10:31:47.361 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
10:31:47.374 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
10:31:47.519 [main] INFO o.r.Reflections - [scan,232] - Reflections took 142 ms to scan 247 urls, producing 0 keys and 0 values
10:31:47.526 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
10:31:47.537 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 7 values
10:31:47.548 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
10:31:47.666 [main] INFO o.r.Reflections - [scan,232] - Reflections took 115 ms to scan 247 urls, producing 0 keys and 0 values
10:31:47.667 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:31:47.667 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1901824111
10:31:47.668 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/2142411945
10:31:47.668 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:31:47.669 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:31:47.675 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:31:48.951 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735093908787_127.0.0.1_51598
10:31:48.952 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Notify connected event to listeners.
10:31:48.952 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:31:48.952 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0dfb3e5-3b76-4fce-a321-506a27702b56_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1740571776
10:31:49.061 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:31:50.256 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:31:50.257 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:31:50.257 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:31:50.435 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:31:51.405 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:31:52.636 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3fc5a0e8-31b4-43ae-9879-b168e8e38e84
10:31:52.636 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] RpcClient init label, labels = {module=naming, source=sdk}
10:31:52.637 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:31:52.637 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:31:52.639 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:31:52.639 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:31:52.747 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735093912643_127.0.0.1_51600
10:31:52.747 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:31:52.747 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Notify connected event to listeners.
10:31:52.747 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1740571776
10:31:52.795 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:31:52.824 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.184:18081 register finished
10:31:53.174 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 9.586 seconds (JVM running for 11.258)
10:31:53.194 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:31:53.206 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:31:53.207 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:31:53.887 [RMI TCP Connection(7)-192.168.2.184] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:31:54.003 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Receive server push request, request = NotifySubscriberRequest, requestId = 1
10:31:54.003 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Ack server push request, request = NotifySubscriberRequest, requestId = 1
10:35:10.081 [nacos-grpc-client-executor-68] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Receive server push request, request = NotifySubscriberRequest, requestId = 7
10:35:10.082 [nacos-grpc-client-executor-68] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3fc5a0e8-31b4-43ae-9879-b168e8e38e84] Ack server push request, request = NotifySubscriberRequest, requestId = 7
10:35:28.248 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:35:28.251 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:35:28.595 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:35:28.595 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@50b79fa0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:35:28.595 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1735093912643_127.0.0.1_51600
10:35:28.597 [nacos-grpc-client-executor-75] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1735093912643_127.0.0.1_51600]Ignore complete event,isRunning:false,isAbandon=false
10:35:28.601 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@252930d0[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 76]
10:36:44.108 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:36:46.085 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0
10:36:46.169 [main] INFO o.r.Reflections - [scan,232] - Reflections took 43 ms to scan 1 urls, producing 3 keys and 6 values
10:36:46.205 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
10:36:46.221 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values
10:36:46.467 [main] INFO o.r.Reflections - [scan,232] - Reflections took 240 ms to scan 247 urls, producing 0 keys and 0 values
10:36:46.478 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
10:36:46.504 [main] INFO o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values
10:36:46.526 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values
10:36:46.761 [main] INFO o.r.Reflections - [scan,232] - Reflections took 228 ms to scan 247 urls, producing 0 keys and 0 values
10:36:46.763 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:36:46.764 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/125549276
10:36:46.765 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1010434098
10:36:46.766 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:36:46.769 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:36:46.785 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:36:49.909 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094209619_127.0.0.1_52892
10:36:49.911 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Notify connected event to listeners.
10:36:49.911 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:36:49.912 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [35d36fa6-ceb5-44d5-8963-4041ce5a40b7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/706960270
10:36:50.085 [main] INFO c.s.a.VscAuthApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:36:54.230 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18081"]
10:36:54.233 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:36:54.234 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:36:54.802 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:36:57.928 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:37:01.033 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 74ea7f1a-d538-4fae-a48e-14453851c303
10:37:01.034 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] RpcClient init label, labels = {module=naming, source=sdk}
10:37:01.037 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:37:01.037 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:37:01.038 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:37:01.038 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:37:01.159 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094221045_127.0.0.1_52976
10:37:01.159 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Notify connected event to listeners.
10:37:01.159 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:37:01.160 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/706960270
10:37:01.221 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18081"]
10:37:01.255 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-auth 192.168.2.184:18081 register finished
10:37:01.711 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Receive server push request, request = NotifySubscriberRequest, requestId = 14
10:37:01.728 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Ack server push request, request = NotifySubscriberRequest, requestId = 14
10:37:01.976 [main] INFO c.s.a.VscAuthApplication - [logStarted,61] - Started VscAuthApplication in 19.413 seconds (JVM running for 22.596)
10:37:02.007 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth.yml, group=DEFAULT_GROUP
10:37:02.038 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth-dev.yml, group=DEFAULT_GROUP
10:37:02.039 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-auth, group=DEFAULT_GROUP
10:37:03.547 [RMI TCP Connection(3)-192.168.2.184] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:37:52.189 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Receive server push request, request = NotifySubscriberRequest, requestId = 19
10:37:52.190 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Ack server push request, request = NotifySubscriberRequest, requestId = 19
10:45:00.301 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:45:00.304 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:45:00.372 [nacos-grpc-client-executor-115] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Receive server push request, request = NotifySubscriberRequest, requestId = 20
10:45:00.384 [nacos-grpc-client-executor-115] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [74ea7f1a-d538-4fae-a48e-14453851c303] Ack server push request, request = NotifySubscriberRequest, requestId = 20
10:45:00.654 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:45:00.655 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@24ae7bba[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:45:00.655 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1735094221045_127.0.0.1_52976
10:45:00.657 [nacos-grpc-client-executor-116] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1735094221045_127.0.0.1_52976]Ignore complete event,isRunning:false,isAbandon=false
10:45:00.661 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@7456cfa3[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 117]

View File

@ -1,307 +0,0 @@
10:34:06.433 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 9848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.file.VscFileApplication.main(VscFileApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:9848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:34:08.460 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 9848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.file.VscFileApplication.main(VscFileApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:9848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:34:10.495 [main] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 9848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.start(RpcClient.java:390)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:885)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.getOneRunningClient(ClientWorker.java:1044)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:940)
at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:397)
at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:166)
at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:94)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.loadNacosData(NacosPropertySourceBuilder.java:85)
at com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder.build(NacosPropertySourceBuilder.java:73)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosPropertySource(NacosPropertySourceLocator.java:199)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosDataIfPresent(NacosPropertySourceLocator.java:186)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadNacosConfiguration(NacosPropertySourceLocator.java:158)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.loadSharedConfiguration(NacosPropertySourceLocator.java:116)
at com.alibaba.cloud.nacos.client.NacosPropertySourceLocator.locate(NacosPropertySourceLocator.java:101)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:51)
at org.springframework.cloud.bootstrap.config.PropertySourceLocator.locateCollection(PropertySourceLocator.java:47)
at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:95)
at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:607)
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.file.VscFileApplication.main(VscFileApplication.java:19)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:9848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:34:10.651 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=1cb61eb828ec724b9eb9c5d3e44fea1e, Client-RequestTS=1735094050498, exConfigInfo=true, notify=false, Timestamp=1735094050499}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:34:10.762 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=1cb61eb828ec724b9eb9c5d3e44fea1e, Client-RequestTS=1735094050498, exConfigInfo=true, notify=false, Timestamp=1735094050499}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:34:10.873 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=1cb61eb828ec724b9eb9c5d3e44fea1e, Client-RequestTS=1735094050498, exConfigInfo=true, notify=false, Timestamp=1735094050499}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:34:11.000 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=c72e458f43df2f717bfb97562c5d581b, Client-RequestTS=1735094050894, exConfigInfo=true, notify=false, Timestamp=1735094050894}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:34:11.111 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=c72e458f43df2f717bfb97562c5d581b, Client-RequestTS=1735094050894, exConfigInfo=true, notify=false, Timestamp=1735094050894}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:34:11.223 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=c72e458f43df2f717bfb97562c5d581b, Client-RequestTS=1735094050894, exConfigInfo=true, notify=false, Timestamp=1735094050894}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:34:11.334 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=bc0c73c3b056cb3fd1fa2b424c43764b, Client-RequestTS=1735094051229, exConfigInfo=true, notify=false, Timestamp=1735094051229}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:34:11.444 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=bc0c73c3b056cb3fd1fa2b424c43764b, Client-RequestTS=1735094051229, exConfigInfo=true, notify=false, Timestamp=1735094051229}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:34:11.556 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=bc0c73c3b056cb3fd1fa2b424c43764b, Client-RequestTS=1735094051229, exConfigInfo=true, notify=false, Timestamp=1735094051229}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:34:11.664 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=85b858e789899824b15d94d79c0cb82a, Client-RequestTS=1735094051557, exConfigInfo=true, notify=false, Timestamp=1735094051557}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:STARTING
10:34:11.776 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=85b858e789899824b15d94d79c0cb82a, Client-RequestTS=1735094051557, exConfigInfo=true, notify=false, Timestamp=1735094051557}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:STARTING
10:34:11.887 [main] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=85b858e789899824b15d94d79c0cb82a, Client-RequestTS=1735094051557, exConfigInfo=true, notify=false, Timestamp=1735094051557}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
10:34:12.522 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 9848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:9848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
10:34:13.851 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysFileController': Unsatisfied dependency expressed through field 'sysFileService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'localSysFileServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'file.prefix' in value "${file.prefix}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.file.VscFileApplication.main(VscFileApplication.java:19)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'localSysFileServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'file.prefix' in value "${file.prefix}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
... 20 common frames omitted
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'file.prefix' in value "${file.prefix}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
... 31 common frames omitted

View File

@ -1,16 +0,0 @@
11:09:09.570 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
11:09:11.588 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c881353a-13a9-426d-974a-0f34f7b9534e_config-0
11:09:11.634 [main] INFO o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 3 keys and 6 values
11:09:11.661 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
11:09:11.672 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
11:09:11.815 [main] INFO o.r.Reflections - [scan,232] - Reflections took 141 ms to scan 258 urls, producing 0 keys and 0 values
11:09:11.824 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
11:09:11.834 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
11:09:11.843 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
11:09:11.970 [main] INFO o.r.Reflections - [scan,232] - Reflections took 124 ms to scan 258 urls, producing 0 keys and 0 values
11:09:11.972 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c881353a-13a9-426d-974a-0f34f7b9534e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:09:11.973 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c881353a-13a9-426d-974a-0f34f7b9534e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$333/2089786414
11:09:11.973 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c881353a-13a9-426d-974a-0f34f7b9534e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$334/336400944
11:09:11.974 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c881353a-13a9-426d-974a-0f34f7b9534e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:09:11.975 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c881353a-13a9-426d-974a-0f34f7b9534e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:09:11.983 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c881353a-13a9-426d-974a-0f34f7b9534e_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}

View File

@ -1,27 +0,0 @@
10:34:00.524 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:34:02.516 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0
10:34:02.565 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
10:34:02.591 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
10:34:02.609 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values
10:34:02.786 [main] INFO o.r.Reflections - [scan,232] - Reflections took 175 ms to scan 259 urls, producing 0 keys and 0 values
10:34:02.795 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
10:34:02.804 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
10:34:02.814 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
10:34:02.937 [main] INFO o.r.Reflections - [scan,232] - Reflections took 121 ms to scan 259 urls, producing 0 keys and 0 values
10:34:02.938 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:34:02.939 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$333/2083969860
10:34:02.939 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$334/1707293586
10:34:02.940 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:34:02.941 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:34:02.951 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
10:34:06.440 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
10:34:08.462 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
10:34:10.496 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
10:34:10.496 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:34:10.496 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [88c2c94f-c82a-42ab-b599-427cbb9179a5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$342/1541427914
10:34:11.898 [main] INFO c.s.f.VscFileApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:34:13.404 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9300"]
10:34:13.405 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:34:13.405 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:34:13.651 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:34:13.806 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,547 +0,0 @@
13:05:38.740 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.740 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.740 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.740 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.740 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.740 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.799 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.805 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.817 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.860 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.913 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:38.963 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:05:56.031 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:03.309 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/abnormalRep/getAbnormalRepList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:09.585 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getOrgNumAndRate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:09.632 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getTodayTaskList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:13.161 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getOrgNumAndRate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:13.187 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getTodayTaskList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.313 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.333 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.355 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.364 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.379 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.401 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.421 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.436 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.458 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:14.475 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:16.704 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/sys/problem/getProblemPage,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:32.391 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/abnormalRep/getAbnormalRepList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:34.084 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/abnormalRep/getAbnormalRepList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:39.765 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/abnormalRep/getAbnormalRepList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:42.551 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getOrgNumAndRate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:06:42.575 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/todayTask/getTodayTaskList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:16:55.728 [nacos-grpc-client-executor-268] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734584626402_127.0.0.1_56852]Request stream onCompleted, switch server
13:16:58.221 [boundedElastic-7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.221 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.221 [boundedElastic-22] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.221 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.221 [com.alibaba.nacos.client.naming.updater.5] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.221 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.221 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:16:58.326 [com.alibaba.nacos.client.naming.updater.5] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.326 [boundedElastic-22] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.326 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.326 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.326 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.326 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.326 [boundedElastic-7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [boundedElastic-7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [boundedElastic-22] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.435 [com.alibaba.nacos.client.naming.updater.5] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:16:58.437 [boundedElastic-7] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 17 common frames omitted
13:16:58.437 [boundedElastic-22] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 17 common frames omitted
13:20:07.041 [com.alibaba.nacos.client.naming.updater.5] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 1950 milliseconds, 107100 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@3f7252fc[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@37a2f72d, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b910c3d, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@4979e145}}}}}]]
13:20:07.041 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 1949 milliseconds, 807900 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@2236445a[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@37a2f72d, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b910c3d, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@4979e145}}}}}]]
13:20:07.041 [com.alibaba.nacos.client.naming.updater.6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 1950 milliseconds, 99600 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@3b57f87[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@37a2f72d, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b910c3d, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@4979e145}}}}}]]
13:20:07.041 [com.alibaba.nacos.client.naming.updater.4] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 1949 milliseconds, 785900 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@30209f45[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@37a2f72d, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b910c3d, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@4979e145}}}}}]]
13:20:07.043 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.TimeoutException: Waited 3000 milliseconds (plus 1949 milliseconds, 779200 nanoseconds delay) for com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$GrpcFuture@18bd9245[status=PENDING, info=[GrpcFuture{clientCall={delegate={delegate=ClientCallImpl{method=MethodDescriptor{fullMethodName=Request/request, type=UNARY, idempotent=false, safe=false, sampledToLocalTracing=true, requestMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@37a2f72d, responseMarshaller=com.alibaba.nacos.shaded.io.grpc.protobuf.lite.ProtoLiteUtils$MessageMarshaller@3b910c3d, schemaDescriptor=com.alibaba.nacos.api.grpc.auto.RequestGrpc$RequestMethodDescriptorSupplier@4979e145}}}}}]]
13:21:18.848 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYyNn0.f-ek2qZRujJEV3UE6W5Wc3h-KEMkY6-cs-MeQ2y6P9IykIbjQxT-vDCdNi8uEdbH, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:21:18.848 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYyNn0.f-ek2qZRujJEV3UE6W5Wc3h-KEMkY6-cs-MeQ2y6P9IykIbjQxT-vDCdNi8uEdbH, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:21:18.848 [com.alibaba.nacos.client.naming.updater.6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYyNn0.f-ek2qZRujJEV3UE6W5Wc3h-KEMkY6-cs-MeQ2y6P9IykIbjQxT-vDCdNi8uEdbH, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:21:18.848 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYyNn0.f-ek2qZRujJEV3UE6W5Wc3h-KEMkY6-cs-MeQ2y6P9IykIbjQxT-vDCdNi8uEdbH, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:21:18.848 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYyNn0.f-ek2qZRujJEV3UE6W5Wc3h-KEMkY6-cs-MeQ2y6P9IykIbjQxT-vDCdNi8uEdbH, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:21:18.852 [nacos-grpc-client-executor-358] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734585607049_127.0.0.1_22107]Request stream onCompleted, switch server
13:21:18.853 [nacos-grpc-client-executor-211] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734585607049_127.0.0.1_22108]Request stream onCompleted, switch server
13:21:20.019 [boundedElastic-27] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = Connection is unregistered.
13:21:20.020 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:21:20.020 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:21:20.020 [com.alibaba.nacos.client.naming.updater.6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:21:20.020 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:21:20.020 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:21:20.019 [boundedElastic-28] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = Connection is unregistered.
13:21:20.020 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigBatchListenRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYxNH0.B6b3_wJgT9o7N3HQFYRbVPSVkVFmxUM-LT-msGLmXJh33hTg-rWyXciljV46nzcQ, charset=UTF-8, Client-AppName=unknown, Client-RequestToken=fe7aaa0da1375f5bf2992d7c4ae5d629, Client-RequestTS=1734585679223, exConfigInfo=true, Timestamp=1734585679223}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [com.alibaba.nacos.client.naming.updater.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [com.alibaba.nacos.client.naming.updater.6] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [com.alibaba.nacos.client.Worker] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ConfigBatchListenRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwMjYxNH0.B6b3_wJgT9o7N3HQFYRbVPSVkVFmxUM-LT-msGLmXJh33hTg-rWyXciljV46nzcQ, charset=UTF-8, Client-AppName=unknown, Client-RequestToken=fe7aaa0da1375f5bf2992d7c4ae5d629, Client-RequestTS=1734585679223, exConfigInfo=true, Timestamp=1734585679223}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [boundedElastic-27] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.130 [boundedElastic-28] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.240 [boundedElastic-27] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.240 [boundedElastic-28] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceListRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:21:20.240 [boundedElastic-27] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 17 common frames omitted
13:21:20.240 [boundedElastic-28] ERROR c.a.c.n.d.r.NacosReactiveDiscoveryClient - [lambda$getServices$3,94] - get services from nacos server fail,
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.getServiceList(NamingGrpcClientProxy.java:202)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.getServiceList(NamingClientProxyDelegate.java:136)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:440)
at com.alibaba.nacos.client.naming.NacosNamingService.getServicesOfServer(NacosNamingService.java:428)
at com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery.getServices(NacosServiceDiscovery.java:70)
at com.alibaba.cloud.nacos.discovery.reactive.NacosReactiveDiscoveryClient.lambda$getServices$3(NacosReactiveDiscoveryClient.java:87)
at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:46)
at reactor.core.publisher.InternalFluxOperator.subscribe(InternalFluxOperator.java:62)
at reactor.core.publisher.FluxSubscribeOn$SubscribeOnSubscriber.run(FluxSubscribeOn.java:194)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84)
at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 17 common frames omitted
13:30:15.003 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/abnormalRep/getAbnormalRepList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:30:23.979 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:30:24.013 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:30:24.048 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
13:34:07.135 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
13:36:31.210 [nacos-grpc-client-executor-126] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734586016007_127.0.0.1_7572]Request stream error, switch server,error={}
com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:442)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:247)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1140)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 common frames omitted
13:36:31.210 [nacos-grpc-client-executor-197] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734586023729_127.0.0.1_7626]Request stream error, switch server,error={}
com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:442)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:247)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1140)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:697)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 common frames omitted
13:36:32.959 [SpringApplicationShutdownHook] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwNDAyM30.OAM_rJdIbEUEzKGtY7MAoPsL8GEVS2osL7_d9V1uIADjIwZ9AXngU4Z4tSgQblyX, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:36:33.069 [SpringApplicationShutdownHook] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwNDAyM30.OAM_rJdIbEUEzKGtY7MAoPsL8GEVS2osL7_d9V1uIADjIwZ9AXngU4Z4tSgQblyX, app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:36:33.178 [SpringApplicationShutdownHook] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = SubscribeServiceRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwNDAyM30.OAM_rJdIbEUEzKGtY7MAoPsL8GEVS2osL7_d9V1uIADjIwZ9AXngU4Z4tSgQblyX, app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:36:33.178 [SpringApplicationShutdownHook] ERROR c.a.c.n.d.NacosWatch - [stop,178] - namingService unsubscribe failed, properties:NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-gateway', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.0.38', networkInterface='', port=18080, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doUnsubscribe(NamingGrpcClientProxy.java:260)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.unsubscribe(NamingGrpcClientProxy.java:241)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.unsubscribe(NamingClientProxyDelegate.java:157)
at com.alibaba.nacos.client.naming.NacosNamingService.unsubscribe(NacosNamingService.java:417)
at com.alibaba.cloud.nacos.discovery.NacosWatch.stop(NacosWatch.java:174)
at com.alibaba.cloud.nacos.discovery.NacosWatch.stop(NacosWatch.java:107)
at org.springframework.context.support.DefaultLifecycleProcessor.doStop(DefaultLifecycleProcessor.java:234)
at org.springframework.context.support.DefaultLifecycleProcessor.access$300(DefaultLifecycleProcessor.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop(DefaultLifecycleProcessor.java:373)
at org.springframework.context.support.DefaultLifecycleProcessor.stopBeans(DefaultLifecycleProcessor.java:206)
at org.springframework.context.support.DefaultLifecycleProcessor.onClose(DefaultLifecycleProcessor.java:129)
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1067)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.doClose(ReactiveWebServerApplicationContext.java:149)
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 18 common frames omitted
13:36:33.232 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:36:33.232 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)
13:36:33.288 [SpringApplicationShutdownHook] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwNDAyM30.OAM_rJdIbEUEzKGtY7MAoPsL8GEVS2osL7_d9V1uIADjIwZ9AXngU4Z4tSgQblyX, app=unknown}, requestId='null'}, retryTimes = 0, errorMessage = Client not connected, current status:UNHEALTHY
13:36:33.397 [SpringApplicationShutdownHook] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwNDAyM30.OAM_rJdIbEUEzKGtY7MAoPsL8GEVS2osL7_d9V1uIADjIwZ9AXngU4Z4tSgQblyX, app=unknown}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:36:33.506 [SpringApplicationShutdownHook] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={accessToken=eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6MTczNDYwNDAyM30.OAM_rJdIbEUEzKGtY7MAoPsL8GEVS2osL7_d9V1uIADjIwZ9AXngU4Z4tSgQblyX, app=unknown}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:36:33.506 [SpringApplicationShutdownHook] ERROR c.a.c.n.r.NacosServiceRegistry - [deregister,110] - ERR_NACOS_DEREGISTER, de-register failed...NacosRegistration{nacosDiscoveryProperties=NacosDiscoveryProperties{serverAddr='127.0.0.1:18848', username='nacos', password='Jjsp@nacos2023', endpoint='', namespace='', watchDelay=30000, logName='', service='securityControl-gateway', weight=1.0, clusterName='DEFAULT', group='DEFAULT_GROUP', namingLoadCacheAtStart='false', metadata={management.port=-1, preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.0.38', networkInterface='', port=18080, secure=false, accessKey='', secretKey='', heartBeatInterval=null, heartBeatTimeout=null, ipDeleteTimeout=null, instanceEnabled=true, ephemeral=true, failureToleranceEnabled=false}, ipDeleteTimeout=null, failFast=true}},
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed:
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:290)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.doDeregisterService(NamingGrpcClientProxy.java:153)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.deregisterService(NamingGrpcClientProxy.java:139)
at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.deregisterService(NamingClientProxyDelegate.java:99)
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:180)
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:170)
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.deregister(NacosServiceRegistry.java:106)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.deregister(AbstractAutoServiceRegistration.java:249)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.stop(AbstractAutoServiceRegistration.java:264)
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.destroy(AbstractAutoServiceRegistration.java:201)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:347)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:177)
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:197)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1163)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1156)
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1106)
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1075)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.doClose(ReactiveWebServerApplicationContext.java:149)
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
at java.lang.Iterable.forEach(Iterable.java:75)
at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected, current status:UNHEALTHY
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:650)
at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:630)
at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:280)
... 30 common frames omitted
13:36:33.840 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.lang.InterruptedException: null
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:438)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
13:36:33.841 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [connectToServer,295] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5]Fail to connect to server!,error={}
java.util.concurrent.RejectedExecutionException: Task com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor@5d0c4dad rejected from java.util.concurrent.ThreadPoolExecutor@75fa627e[Shutting down, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 200]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.schedule(SerializingExecutor.java:93)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.execute(SerializingExecutor.java:86)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.closedInternal(ClientCallImpl.java:696)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.closed(ClientCallImpl.java:646)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.closed(ClientCallImpl.java:639)
at com.alibaba.nacos.shaded.io.grpc.internal.DelayedStream.cancel(DelayedStream.java:302)
at com.alibaba.nacos.shaded.io.grpc.internal.DelayedClientTransport$PendingStream.cancel(DelayedClientTransport.java:363)
at com.alibaba.nacos.shaded.io.grpc.internal.DelayedClientTransport.shutdownNow(DelayedClientTransport.java:241)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelImpl$UncommittedRetriableStreamsRegistry.onShutdownNow(ManagedChannelImpl.java:1021)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelImpl.shutdownNow(ManagedChannelImpl.java:752)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelImpl.shutdownNow(ManagedChannelImpl.java:105)
at com.alibaba.nacos.shaded.io.grpc.internal.ForwardingManagedChannel.shutdownNow(ForwardingManagedChannel.java:52)
at com.alibaba.nacos.shaded.io.grpc.internal.ManagedChannelOrphanWrapper.shutdownNow(ManagedChannelOrphanWrapper.java:66)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.shuntDownChannel(GrpcClient.java:130)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:266)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
13:36:35.408 [com.alibaba.nacos.client.remote.worker] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - Server check fail, please check server 127.0.0.1 ,port 19848 is available , error ={}
java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.serverCheck(GrpcClient.java:148)
at com.alibaba.nacos.common.remote.client.grpc.GrpcClient.connectToServer(GrpcClient.java:264)
at com.alibaba.nacos.common.remote.client.RpcClient.reconnect(RpcClient.java:522)
at com.alibaba.nacos.common.remote.client.RpcClient.lambda$start$2(RpcClient.java:370)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
... 3 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:19848
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:327)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:336)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:685)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:632)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:549)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:511)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at com.alibaba.nacos.shaded.io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:750)

View File

@ -1,210 +0,0 @@
09:17:06.190 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestCoverFilter': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
... 17 common frames omitted
09:18:44.792 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestCoverFilter': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
... 17 common frames omitted
09:19:28.100 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
09:20:46.797 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.797 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.797 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.797 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.816 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.830 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.834 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.860 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.863 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.866 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.879 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.880 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:01.116 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/device/getDeviceList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:03.798 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.881 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/team/getOrgSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.909 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getBasicInfoData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.928 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.948 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProjectSelect,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:03.648 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:03.683 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getBasicInfoData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.091 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/team/getOrgSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.116 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getBasicInfoData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.134 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.155 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProjectSelect,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:23:28.684 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:23:28.684 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:24:26.526 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:24:26.527 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:30.902 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.216 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.270 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.321 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.375 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getProSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:12.957 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:12.957 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:31.808 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:31.808 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:44:01.995 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:44:01.995 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:44:01.995 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:46:04.298 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
10:04:53.677 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
10:04:53.736 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
10:35:14.131 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:31.987 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.369 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.428 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.854 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.873 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.894 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.904 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.920 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.942 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.956 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.974 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.987 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:49.008 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.345 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.391 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.707 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.727 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.745 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.754 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.770 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.795 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.811 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.828 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.843 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.860 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:54.811 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:54.856 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.151 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.169 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.195 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.207 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.226 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.251 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.264 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.282 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.298 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.320 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.569 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.620 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.919 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.941 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.951 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.965 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.985 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.004 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.021 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.038 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.053 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.255 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.300 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.558 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.580 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.595 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.606 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.623 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.643 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.656 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.672 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.690 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.704 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:14.325 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.089 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.173 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.579 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.608 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.629 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.655 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.681 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.706 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.728 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.749 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.777 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.806 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:17.772 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:17.882 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.286 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.305 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.324 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.336 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.353 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.372 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.388 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.404 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.420 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.436 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:29.224 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,589 +0,0 @@
13:03:33.648 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:03:35.699 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 164f6c48-4c87-4677-878b-59b74d71127c_config-0
13:03:35.759 [main] INFO o.r.Reflections - [scan,232] - Reflections took 34 ms to scan 1 urls, producing 3 keys and 6 values
13:03:35.792 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
13:03:35.804 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
13:03:35.831 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 14 urls, producing 0 keys and 0 values
13:03:35.844 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values
13:03:35.863 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values
13:03:35.881 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values
13:03:35.904 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 14 urls, producing 0 keys and 0 values
13:03:35.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:03:35.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/346049017
13:03:35.907 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/156127720
13:03:35.908 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:03:35.908 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:03:35.918 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:03:37.511 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734584617269_127.0.0.1_56829
13:03:37.512 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify connected event to listeners.
13:03:37.512 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:03:37.513 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/1835477972
13:03:37.682 [main] INFO c.s.g.VscGatewayApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:03:45.444 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayFilter,144] - [Sentinel SpringCloudGateway] register SentinelGatewayFilter with order: -2147483648
13:03:45.946 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayBlockExceptionHandler,134] - [Sentinel SpringCloudGateway] register SentinelGatewayBlockExceptionHandler
13:03:46.393 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9d0b600a-6550-4cf1-a84b-c6fe8a789e34
13:03:46.394 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] RpcClient init label, labels = {module=naming, source=sdk}
13:03:46.395 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:03:46.396 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:03:46.396 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:03:46.397 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:03:46.514 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734584626402_127.0.0.1_56852
13:03:46.514 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:03:46.514 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify connected event to listeners.
13:03:46.514 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/1835477972
13:03:47.613 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 1
13:03:47.614 [nacos-grpc-client-executor-10] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 1
13:03:49.803 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-gateway 192.168.0.38:18080 register finished
13:03:49.830 [main] INFO c.s.g.VscGatewayApplication - [logStarted,61] - Started VscGatewayApplication in 18.132 seconds (JVM running for 31.566)
13:03:49.854 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway, group=DEFAULT_GROUP
13:03:49.867 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway.yml, group=DEFAULT_GROUP
13:03:49.869 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway-dev.yml, group=DEFAULT_GROUP
13:03:50.332 [nacos-grpc-client-executor-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 2
13:03:50.334 [nacos-grpc-client-executor-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 2
13:04:17.194 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 4
13:04:17.194 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 4
13:05:08.029 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :username=%21jysp&password=Bonus%40admin123
13:05:08.057 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:10.266 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :username=jysp&password=admin%40123
13:05:10.266 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:11.972 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :username=jysp&password=admin%40123
13:05:11.973 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:35.216 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :username=jysp&password=admin%40123
13:05:35.217 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:37.726 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :userId=2
13:05:37.823 [reactor-http-nio-5] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :orgId=1
13:05:38.466 [reactor-http-nio-6] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:05:38.523 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :curryDay=2024-12-19&proType=
13:05:38.575 [reactor-http-nio-8] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:05:38.684 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.684 [reactor-http-nio-8] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.684 [reactor-http-nio-6] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.684 [reactor-http-nio-5] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.684 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.684 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.793 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :type=1&curryDay=2024-12-19
13:05:38.795 [reactor-http-nio-6] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.799 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.808 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:05:38.814 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.850 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :type=1&dateType=1&proType=
13:05:38.856 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.903 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :type=3&dateType=1&proType=
13:05:38.909 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:38.953 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proNo=2222
13:05:38.959 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:05:39.253 [nacos-grpc-client-executor-88] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 8
13:05:39.253 [nacos-grpc-client-executor-88] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 8
13:05:39.255 [nacos-grpc-client-executor-89] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 9
13:05:39.256 [nacos-grpc-client-executor-89] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 9
13:05:56.021 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :orgId=1
13:05:56.027 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:01.895 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :params=risk_level
13:06:01.902 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:03.301 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:06:03.306 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:09.526 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :params=risk_level
13:06:09.531 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:09.577 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&yxsType=&xsUser=&currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:06:09.582 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:09.620 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&yxsType=&xsUser=&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:06:09.628 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:13.152 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=null&limit=null&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&currentUserId=2&isSup=1&yxsType=&xsUser=&currentUserOrgId=12Z0
13:06:13.157 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:13.176 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&yxsType=&xsUser=&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:06:13.183 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.305 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:06:14.310 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.326 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :curryDay=2024-12-19&proType=
13:06:14.329 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.346 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:06:14.350 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.360 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.376 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.394 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :type=1&curryDay=2024-12-19
13:06:14.398 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.413 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:06:14.417 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.429 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :type=1&dateType=1&proType=
13:06:14.434 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.448 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :type=3&dateType=1&proType=
13:06:14.453 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:14.466 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proNo=2222
13:06:14.471 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:16.695 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=30&status=&keyWord=
13:06:16.700 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:32.385 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:06:32.389 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:34.074 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:06:34.079 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:39.755 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:06:39.761 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:42.501 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :params=risk_level
13:06:42.505 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:42.545 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&yxsType=&xsUser=&currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:06:42.548 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:42.568 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&yxsType=&xsUser=&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:06:42.572 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:06:43.352 [nacos-grpc-client-executor-115] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 10
13:06:43.360 [nacos-grpc-client-executor-115] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 10
13:07:19.867 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=null&limit=null&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&currentUserId=2&isSup=1&yxsType=&xsUser=&currentUserOrgId=12Z0
13:07:19.874 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:21.042 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&yxsType=&xsUser=&workDay=2024-12-19+-+2024-12-19&buildCode=&inspector=&evaluationStatus=&foreman=&riskLevel=&proStatus=&bidName=&ballStatus=&keyWord=&currentUserId=2&isSup=1&currentUserOrgId=12Z0
13:07:21.049 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.282 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945&type=1
13:07:23.287 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.480 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :params=distance
13:07:23.484 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.607 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:23.612 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.642 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.730 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:23.733 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.748 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:23.752 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.768 [reactor-http-nio-6] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:23.773 [reactor-http-nio-6] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.784 [reactor-http-nio-8] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:23.843 [reactor-http-nio-8] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.850 [reactor-http-nio-5] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:23.851 [reactor-http-nio-9] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :bidNo=1312001900AJ0302
13:07:23.854 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:23.854 [reactor-http-nio-5] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:24.261 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :bidNo=1312001900AJ03
13:07:24.266 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:38.292 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:38.592 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:07:38.598 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:42.154 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:07:42.158 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:07:44.555 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=15
13:07:44.560 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:08:14.417 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:08:14.440 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:08:14.444 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:08:14.458 [reactor-http-nio-9] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:08:14.463 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:10:12.147 [nacos-grpc-client-executor-170] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 13
13:10:12.158 [nacos-grpc-client-executor-170] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 13
13:10:14.983 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:10:15.014 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:10:15.020 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:10:15.045 [reactor-http-nio-9] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:10:15.048 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:10:21.316 [nacos-grpc-client-executor-174] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 14
13:10:21.327 [nacos-grpc-client-executor-174] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 14
13:10:28.859 [nacos-grpc-client-executor-176] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 15
13:10:28.870 [nacos-grpc-client-executor-176] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 15
13:10:47.757 [nacos-grpc-client-executor-182] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 17
13:10:47.769 [nacos-grpc-client-executor-182] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 17
13:11:18.403 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:11:19.706 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :classId=01IaQ6AiVBbFGYqeqXY1733783849945
13:11:19.711 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:11:19.778 [reactor-http-nio-14] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:11:56.884 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:11:56.890 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:01.514 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:12:01.519 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:01.604 [reactor-http-nio-15] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:14.621 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=15
13:12:14.623 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:15.066 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:15.085 [reactor-http-nio-9] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:12:15.089 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:15.103 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:12:15.106 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:36.772 [reactor-http-nio-9] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:12:36.776 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:12:36.829 [reactor-http-nio-16] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:15.425 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:15.449 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:14:15.453 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:15.475 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:14:15.479 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:37.138 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:14:37.141 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:39.161 [reactor-http-nio-3] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:46.486 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:14:46.489 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:14:46.555 [reactor-http-nio-4] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:15:54.610 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:15:54.613 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:02.275 [reactor-http-nio-6] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:08.460 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:16:08.463 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:17.204 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:55.724 [nacos-grpc-client-executor-168] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 21
13:16:55.724 [nacos-grpc-client-executor-268] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = ClientDetectionRequest, requestId = 20
13:16:55.724 [nacos-grpc-client-executor-268] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = ClientDetectionRequest, requestId = 20
13:16:55.724 [nacos-grpc-client-executor-168] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 21
13:16:55.725 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:55.726 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Server healthy check fail, currentConnection = 1734584617269_127.0.0.1_56829
13:16:55.726 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:16:55.727 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Server healthy check fail, currentConnection = 1734584626402_127.0.0.1_56852
13:16:55.988 [nacos-grpc-client-executor-168] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734584617269_127.0.0.1_56829]Ignore complete event,isRunning:false,isAbandon=false
13:16:55.989 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:16:55.989 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:16:55.992 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:58.216 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:16:58.224 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:16:58.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Success to connect a server [127.0.0.1:18848], connectionId = 1734585418223_127.0.0.1_44490
13:16:58.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1734585418223_127.0.0.1_44489
13:16:58.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734584626402_127.0.0.1_56852
13:16:58.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734584617269_127.0.0.1_56829
13:16:58.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734584626402_127.0.0.1_56852
13:16:58.342 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734584617269_127.0.0.1_56829
13:16:58.345 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify disconnected event to listeners
13:16:58.345 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify disconnected event to listeners
13:16:58.346 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify connected event to listeners.
13:16:58.353 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify connected event to listeners.
13:16:58.437 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Server check success, currentServer is 127.0.0.1:18848
13:16:59.294 [nacos-grpc-client-executor-286] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 22
13:16:59.295 [nacos-grpc-client-executor-286] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 22
13:16:59.296 [nacos-grpc-client-executor-287] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 23
13:16:59.296 [nacos-grpc-client-executor-287] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 23
13:16:59.297 [nacos-grpc-client-executor-288] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 24
13:16:59.297 [nacos-grpc-client-executor-288] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 24
13:16:59.301 [nacos-grpc-client-executor-289] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 25
13:16:59.301 [nacos-grpc-client-executor-289] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 25
13:18:17.993 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:18:18.054 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:18:18.057 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:18:18.105 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:18:18.109 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:19:56.461 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:19:56.463 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:20:07.041 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Server healthy check fail, currentConnection = 1734585418223_127.0.0.1_44489
13:20:07.041 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:20:07.043 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Server healthy check fail, currentConnection = 1734585418223_127.0.0.1_44490
13:20:07.043 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:20:07.123 [reactor-http-nio-10] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:21:18.467 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1734585607049_127.0.0.1_22108
13:21:18.467 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Success to connect a server [127.0.0.1:18848], connectionId = 1734585607049_127.0.0.1_22107
13:21:18.468 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734585418223_127.0.0.1_44490
13:21:18.467 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734585418223_127.0.0.1_44489
13:21:18.468 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585418223_127.0.0.1_44489
13:21:18.468 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585418223_127.0.0.1_44490
13:21:18.468 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify disconnected event to listeners
13:21:18.468 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify disconnected event to listeners
13:21:18.470 [nacos-grpc-client-executor-212] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 26
13:21:18.470 [nacos-grpc-client-executor-359] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = ClientDetectionRequest, requestId = 28
13:21:18.470 [nacos-grpc-client-executor-358] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = ClientDetectionRequest, requestId = 27
13:21:18.470 [nacos-grpc-client-executor-359] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = ClientDetectionRequest, requestId = 28
13:21:18.470 [nacos-grpc-client-executor-212] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 26
13:21:18.470 [nacos-grpc-client-executor-211] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 29
13:21:18.470 [nacos-grpc-client-executor-211] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 29
13:21:18.470 [nacos-grpc-client-executor-358] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = ClientDetectionRequest, requestId = 27
13:21:18.470 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify connected event to listeners.
13:21:18.851 [nacos-grpc-client-executor-359] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734585418223_127.0.0.1_44490]Ignore complete event,isRunning:true,isAbandon=true
13:21:18.851 [nacos-grpc-client-executor-212] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734585418223_127.0.0.1_44489]Ignore complete event,isRunning:true,isAbandon=true
13:21:18.853 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:21:18.862 [reactor-http-nio-9] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:21:19.221 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify connected event to listeners.
13:21:19.227 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:21:19.228 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:21:19.228 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:21:19.234 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:21:19.234 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:21:20.020 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1734585679224_127.0.0.1_22303
13:21:20.020 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734585607049_127.0.0.1_22108
13:21:20.020 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585607049_127.0.0.1_22108
13:21:20.021 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify disconnected event to listeners
13:21:20.034 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [164f6c48-4c87-4677-878b-59b74d71127c_config-0] Notify connected event to listeners.
13:21:20.130 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Success to connect a server [127.0.0.1:18848], connectionId = 1734585679234_127.0.0.1_22307
13:21:20.130 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734585607049_127.0.0.1_22107
13:21:20.130 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585607049_127.0.0.1_22107
13:21:20.134 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify disconnected event to listeners
13:21:20.134 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:21:20.134 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify connected event to listeners.
13:21:20.256 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Success to connect a server [127.0.0.1:18848], connectionId = 1734585680141_127.0.0.1_22312
13:21:20.256 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1734585679234_127.0.0.1_22307
13:21:20.256 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585679234_127.0.0.1_22307
13:21:20.257 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify disconnected event to listeners
13:21:20.257 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Notify connected event to listeners.
13:21:20.258 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Server check success, currentServer is 127.0.0.1:18848
13:21:22.003 [nacos-grpc-client-executor-396] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 30
13:21:22.004 [nacos-grpc-client-executor-396] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 30
13:21:22.008 [nacos-grpc-client-executor-397] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 32
13:21:22.008 [nacos-grpc-client-executor-397] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 32
13:21:22.010 [nacos-grpc-client-executor-398] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 31
13:21:22.010 [nacos-grpc-client-executor-398] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 31
13:21:22.014 [nacos-grpc-client-executor-399] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 33
13:21:22.014 [nacos-grpc-client-executor-399] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 33
13:21:28.103 [nacos-grpc-client-executor-401] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 34
13:21:28.103 [nacos-grpc-client-executor-401] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 34
13:21:28.104 [nacos-grpc-client-executor-402] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Receive server push request, request = NotifySubscriberRequest, requestId = 35
13:21:28.104 [nacos-grpc-client-executor-402] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d0b600a-6550-4cf1-a84b-c6fe8a789e34] Ack server push request, request = NotifySubscriberRequest, requestId = 35
13:22:19.987 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:22:20.036 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:22:20.039 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:22:20.084 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:22:20.087 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:24:20.991 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:24:21.053 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:24:21.055 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:24:21.098 [reactor-http-nio-7] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:24:21.101 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,61] - ============================ResponseEncryptFilter start===================================
13:24:54.946 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:24:54.949 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:24:55.277 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:24:55.277 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@265d7b6c[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:24:55.277 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585680141_127.0.0.1_22312
13:24:55.278 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5a9d0666[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 470]
13:25:05.638 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:25:07.629 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0
13:25:07.676 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 6 values
13:25:07.700 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values
13:25:07.714 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values
13:25:07.734 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 14 urls, producing 0 keys and 0 values
13:25:07.746 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 5 values
13:25:07.759 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values
13:25:07.776 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values
13:25:07.790 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 14 urls, producing 0 keys and 0 values
13:25:07.794 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:25:07.795 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/79121205
13:25:07.795 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/240000757
13:25:07.796 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:25:07.796 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:25:07.803 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:25:09.339 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734585909166_127.0.0.1_23153
13:25:09.339 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Notify connected event to listeners.
13:25:09.340 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:25:09.340 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2dd62a53-3a41-4d3d-a2e6-3b016514a6b7_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/2066066225
13:25:09.410 [main] INFO c.s.g.VscGatewayApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:25:16.140 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayFilter,144] - [Sentinel SpringCloudGateway] register SentinelGatewayFilter with order: -2147483648
13:25:16.628 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayBlockExceptionHandler,134] - [Sentinel SpringCloudGateway] register SentinelGatewayBlockExceptionHandler
13:25:17.035 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b8641fc4-3709-43af-a9ac-714aff8e113b
13:25:17.035 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] RpcClient init label, labels = {module=naming, source=sdk}
13:25:17.036 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:25:17.038 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:25:17.038 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:25:17.038 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:25:17.147 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734585917043_127.0.0.1_23176
13:25:17.147 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:25:17.147 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Notify connected event to listeners.
13:25:17.147 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/2066066225
13:25:17.673 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 36
13:25:17.673 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 36
13:25:17.775 [nacos-grpc-client-executor-24] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 38
13:25:17.776 [nacos-grpc-client-executor-24] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 38
13:25:17.777 [nacos-grpc-client-executor-25] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 37
13:25:17.777 [nacos-grpc-client-executor-25] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 37
13:25:17.778 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 39
13:25:17.780 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 39
13:25:20.226 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-gateway 192.168.0.38:18080 register finished
13:25:20.246 [main] INFO c.s.g.VscGatewayApplication - [logStarted,61] - Started VscGatewayApplication in 16.554 seconds (JVM running for 18.258)
13:25:20.265 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway, group=DEFAULT_GROUP
13:25:20.277 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway.yml, group=DEFAULT_GROUP
13:25:20.280 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway-dev.yml, group=DEFAULT_GROUP
13:25:20.733 [nacos-grpc-client-executor-46] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 40
13:25:20.744 [nacos-grpc-client-executor-46] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 40
13:25:23.029 [nacos-grpc-client-executor-48] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 41
13:25:23.040 [nacos-grpc-client-executor-48] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 41
13:25:23.356 [nacos-grpc-client-executor-49] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 42
13:25:23.365 [nacos-grpc-client-executor-49] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 42
13:25:27.296 [nacos-grpc-client-executor-52] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Receive server push request, request = NotifySubscriberRequest, requestId = 43
13:25:27.304 [nacos-grpc-client-executor-52] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b8641fc4-3709-43af-a9ac-714aff8e113b] Ack server push request, request = NotifySubscriberRequest, requestId = 43
13:25:34.211 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:25:34.678 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:25:35.663 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:25:35.669 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:25:35.728 [reactor-http-nio-5] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:25:58.156 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:25:58.161 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:25:58.502 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:25:58.502 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@38244b5d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:25:58.503 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734585917043_127.0.0.1_23176
13:25:58.504 [nacos-grpc-client-executor-62] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734585917043_127.0.0.1_23176]Ignore complete event,isRunning:false,isAbandon=false
13:25:58.507 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@76d722[Running, pool size = 7, active threads = 0, queued tasks = 0, completed tasks = 63]
13:26:08.896 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:26:10.892 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0
13:26:10.936 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
13:26:10.960 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values
13:26:10.972 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:26:10.989 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 14 urls, producing 0 keys and 0 values
13:26:10.999 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
13:26:11.012 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
13:26:11.025 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
13:26:11.042 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
13:26:11.043 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:26:11.044 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/294651011
13:26:11.044 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/346049017
13:26:11.045 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:26:11.045 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:26:11.051 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:26:12.387 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734585972212_127.0.0.1_7246
13:26:12.387 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Notify connected event to listeners.
13:26:12.387 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:26:12.388 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [25ffa28c-e8b5-40a1-8111-41a986aa922f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/1652552120
13:26:12.457 [main] INFO c.s.g.VscGatewayApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:26:18.910 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayFilter,144] - [Sentinel SpringCloudGateway] register SentinelGatewayFilter with order: -2147483648
13:26:19.336 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayBlockExceptionHandler,134] - [Sentinel SpringCloudGateway] register SentinelGatewayBlockExceptionHandler
13:26:19.691 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3f1a0eb5-4f58-49b8-a33e-e651fbc741ea
13:26:19.691 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] RpcClient init label, labels = {module=naming, source=sdk}
13:26:19.692 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:26:19.692 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:26:19.693 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:26:19.693 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:26:19.811 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734585979697_127.0.0.1_7265
13:26:19.811 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:26:19.811 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Notify connected event to listeners.
13:26:19.811 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/1652552120
13:26:20.356 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Receive server push request, request = NotifySubscriberRequest, requestId = 46
13:26:20.356 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Ack server push request, request = NotifySubscriberRequest, requestId = 46
13:26:20.454 [nacos-grpc-client-executor-24] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Receive server push request, request = NotifySubscriberRequest, requestId = 47
13:26:20.455 [nacos-grpc-client-executor-24] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Ack server push request, request = NotifySubscriberRequest, requestId = 47
13:26:20.457 [nacos-grpc-client-executor-25] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Receive server push request, request = NotifySubscriberRequest, requestId = 48
13:26:20.457 [nacos-grpc-client-executor-25] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Ack server push request, request = NotifySubscriberRequest, requestId = 48
13:26:20.458 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Receive server push request, request = NotifySubscriberRequest, requestId = 49
13:26:20.459 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Ack server push request, request = NotifySubscriberRequest, requestId = 49
13:26:22.255 [reactor-http-nio-3] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:26:22.255 [reactor-http-nio-4] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:26:22.824 [reactor-http-nio-4] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:26:22.824 [reactor-http-nio-3] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:26:22.824 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:26:22.895 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-gateway 192.168.0.38:18080 register finished
13:26:22.917 [main] INFO c.s.g.VscGatewayApplication - [logStarted,61] - Started VscGatewayApplication in 15.827 seconds (JVM running for 17.423)
13:26:22.936 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway, group=DEFAULT_GROUP
13:26:22.950 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway.yml, group=DEFAULT_GROUP
13:26:22.951 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway-dev.yml, group=DEFAULT_GROUP
13:26:23.404 [nacos-grpc-client-executor-51] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Receive server push request, request = NotifySubscriberRequest, requestId = 50
13:26:23.420 [nacos-grpc-client-executor-51] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Ack server push request, request = NotifySubscriberRequest, requestId = 50
13:26:28.869 [nacos-grpc-client-executor-58] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Receive server push request, request = NotifySubscriberRequest, requestId = 51
13:26:28.878 [nacos-grpc-client-executor-58] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f1a0eb5-4f58-49b8-a33e-e651fbc741ea] Ack server push request, request = NotifySubscriberRequest, requestId = 51
13:26:44.602 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:26:44.620 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:26:52.510 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:26:54.502 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0
13:26:54.542 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 6 values
13:26:54.563 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
13:26:54.574 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
13:26:54.591 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 14 urls, producing 0 keys and 0 values
13:26:54.602 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 5 values
13:26:54.616 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
13:26:54.631 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 2 keys and 8 values
13:26:54.650 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 14 urls, producing 0 keys and 0 values
13:26:54.651 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:26:54.651 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/603483530
13:26:54.652 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/577038898
13:26:54.652 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:26:54.653 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:26:54.666 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:26:56.174 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734586016007_127.0.0.1_7572
13:26:56.175 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Notify connected event to listeners.
13:26:56.175 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:26:56.175 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/1391067753
13:26:56.251 [main] INFO c.s.g.VscGatewayApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:27:02.895 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayFilter,144] - [Sentinel SpringCloudGateway] register SentinelGatewayFilter with order: -2147483648
13:27:03.321 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayBlockExceptionHandler,134] - [Sentinel SpringCloudGateway] register SentinelGatewayBlockExceptionHandler
13:27:03.721 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2d8676e7-868b-4d40-9257-bef7f1dbdbf5
13:27:03.723 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] RpcClient init label, labels = {module=naming, source=sdk}
13:27:03.724 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:27:03.724 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:27:03.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:27:03.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:27:03.832 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734586023729_127.0.0.1_7626
13:27:03.832 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:27:03.832 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Notify connected event to listeners.
13:27:03.832 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$346/1391067753
13:27:04.563 [nacos-grpc-client-executor-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 53
13:27:04.563 [nacos-grpc-client-executor-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 53
13:27:04.566 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 54
13:27:04.566 [nacos-grpc-client-executor-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 54
13:27:04.594 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:27:05.277 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:27:06.312 [reactor-http-nio-6] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:27:07.042 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-gateway 192.168.0.38:18080 register finished
13:27:07.060 [main] INFO c.s.g.VscGatewayApplication - [logStarted,61] - Started VscGatewayApplication in 16.352 seconds (JVM running for 18.019)
13:27:07.083 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway, group=DEFAULT_GROUP
13:27:07.098 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway.yml, group=DEFAULT_GROUP
13:27:07.113 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-gateway-dev.yml, group=DEFAULT_GROUP
13:27:07.600 [nacos-grpc-client-executor-33] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 56
13:27:07.609 [nacos-grpc-client-executor-33] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 56
13:27:09.002 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:27:09.009 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:27:09.067 [reactor-http-nio-7] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:27:16.415 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:27:16.421 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:27:16.472 [reactor-http-nio-8] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:27:35.684 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 57
13:27:35.695 [nacos-grpc-client-executor-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 57
13:28:05.249 [nacos-grpc-client-executor-51] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 58
13:28:05.267 [nacos-grpc-client-executor-51] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 58
13:28:13.756 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:28:13.763 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:28:14.373 [reactor-http-nio-10] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:28:23.007 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:28:23.046 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:28:23.051 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:28:23.081 [reactor-http-nio-12] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:28:23.085 [reactor-http-nio-12] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:28:49.030 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:28:49.035 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:28:54.257 [reactor-http-nio-13] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:29:20.267 [nacos-grpc-client-executor-72] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 63
13:29:20.276 [nacos-grpc-client-executor-72] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 63
13:30:14.986 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:30:14.991 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:30:23.975 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:30:24.007 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:30:24.010 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:30:24.041 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:30:24.044 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:30:38.848 [nacos-grpc-client-executor-96] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 64
13:30:38.858 [nacos-grpc-client-executor-96] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 64
13:30:45.058 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:30:45.064 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:30:50.597 [reactor-http-nio-15] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:27.079 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=15
13:31:27.084 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:29.399 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:31:29.403 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:29.447 [reactor-http-nio-16] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:30.502 [reactor-http-nio-1] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:30.805 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:34.182 [reactor-http-nio-3] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:31:35.747 [reactor-http-nio-4] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:32:25.025 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:32:25.080 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:32:25.084 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:32:25.125 [reactor-http-nio-12] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:32:25.129 [reactor-http-nio-12] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:33:13.617 [nacos-grpc-client-executor-139] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 69
13:33:13.628 [nacos-grpc-client-executor-139] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 69
13:33:43.438 [nacos-grpc-client-executor-146] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 71
13:33:43.448 [nacos-grpc-client-executor-146] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 71
13:34:07.095 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :params=risk_level
13:34:07.101 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:07.171 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :page=1&limit=50&keyWord=&ticketNo=&proName=&riskLevel=&inspector=&date=2024-12-01+-+2024-12-31
13:34:07.176 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:07.705 [nacos-grpc-client-executor-156] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Receive server push request, request = NotifySubscriberRequest, requestId = 73
13:34:07.705 [nacos-grpc-client-executor-156] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Ack server push request, request = NotifySubscriberRequest, requestId = 73
13:34:09.368 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:34:09.372 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:09.424 [reactor-http-nio-6] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:11.232 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=15
13:34:11.236 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:12.797 [reactor-http-nio-11] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :id=16
13:34:12.801 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:25.986 [reactor-http-nio-11] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:26.017 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:34:26.022 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:34:26.063 [reactor-http-nio-12] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:34:26.072 [reactor-http-nio-12] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:36:26.993 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:36:27.041 [reactor-http-nio-12] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=
13:36:27.045 [reactor-http-nio-12] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:36:27.071 [reactor-http-nio-2] INFO c.s.g.f.RequestCoverFilter - [lambda$readFormData$1,188] - [GatewayContext]Rewrite Form Data :proType=&orgId=
13:36:27.073 [reactor-http-nio-2] INFO c.s.g.f.ResponseEncryptFilter - [filter,63] - ============================ResponseEncryptFilter start===================================
13:36:31.211 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:36:31.211 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:36:33.180 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:36:33.507 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:36:33.839 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:36:33.840 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6e99b735[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:36:33.840 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734586023729_127.0.0.1_7626
13:36:33.840 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@75fa627e[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 200]
13:36:33.841 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734586023729_127.0.0.1_7626
13:36:33.841 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown
13:36:34.052 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [2d8676e7-868b-4d40-9257-bef7f1dbdbf5] Client is shutdown, stop reconnect to server
13:36:35.409 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d1fedf79-b7cb-4c3e-84cd-79fcf09d1280_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 18848}, error = unknown

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,348 +0,0 @@
09:21:17.846 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:21:19.816 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c8761805-43ca-45b9-a348-787fe6fb765b_config-0
09:21:19.872 [main] INFO o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 6 values
09:21:19.906 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
09:21:19.917 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
09:21:19.936 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 14 urls, producing 0 keys and 0 values
09:21:19.945 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
09:21:19.956 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
09:21:19.967 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
09:21:19.983 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
09:21:19.983 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:21:19.985 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$333/187990827
09:21:19.985 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$334/1223979324
09:21:19.986 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:21:19.986 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:21:19.992 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
09:21:23.224 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
09:21:25.273 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
09:21:27.326 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
09:21:27.326 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:21:27.327 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$342/745835029
09:21:28.748 [main] INFO c.s.p.VscProTeamApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:21:31.499 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '127.0.0.1', server main port = 8848}, error = unknown
09:21:33.732 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 8848}, error = unknown
09:21:36.067 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '127.0.0.1', server main port = 8848}, error = unknown
09:21:37.610 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
09:21:37.637 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:37.637 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:37.637 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:37.638 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:37.665 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
09:21:37.666 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:21:37.666 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:21:37.666 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:21:37.668 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource class path resource [crypto.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
09:21:37.730 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
09:21:37.970 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
09:21:37.973 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
09:21:38.480 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18083"]
09:21:38.480 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:21:38.481 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:21:38.517 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '127.0.0.1', server main port = 8848}, error = unknown
09:21:38.629 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:21:39.692 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
09:21:39.693 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:21:39.694 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:21:41.082 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c8761805-43ca-45b9-a348-787fe6fb765b_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '127.0.0.1', server main port = 8848}, error = unknown
09:21:51.740 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:21:53.725 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 97afb5c5-007a-438f-9626-b4bde46dc58e_config-0
09:21:53.773 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
09:21:53.801 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
09:21:53.812 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
09:21:53.833 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 14 urls, producing 0 keys and 0 values
09:21:53.842 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
09:21:53.854 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
09:21:53.864 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
09:21:53.878 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 14 urls, producing 0 keys and 0 values
09:21:53.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:21:53.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$333/513042872
09:21:53.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$334/1510535132
09:21:53.881 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:21:53.881 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:21:53.887 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:21:55.276 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735089715090_127.0.0.1_53119
09:21:55.276 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Notify connected event to listeners.
09:21:55.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:21:55.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [97afb5c5-007a-438f-9626-b4bde46dc58e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$342/500096147
09:21:55.762 [main] INFO c.s.p.VscProTeamApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:21:57.627 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
09:21:57.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:57.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:57.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:57.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:21:57.679 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
09:21:57.680 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:21:57.680 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:21:57.680 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:21:57.681 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource class path resource [crypto.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
09:21:57.741 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
09:21:57.956 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
09:21:57.959 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
09:21:58.504 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18083"]
09:21:58.504 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:21:58.505 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:21:58.646 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:21:59.557 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
09:21:59.557 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:21:59.558 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:22:02.420 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
09:22:03.031 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:22:03.045 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:22:03.046 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:22:03.047 [main] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:22:03.047 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:22:03.047 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:22:03.048 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:22:03.048 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@42fe9099
09:22:10.027 [main] INFO o.a.r.s.s.DefaultRocketMQListenerContainer - [start,243] - running container: DefaultRocketMQListenerContainer{consumerGroup='piadmin', nameServer='11.158.0.14:19876', topic='UVP_ANALYSIS_RESULT', consumeMode=CONCURRENTLY, selectorType=TAG, selectorExpression='*', messageModel=CLUSTERING}
09:22:10.027 [main] INFO o.a.r.s.a.ListenerContainerConfiguration - [registerContainer,107] - Register the listener to container, listenerBeanName:mqDevStatusConsumer, containerBeanName:org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer_1
09:22:10.245 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 41237ca8-7da5-4958-956a-82dc4c121492
09:22:10.253 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] RpcClient init label, labels = {module=naming, source=sdk}
09:22:10.256 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:22:10.257 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:22:10.257 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:22:10.258 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:22:10.384 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735089730263_127.0.0.1_53161
09:22:10.384 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:22:10.384 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Notify connected event to listeners.
09:22:10.384 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$342/500096147
09:22:10.437 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18083"]
09:22:10.471 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-proteam 192.168.2.184:18083 register finished
09:22:11.023 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Receive server push request, request = NotifySubscriberRequest, requestId = 13
09:22:11.042 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Ack server push request, request = NotifySubscriberRequest, requestId = 13
09:22:11.700 [http-nio-18083-exec-3] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:22:13.400 [nacos-grpc-client-executor-19] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Receive server push request, request = NotifySubscriberRequest, requestId = 15
09:22:13.400 [nacos-grpc-client-executor-19] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [41237ca8-7da5-4958-956a-82dc4c121492] Ack server push request, request = NotifySubscriberRequest, requestId = 15
09:22:14.193 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:22:14.232 [main] INFO c.s.p.VscProTeamApplication - [logStarted,61] - Started VscProTeamApplication in 24.144 seconds (JVM running for 25.969)
09:22:14.270 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam, group=DEFAULT_GROUP
09:22:14.291 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam.yml, group=DEFAULT_GROUP
09:22:14.292 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam-dev.yml, group=DEFAULT_GROUP
09:28:50.637 [http-nio-18083-exec-2] INFO c.s.p.u.ImportExcelUtils - [readExcel,36] - OriginalFilename:压降率模板 (1).xlsx
09:28:50.662 [http-nio-18083-exec-2] INFO c.s.p.u.ImportExcelUtils - [readExcel,43] - className:DeviceController
09:28:51.807 [http-nio-18083-exec-2] INFO c.s.p.u.ImportExcelUtils - [readExcel,76] - Sheet(表单)数量0
09:28:51.808 [http-nio-18083-exec-2] INFO c.s.p.u.ImportExcelUtils - [readExcel,77] - filenames:[]
09:28:51.808 [http-nio-18083-exec-2] INFO c.s.p.u.ImportExcelUtils - [readExcel,83] - 总记录数:3
09:28:51.809 [http-nio-18083-exec-2] INFO c.s.p.u.ImportExcelUtils - [createBean,109] - 列数:13
09:29:03.548 [http-nio-18083-exec-9] INFO c.s.p.u.ImportExcelUtils - [readExcel,36] - OriginalFilename:压降率模板 (1).xlsx
09:29:03.568 [http-nio-18083-exec-9] INFO c.s.p.u.ImportExcelUtils - [readExcel,43] - className:DeviceController
09:29:03.613 [http-nio-18083-exec-9] INFO c.s.p.u.ImportExcelUtils - [readExcel,76] - Sheet(表单)数量0
09:29:03.613 [http-nio-18083-exec-9] INFO c.s.p.u.ImportExcelUtils - [readExcel,77] - filenames:[]
09:29:03.613 [http-nio-18083-exec-9] INFO c.s.p.u.ImportExcelUtils - [readExcel,83] - 总记录数:3
09:29:03.614 [http-nio-18083-exec-9] INFO c.s.p.u.ImportExcelUtils - [createBean,109] - 列数:13
09:43:28.049 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
09:43:40.456 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:43:42.376 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0
09:43:42.433 [main] INFO o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 3 keys and 6 values
09:43:42.477 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values
09:43:42.489 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
09:43:42.509 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 14 urls, producing 0 keys and 0 values
09:43:42.519 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
09:43:42.532 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
09:43:42.549 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values
09:43:42.574 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 14 urls, producing 0 keys and 0 values
09:43:42.575 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:43:42.577 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$333/593308118
09:43:42.577 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$334/534553956
09:43:42.578 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:43:42.579 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:43:42.589 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:43:44.103 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735091023922_127.0.0.1_55622
09:43:44.104 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Notify connected event to listeners.
09:43:44.104 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:43:44.104 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [cdcdc9d0-4207-4b43-b4ea-cd7ab38aabdc_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$342/1639652941
09:43:44.357 [main] INFO c.s.p.VscProTeamApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:43:46.597 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
09:43:46.624 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:43:46.624 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:43:46.624 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:43:46.624 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:43:46.650 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
09:43:46.651 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:43:46.652 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:43:46.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
09:43:46.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
09:43:46.653 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
09:43:46.655 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
09:43:46.655 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:43:46.655 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
09:43:46.655 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:43:46.655 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource class path resource [crypto.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
09:43:46.725 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
09:43:46.973 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
09:43:46.976 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
09:43:47.516 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18083"]
09:43:47.516 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:43:47.517 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:43:47.675 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:43:48.651 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
09:43:48.652 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:43:48.652 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:43:52.103 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
09:43:52.750 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
09:43:52.765 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
09:43:52.766 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
09:43:52.767 [main] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
09:43:52.768 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
09:43:52.768 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
09:43:52.768 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
09:43:52.769 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@20dc2df1
09:44:02.908 [main] INFO o.a.r.s.s.DefaultRocketMQListenerContainer - [start,243] - running container: DefaultRocketMQListenerContainer{consumerGroup='piadmin', nameServer='11.158.0.14:19876', topic='UVP_ANALYSIS_RESULT', consumeMode=CONCURRENTLY, selectorType=TAG, selectorExpression='*', messageModel=CLUSTERING}
09:44:02.908 [main] INFO o.a.r.s.a.ListenerContainerConfiguration - [registerContainer,107] - Register the listener to container, listenerBeanName:mqDevStatusConsumer, containerBeanName:org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer_1
09:44:03.067 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ad4d6768-52e6-4af7-afcd-d4435c09e44c
09:44:03.067 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] RpcClient init label, labels = {module=naming, source=sdk}
09:44:03.068 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:44:03.068 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:44:03.069 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:44:03.069 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:44:03.189 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735091043074_127.0.0.1_55713
09:44:03.189 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:44:03.189 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Notify connected event to listeners.
09:44:03.190 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$342/1639652941
09:44:03.233 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18083"]
09:44:03.254 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-proteam 192.168.2.184:18083 register finished
09:44:03.894 [nacos-grpc-client-executor-5] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Receive server push request, request = NotifySubscriberRequest, requestId = 20
09:44:03.905 [nacos-grpc-client-executor-5] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Ack server push request, request = NotifySubscriberRequest, requestId = 20
09:44:05.034 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
09:44:05.052 [main] INFO c.s.p.VscProTeamApplication - [logStarted,61] - Started VscProTeamApplication in 26.283 seconds (JVM running for 28.128)
09:44:05.080 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam, group=DEFAULT_GROUP
09:44:05.092 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam.yml, group=DEFAULT_GROUP
09:44:05.093 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam-dev.yml, group=DEFAULT_GROUP
09:44:49.212 [http-nio-18083-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:44:57.733 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Receive server push request, request = NotifySubscriberRequest, requestId = 21
09:44:57.733 [nacos-grpc-client-executor-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Ack server push request, request = NotifySubscriberRequest, requestId = 21
09:44:57.740 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Receive server push request, request = NotifySubscriberRequest, requestId = 22
09:44:57.741 [nacos-grpc-client-executor-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4d6768-52e6-4af7-afcd-d4435c09e44c] Ack server push request, request = NotifySubscriberRequest, requestId = 22
10:35:49.667 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:35:51.626 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0
10:35:51.692 [main] INFO o.r.Reflections - [scan,232] - Reflections took 37 ms to scan 1 urls, producing 3 keys and 6 values
10:35:51.735 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values
10:35:51.746 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
10:35:51.769 [main] INFO o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 14 urls, producing 0 keys and 0 values
10:35:51.780 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
10:35:51.790 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
10:35:51.800 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
10:35:51.815 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
10:35:51.816 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:35:51.816 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/522188921
10:35:51.817 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$340/1943408246
10:35:51.817 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:35:51.817 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:35:51.824 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:35:53.365 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094153183_127.0.0.1_52604
10:35:53.366 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Notify connected event to listeners.
10:35:53.366 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:35:53.366 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8da3b15a-ae4d-4613-aa27-4e7e9b86893e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/637524006
10:35:53.632 [main] INFO c.s.p.VscProTeamApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:36:03.962 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
10:36:04.006 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:04.007 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:04.007 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-proteam,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:04.007 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:04.050 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
10:36:04.051 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
10:36:04.051 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
10:36:04.052 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
10:36:04.053 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
10:36:04.053 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
10:36:04.053 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
10:36:04.053 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
10:36:04.054 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
10:36:04.054 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
10:36:04.054 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource class path resource [crypto.properties] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
10:36:04.165 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
10:36:04.510 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
10:36:04.513 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
10:36:05.255 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18083"]
10:36:05.256 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:36:05.257 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:36:05.494 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:36:06.453 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
10:36:06.454 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:36:06.455 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:36:10.027 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:36:10.625 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
10:36:10.639 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:36:10.639 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
10:36:10.640 [main] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
10:36:10.641 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
10:36:10.641 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
10:36:10.641 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
10:36:10.641 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@199d1fb7
10:36:17.566 [main] INFO o.a.r.s.s.DefaultRocketMQListenerContainer - [start,243] - running container: DefaultRocketMQListenerContainer{consumerGroup='piadmin', nameServer='11.158.0.14:19876', topic='UVP_ANALYSIS_RESULT', consumeMode=CONCURRENTLY, selectorType=TAG, selectorExpression='*', messageModel=CLUSTERING}
10:36:17.566 [main] INFO o.a.r.s.a.ListenerContainerConfiguration - [registerContainer,107] - Register the listener to container, listenerBeanName:mqDevStatusConsumer, containerBeanName:org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer_1
10:36:17.752 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 29699f7b-9461-4e6e-b743-e0771c8f50c3
10:36:17.752 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] RpcClient init label, labels = {module=naming, source=sdk}
10:36:17.753 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:36:17.754 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:36:17.754 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:36:17.754 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:36:17.877 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094177759_127.0.0.1_52679
10:36:17.877 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:36:17.877 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Notify connected event to listeners.
10:36:17.877 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/637524006
10:36:17.923 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18083"]
10:36:17.944 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-proteam 192.168.2.184:18083 register finished
10:36:18.655 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Receive server push request, request = NotifySubscriberRequest, requestId = 11
10:36:18.668 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Ack server push request, request = NotifySubscriberRequest, requestId = 11
10:36:18.895 [http-nio-18083-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:36:20.233 [nacos-grpc-client-executor-20] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Receive server push request, request = NotifySubscriberRequest, requestId = 13
10:36:20.233 [nacos-grpc-client-executor-20] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Ack server push request, request = NotifySubscriberRequest, requestId = 13
10:36:20.350 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
10:36:20.400 [main] INFO c.s.p.VscProTeamApplication - [logStarted,61] - Started VscProTeamApplication in 32.361 seconds (JVM running for 34.595)
10:36:20.459 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam, group=DEFAULT_GROUP
10:36:20.486 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam.yml, group=DEFAULT_GROUP
10:36:20.489 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-proteam-dev.yml, group=DEFAULT_GROUP
10:37:11.133 [nacos-grpc-client-executor-34] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Receive server push request, request = NotifySubscriberRequest, requestId = 17
10:37:11.144 [nacos-grpc-client-executor-34] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Ack server push request, request = NotifySubscriberRequest, requestId = 17
10:44:59.160 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:45:00.373 [nacos-grpc-client-executor-140] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Receive server push request, request = NotifySubscriberRequest, requestId = 21
10:45:00.384 [nacos-grpc-client-executor-140] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [29699f7b-9461-4e6e-b743-e0771c8f50c3] Ack server push request, request = NotifySubscriberRequest, requestId = 21
10:45:29.606 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:45:29.611 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:45:29.957 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:45:29.957 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@20b31c5[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:45:29.957 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1735094177759_127.0.0.1_52679
10:45:29.959 [nacos-grpc-client-executor-149] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1735094177759_127.0.0.1_52679]Ignore complete event,isRunning:false,isAbandon=false
10:45:29.966 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3bfacb90[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 150]
10:45:29.971 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
10:45:29.971 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
10:45:29.972 [SpringApplicationShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
10:45:30.133 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
10:45:30.136 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
10:45:30.143 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
10:45:30.144 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,678 +0,0 @@
10:38:46.416 [nacos-grpc-client-executor-12] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734057478099_127.0.0.1_57227]Request stream onCompleted, switch server
10:38:46.416 [nacos-grpc-client-executor-17] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734057467073_127.0.0.1_57053]Request stream onCompleted, switch server
10:51:42.118 [http-nio-18084-exec-10] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /userManage/getUserList/
11:00:53.898 [http-nio-18084-exec-3] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/userManage/
11:01:54.212 [http-nio-18084-exec-6] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/userManage/
11:01:59.865 [http-nio-18084-exec-7] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/role/
11:04:03.420 [http-nio-18084-exec-3] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/role/
11:04:55.454 [http-nio-18084-exec-5] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/role/
11:04:59.263 [http-nio-18084-exec-4] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
11:05:35.012 [http-nio-18084-exec-6] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
11:58:22.305 [http-nio-18084-exec-9] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/userManage/
11:58:24.744 [http-nio-18084-exec-2] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/role/
11:58:26.380 [http-nio-18084-exec-4] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
13:34:09.518 [http-nio-18084-exec-5] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/logs/
13:35:31.420 [http-nio-18084-exec-1] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/logs/
13:35:31.423 [nacos-grpc-client-executor-55] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734067887390_127.0.0.1_36576]Request stream onCompleted, switch server
13:35:31.423 [nacos-grpc-client-executor-49] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734067898011_127.0.0.1_36694]Request stream onCompleted, switch server
13:35:31.430 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:35:31.542 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:35:31.652 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:36:07.292 [http-nio-18084-exec-4] ERROR c.s.s.s.i.SysLogsServiceImpl - [setModelTitle,107] - org.apache.ibatis.binding.BindingException: Mapper method 'com.securityControl.system.mapper.SysLogsDao.setModelTitle' has an unsupported return type: class com.securityControl.system.api.domain.SysLogsInfo
org.apache.ibatis.binding.BindingException: Mapper method 'com.securityControl.system.mapper.SysLogsDao.setModelTitle' has an unsupported return type: class com.securityControl.system.api.domain.SysLogsInfo
at org.apache.ibatis.binding.MapperMethod.rowCountResult(MapperMethod.java:118)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy152.setModelTitle(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy153.setModelTitle(Unknown Source)
at com.securityControl.system.service.impl.SysLogsServiceImpl.setModelTitle(SysLogsServiceImpl.java:96)
at com.securityControl.system.service.impl.SysLogsServiceImpl.addLogs(SysLogsServiceImpl.java:79)
at com.securityControl.system.controller.SysLogsController.addLogs(SysLogsController.java:53)
at com.securityControl.system.controller.SysLogsController$$FastClassBySpringCGLIB$$15fd40e7.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
at com.securityControl.system.controller.SysLogsController$$EnhancerBySpringCGLIB$$92f62e70.addLogs(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
13:36:42.180 [http-nio-18084-exec-6] ERROR c.s.s.s.i.SysLogsServiceImpl - [setModelTitle,107] - org.apache.ibatis.binding.BindingException: Mapper method 'com.securityControl.system.mapper.SysLogsDao.setModelTitle' has an unsupported return type: class com.securityControl.system.api.domain.SysLogsInfo
org.apache.ibatis.binding.BindingException: Mapper method 'com.securityControl.system.mapper.SysLogsDao.setModelTitle' has an unsupported return type: class com.securityControl.system.api.domain.SysLogsInfo
at org.apache.ibatis.binding.MapperMethod.rowCountResult(MapperMethod.java:118)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:67)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy152.setModelTitle(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy153.setModelTitle(Unknown Source)
at com.securityControl.system.service.impl.SysLogsServiceImpl.setModelTitle(SysLogsServiceImpl.java:96)
at com.securityControl.system.service.impl.SysLogsServiceImpl.addLogs(SysLogsServiceImpl.java:79)
at com.securityControl.system.controller.SysLogsController.addLogs(SysLogsController.java:53)
at com.securityControl.system.controller.SysLogsController$$FastClassBySpringCGLIB$$15fd40e7.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
at com.securityControl.system.controller.SysLogsController$$EnhancerBySpringCGLIB$$92f62e70.addLogs(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
13:37:24.279 [nacos-grpc-client-executor-16] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068157555_127.0.0.1_37434]Request stream onCompleted, switch server
13:37:24.279 [nacos-grpc-client-executor-23] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068146829_127.0.0.1_37408]Request stream onCompleted, switch server
13:37:24.286 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:37:24.286 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:37:24.396 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:37:24.398 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:37:24.502 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:37:24.502 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:39:52.415 [nacos-grpc-client-executor-11] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068320414_127.0.0.1_37926]Request stream onCompleted, switch server
13:39:52.415 [nacos-grpc-client-executor-18] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068312493_127.0.0.1_37910]Request stream onCompleted, switch server
13:39:52.421 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:39:52.528 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
13:39:52.629 [com.alibaba.nacos.client.naming.updater.1] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:41:02.524 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:41:02.524 [com.alibaba.nacos.client.naming.updater.4] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
13:41:02.526 [nacos-grpc-client-executor-32] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068392553_127.0.0.1_38019]Request stream onCompleted, switch server
13:41:02.526 [nacos-grpc-client-executor-30] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068392553_127.0.0.1_38018]Request stream onCompleted, switch server
13:41:02.643 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:41:02.643 [com.alibaba.nacos.client.naming.updater.4] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Connection is unregistered.
13:41:02.753 [com.alibaba.nacos.client.naming.updater.4] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
13:41:02.753 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
14:04:34.167 [nacos-grpc-client-executor-208] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734068599825_127.0.0.1_38424]Request stream onCompleted, switch server
14:06:57.185 [http-nio-18084-exec-3] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/role/
14:07:27.742 [http-nio-18084-exec-3] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:09:40.358 [http-nio-18084-exec-2] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:09:42.763 [http-nio-18084-exec-3] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:10:32.031 [http-nio-18084-exec-4] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/role/
14:18:30.360 [http-nio-18084-exec-5] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/logs/
14:20:05.554 [http-nio-18084-exec-5] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:20:07.995 [http-nio-18084-exec-10] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:20:09.097 [http-nio-18084-exec-7] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:20:31.749 [http-nio-18084-exec-7] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:20:35.926 [http-nio-18084-exec-8] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:20:40.748 [http-nio-18084-exec-6] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:22:08.466 [http-nio-18084-exec-8] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:22:15.242 [http-nio-18084-exec-1] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:22:19.240 [http-nio-18084-exec-2] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:22:57.742 [http-nio-18084-exec-7] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:23:06.382 [http-nio-18084-exec-10] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:23:09.063 [http-nio-18084-exec-1] ERROR c.s.c.s.i.ParamSecureHandler - [checkIsYq,165] - /sys/menu/
14:31:22.037 [nacos-grpc-client-executor-30] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734071437529_127.0.0.1_42118]Request stream onCompleted, switch server
14:31:22.037 [nacos-grpc-client-executor-22] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734071437529_127.0.0.1_42119]Request stream onCompleted, switch server
14:31:22.044 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
14:31:22.044 [com.alibaba.nacos.client.naming.grpc.redo.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
14:31:22.147 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
14:31:22.147 [com.alibaba.nacos.client.naming.grpc.redo.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
14:31:22.257 [com.alibaba.nacos.client.naming.updater.2] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
14:31:22.257 [com.alibaba.nacos.client.naming.grpc.redo.0] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = InstanceRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
14:52:25.712 [nacos-grpc-client-executor-204] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734071482166_127.0.0.1_42165]Request stream onCompleted, switch server
16:23:55.995 [http-nio-18084-exec-1] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10005, pstmt-20008} execute error. SELECT count(0) FROM sys_log_info WHERE logType = ?
java.sql.SQLSyntaxErrorException: Unknown column 'logType' in 'where clause'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
at com.github.pagehelper.util.ExecutorUtil.executeAutoCount(ExecutorUtil.java:169)
at com.github.pagehelper.PageInterceptor.count(PageInterceptor.java:197)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:140)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
at com.sun.proxy.$Proxy231.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
at com.sun.proxy.$Proxy136.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy152.queryByPage(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy153.queryByPage(Unknown Source)
at com.securityControl.system.service.impl.SysLogsServiceImpl.queryByPage(SysLogsServiceImpl.java:116)
at com.securityControl.system.controller.SysLogsController.getByPage(SysLogsController.java:77)
at com.securityControl.system.controller.SysLogsController$$FastClassBySpringCGLIB$$15fd40e7.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.securityControl.common.log.aspect.OperLogAspect.logAround(OperLogAspect.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
at com.securityControl.system.controller.SysLogsController$$EnhancerBySpringCGLIB$$a40167e8.getByPage(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
16:23:56.494 [http-nio-18084-exec-4] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10005, pstmt-20010} execute error. SELECT count(0) FROM sys_log_info WHERE logType = ?
java.sql.SQLSyntaxErrorException: Unknown column 'logType' in 'where clause'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
at com.github.pagehelper.util.ExecutorUtil.executeAutoCount(ExecutorUtil.java:169)
at com.github.pagehelper.PageInterceptor.count(PageInterceptor.java:197)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:140)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
at com.sun.proxy.$Proxy231.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
at com.sun.proxy.$Proxy136.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy152.queryByPage(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy153.queryByPage(Unknown Source)
at com.securityControl.system.service.impl.SysLogsServiceImpl.queryByPage(SysLogsServiceImpl.java:116)
at com.securityControl.system.controller.SysLogsController.getByPage(SysLogsController.java:77)
at com.securityControl.system.controller.SysLogsController$$FastClassBySpringCGLIB$$15fd40e7.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.securityControl.common.log.aspect.OperLogAspect.logAround(OperLogAspect.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
at com.securityControl.system.controller.SysLogsController$$EnhancerBySpringCGLIB$$a40167e8.getByPage(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
16:24:21.942 [http-nio-18084-exec-7] ERROR druid.sql.Statement - [statementLogError,148] - {conn-10005, pstmt-20011} execute error. SELECT count(0) FROM sys_log_info WHERE logType = ?
java.sql.SQLSyntaxErrorException: Unknown column 'logType' in 'where clause'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3446)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3444)
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:152)
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
at com.github.pagehelper.util.ExecutorUtil.executeAutoCount(ExecutorUtil.java:169)
at com.github.pagehelper.PageInterceptor.count(PageInterceptor.java:197)
at com.github.pagehelper.PageInterceptor.intercept(PageInterceptor.java:140)
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62)
at com.sun.proxy.$Proxy231.query(Unknown Source)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
at com.sun.proxy.$Proxy136.selectList(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
at org.apache.ibatis.binding.MapperMethod.executeForMany(MapperMethod.java:147)
at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:80)
at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
at com.sun.proxy.$Proxy152.queryByPage(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy153.queryByPage(Unknown Source)
at com.securityControl.system.service.impl.SysLogsServiceImpl.queryByPage(SysLogsServiceImpl.java:116)
at com.securityControl.system.controller.SysLogsController.getByPage(SysLogsController.java:77)
at com.securityControl.system.controller.SysLogsController$$FastClassBySpringCGLIB$$15fd40e7.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at com.securityControl.common.log.aspect.OperLogAspect.logAround(OperLogAspect.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
at com.securityControl.system.controller.SysLogsController$$EnhancerBySpringCGLIB$$a40167e8.getByPage(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.securityControl.common.security.interceptor.MyFilter.doFilter(MyFilter.java:44)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:750)
20:33:39.005 [nacos-grpc-client-executor-681] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734089811764_127.0.0.1_55334]Request stream onCompleted, switch server
20:33:39.004 [nacos-grpc-client-executor-711] ERROR c.a.n.c.r.c.g.GrpcClient - [printIfErrorEnabled,99] - [1734089826485_127.0.0.1_55386]Request stream onCompleted, switch server
20:33:39.022 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
20:33:39.022 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 0, errorMessage = java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
20:33:39.130 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
20:33:39.130 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 1, errorMessage = Client not connected, current status:UNHEALTHY
20:33:39.238 [com.alibaba.nacos.client.naming.updater.7] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY
20:33:39.238 [com.alibaba.nacos.client.naming.updater.3] ERROR c.a.n.c.r.client - [printIfErrorEnabled,99] - Send request fail, request = ServiceQueryRequest{headers={}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:UNHEALTHY

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +0,0 @@
10:38:23.311 [http-nio-18084-exec-1] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:38:23.317 [http-nio-18084-exec-1] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:03.525 [http-nio-18084-exec-9] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:03.526 [http-nio-18084-exec-9] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:05.920 [http-nio-18084-exec-3] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:05.920 [http-nio-18084-exec-3] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:08.224 [http-nio-18084-exec-2] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:08.225 [http-nio-18084-exec-2] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:10.570 [http-nio-18084-exec-6] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:10.570 [http-nio-18084-exec-6] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:12.866 [http-nio-18084-exec-9] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:12.866 [http-nio-18084-exec-9] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:15.297 [http-nio-18084-exec-2] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:15.298 [http-nio-18084-exec-2] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:17.716 [http-nio-18084-exec-5] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:17.717 [http-nio-18084-exec-5] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:20.250 [http-nio-18084-exec-5] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:20.250 [http-nio-18084-exec-5] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:22.573 [http-nio-18084-exec-6] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:22.573 [http-nio-18084-exec-6] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:24.904 [http-nio-18084-exec-3] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:24.904 [http-nio-18084-exec-3] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:39:49.771 [http-nio-18084-exec-6] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:39:49.772 [http-nio-18084-exec-6] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [
10:40:11.957 [http-nio-18084-exec-3] ERROR c.s.c.l.a.OperLogAspect - [handleLog,160] - ==前置通知异常==
10:40:11.957 [http-nio-18084-exec-3] ERROR c.s.c.l.a.OperLogAspect - [handleLog,161] - 异常信息:illegal input offset 1, char [

View File

@ -1,943 +0,0 @@
13:10:57.684 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:10:59.669 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0
13:10:59.698 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 6 values
13:10:59.727 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values
13:10:59.727 [main] INFO o.r.Reflections - [scan,232] - Reflections took 0 ms to scan 1 urls, producing 3 keys and 10 values
13:10:59.752 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
13:10:59.762 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
13:10:59.772 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
13:10:59.784 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
13:10:59.801 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 14 urls, producing 0 keys and 0 values
13:10:59.801 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:10:59.801 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/56510351
13:10:59.803 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1835841364
13:10:59.803 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:10:59.804 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:10:59.809 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:11:01.159 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733807460990_127.0.0.1_47914
13:11:01.160 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Notify connected event to listeners.
13:11:01.160 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:11:01.160 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [f01ac3ef-05ba-4ce4-a7cb-3b049c648f98_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1952194564
13:11:01.244 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:11:04.503 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
13:11:04.550 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:11:04.550 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:11:04.550 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:11:04.550 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
13:11:04.583 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:11:04.677 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
13:11:05.087 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
13:11:05.087 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
13:11:05.747 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
13:11:05.763 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:11:05.763 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:11:05.952 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:11:07.259 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
13:11:07.261 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
13:11:07.262 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
13:11:11.457 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:11:13.071 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 72280929-8dd0-43a5-bd09-0a381783073e
13:11:13.071 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] RpcClient init label, labels = {module=naming, source=sdk}
13:11:13.074 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:11:13.074 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:11:13.075 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:11:13.076 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:11:13.191 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733807473083_127.0.0.1_47932
13:11:13.192 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:11:13.192 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Notify connected event to listeners.
13:11:13.192 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1952194564
13:11:13.238 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
13:11:13.266 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
13:11:13.821 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Receive server push request, request = NotifySubscriberRequest, requestId = 34
13:11:13.838 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [72280929-8dd0-43a5-bd09-0a381783073e] Ack server push request, request = NotifySubscriberRequest, requestId = 34
13:11:14.402 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 18.792 seconds (JVM running for 20.091)
13:11:14.498 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
13:11:14.500 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
13:11:14.500 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
13:11:15.170 [RMI TCP Connection(1)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:15:48.539 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:15:48.545 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:15:48.874 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:15:48.875 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@34c1018b[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:15:48.875 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733807473083_127.0.0.1_47932
13:15:48.877 [nacos-grpc-client-executor-68] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733807473083_127.0.0.1_47932]Ignore complete event,isRunning:false,isAbandon=false
13:15:48.880 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@58e59d65[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 69]
13:15:49.114 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
13:15:49.117 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
13:15:49.125 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
13:15:49.125 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
13:25:24.805 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:25:26.764 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8028f1ac-7a51-408c-ba79-1b171746a611_config-0
13:25:26.807 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
13:25:26.829 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 4 keys and 9 values
13:25:26.841 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:25:26.856 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
13:25:26.866 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
13:25:26.878 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
13:25:26.889 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
13:25:26.904 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
13:25:26.905 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:25:26.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/56510351
13:25:26.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1835841364
13:25:26.907 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:25:26.907 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:25:26.915 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:25:28.309 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733808328125_127.0.0.1_50080
13:25:28.310 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Notify connected event to listeners.
13:25:28.311 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:25:28.311 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8028f1ac-7a51-408c-ba79-1b171746a611_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1952194564
13:25:28.383 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:25:30.139 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
13:25:30.165 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:25:30.165 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:25:30.165 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:25:30.165 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:25:30.188 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
13:25:30.190 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:25:30.190 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:25:30.190 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
13:25:30.191 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
13:25:30.191 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
13:25:30.191 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
13:25:30.191 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:25:30.191 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
13:25:30.191 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:25:30.254 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
13:25:30.526 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
13:25:30.528 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
13:25:30.916 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
13:25:30.917 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:25:30.917 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:25:31.035 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:25:31.847 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
13:25:31.848 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
13:25:31.848 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
13:25:34.813 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:25:35.796 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6e9ca44c-8bda-4905-a99a-dd346fd4fb74
13:25:35.796 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] RpcClient init label, labels = {module=naming, source=sdk}
13:25:35.798 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:25:35.798 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:25:35.798 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:25:35.799 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:25:35.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733808335803_127.0.0.1_50111
13:25:35.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:25:35.920 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Notify connected event to listeners.
13:25:35.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1952194564
13:25:35.962 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
13:25:35.981 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
13:25:36.450 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Receive server push request, request = NotifySubscriberRequest, requestId = 43
13:25:36.466 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e9ca44c-8bda-4905-a99a-dd346fd4fb74] Ack server push request, request = NotifySubscriberRequest, requestId = 43
13:25:36.646 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 13.927 seconds (JVM running for 15.198)
13:25:36.732 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
13:25:36.733 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
13:25:36.733 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
13:25:37.411 [RMI TCP Connection(1)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:31:09.767 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:31:09.773 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:31:10.111 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:31:10.111 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2457fdfb[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:31:10.111 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733808335803_127.0.0.1_50111
13:31:10.113 [nacos-grpc-client-executor-82] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733808335803_127.0.0.1_50111]Ignore complete event,isRunning:false,isAbandon=false
13:31:10.117 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@41e944b5[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 83]
13:31:10.255 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
13:31:10.258 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
13:31:10.265 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
13:31:10.265 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
13:31:17.045 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:31:19.015 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 55ab33b1-9881-49e4-83e2-dbc496641b54_config-0
13:31:19.058 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
13:31:19.083 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
13:31:19.094 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
13:31:19.111 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
13:31:19.120 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
13:31:19.131 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
13:31:19.143 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
13:31:19.159 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
13:31:19.160 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:31:19.161 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1485208789
13:31:19.161 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1088628578
13:31:19.162 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:31:19.163 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:31:19.171 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:31:20.602 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733808680413_127.0.0.1_50662
13:31:20.603 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Notify connected event to listeners.
13:31:20.603 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:31:20.603 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1607278346
13:31:20.678 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:31:22.389 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
13:31:22.421 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:31:22.422 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:31:22.422 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:31:22.422 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:31:22.448 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
13:31:22.449 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:31:22.449 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:31:22.450 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
13:31:22.450 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
13:31:22.450 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
13:31:22.450 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
13:31:22.451 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:31:22.451 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
13:31:22.451 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:31:22.533 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
13:31:22.808 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
13:31:22.811 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
13:31:23.218 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
13:31:23.219 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:31:23.219 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:31:23.344 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:31:24.217 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
13:31:24.218 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
13:31:24.218 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
13:31:27.547 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:31:28.605 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8cc20657-e7d7-4001-b5e6-4cea0b71ca67
13:31:28.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] RpcClient init label, labels = {module=naming, source=sdk}
13:31:28.607 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:31:28.607 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:31:28.608 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:31:28.608 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:31:28.724 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733808688621_127.0.0.1_50676
13:31:28.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:31:28.725 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Notify connected event to listeners.
13:31:28.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1607278346
13:31:28.764 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
13:31:28.785 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
13:31:29.333 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Receive server push request, request = NotifySubscriberRequest, requestId = 50
13:31:29.344 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Ack server push request, request = NotifySubscriberRequest, requestId = 50
13:31:29.517 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 14.153 seconds (JVM running for 16.829)
13:31:29.578 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
13:31:29.579 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
13:31:29.579 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
13:31:29.984 [RMI TCP Connection(2)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:32:16.371 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Server healthy check fail, currentConnection = 1733808688621_127.0.0.1_50676
13:32:16.371 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Server healthy check fail, currentConnection = 1733808680413_127.0.0.1_50662
13:32:16.373 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:32:16.373 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Try to reconnect to a new server, server is not appointed, will choose a random server.
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Success to connect a server [127.0.0.1:18848], connectionId = 1733808755877_127.0.0.1_50766
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1733808755880_127.0.0.1_50767
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733808688621_127.0.0.1_50676
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733808680413_127.0.0.1_50662
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733808688621_127.0.0.1_50676
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733808680413_127.0.0.1_50662
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Notify disconnected event to listeners
13:32:38.774 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Notify disconnected event to listeners
13:32:38.775 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [55ab33b1-9881-49e4-83e2-dbc496641b54_config-0] Notify connected event to listeners.
13:32:38.775 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Notify connected event to listeners.
13:32:39.308 [nacos-grpc-client-executor-28] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Receive server push request, request = NotifySubscriberRequest, requestId = 56
13:32:39.318 [nacos-grpc-client-executor-28] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Ack server push request, request = NotifySubscriberRequest, requestId = 56
13:32:42.389 [nacos-grpc-client-executor-34] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Receive server push request, request = NotifySubscriberRequest, requestId = 60
13:32:42.400 [nacos-grpc-client-executor-34] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [8cc20657-e7d7-4001-b5e6-4cea0b71ca67] Ack server push request, request = NotifySubscriberRequest, requestId = 60
16:22:32.784 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:22:34.765 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a5782851-6634-480a-a2e4-1a10d8daf40f_config-0
16:22:34.807 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
16:22:34.830 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
16:22:34.841 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
16:22:34.857 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
16:22:34.866 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
16:22:34.878 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
16:22:34.889 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
16:22:34.904 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
16:22:34.905 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:22:34.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1480816641
16:22:34.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1794489296
16:22:34.906 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:22:34.907 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:22:34.914 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:22:36.366 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733818956188_127.0.0.1_7860
16:22:36.366 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Notify connected event to listeners.
16:22:36.368 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:22:36.368 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a5782851-6634-480a-a2e4-1a10d8daf40f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1093426827
16:22:36.450 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:22:39.458 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
16:22:39.505 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:22:39.506 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:22:39.506 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:22:39.506 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:22:39.551 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
16:22:39.552 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:22:39.553 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:22:39.553 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
16:22:39.554 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
16:22:39.555 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
16:22:39.555 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
16:22:39.555 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:22:39.555 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
16:22:39.555 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:22:39.655 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
16:22:40.100 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
16:22:40.106 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
16:22:40.745 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
16:22:40.746 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:22:40.746 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:22:40.972 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:22:42.302 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
16:22:42.304 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:22:42.304 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:22:46.783 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:22:47.978 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e1da4a00-88c5-4cbb-b11f-38bce371fb93
16:22:47.978 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] RpcClient init label, labels = {module=naming, source=sdk}
16:22:47.982 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:22:47.982 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:22:47.983 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:22:47.984 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:22:48.100 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733818967989_127.0.0.1_7878
16:22:48.100 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:22:48.100 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1093426827
16:22:48.100 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Notify connected event to listeners.
16:22:48.157 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
16:22:48.188 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
16:22:48.646 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Receive server push request, request = NotifySubscriberRequest, requestId = 5
16:22:48.658 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e1da4a00-88c5-4cbb-b11f-38bce371fb93] Ack server push request, request = NotifySubscriberRequest, requestId = 5
16:22:49.165 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 18.034 seconds (JVM running for 20.225)
16:22:49.278 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
16:22:49.279 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
16:22:49.280 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
16:22:50.366 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:27:00.364 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
16:27:00.369 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
16:27:00.698 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
16:27:00.699 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@45d84971[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
16:27:00.699 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733818967989_127.0.0.1_7878
16:27:00.700 [nacos-grpc-client-executor-69] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733818967989_127.0.0.1_7878]Ignore complete event,isRunning:false,isAbandon=false
16:27:00.703 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3b2e1208[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 70]
16:27:00.845 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
16:27:00.858 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
16:27:00.866 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
16:27:00.867 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
16:27:06.698 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:27:08.661 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0
16:27:08.705 [main] INFO o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 3 keys and 6 values
16:27:08.731 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 4 keys and 9 values
16:27:08.743 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
16:27:08.759 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
16:27:08.768 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
16:27:08.782 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 7 values
16:27:08.794 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
16:27:08.809 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
16:27:08.811 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:27:08.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1905420854
16:27:08.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/560897187
16:27:08.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:27:08.813 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:27:08.820 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:27:10.181 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733819230000_127.0.0.1_17800
16:27:10.183 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Notify connected event to listeners.
16:27:10.183 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:27:10.183 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1479691423
16:27:10.261 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:27:12.353 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
16:27:12.402 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:27:12.403 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:27:12.403 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:27:12.403 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:27:12.444 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
16:27:12.445 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:27:12.445 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:27:12.446 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
16:27:12.447 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
16:27:12.447 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
16:27:12.447 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
16:27:12.448 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:27:12.448 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
16:27:12.448 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:27:12.534 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
16:27:12.926 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
16:27:12.930 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
16:27:13.514 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
16:27:13.515 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:27:13.515 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:27:13.727 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:27:14.991 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
16:27:14.993 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:27:14.994 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:27:19.538 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:27:20.835 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a2f2e92b-00ef-49bb-8cce-c1085b23d3c8
16:27:20.835 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] RpcClient init label, labels = {module=naming, source=sdk}
16:27:20.839 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:27:20.840 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:27:20.841 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:27:20.841 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:27:20.959 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733819240848_127.0.0.1_17812
16:27:20.959 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Notify connected event to listeners.
16:27:20.959 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:27:20.959 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1479691423
16:27:21.025 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
16:27:21.059 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
16:27:21.594 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Receive server push request, request = NotifySubscriberRequest, requestId = 16
16:27:21.608 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Ack server push request, request = NotifySubscriberRequest, requestId = 16
16:27:22.003 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 16.97 seconds (JVM running for 19.183)
16:27:22.123 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
16:27:22.124 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
16:27:22.124 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
16:27:22.811 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:29:43.808 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Server healthy check fail, currentConnection = 1733819230000_127.0.0.1_17800
16:29:43.808 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Server healthy check fail, currentConnection = 1733819240848_127.0.0.1_17812
16:29:43.809 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Try to reconnect to a new server, server is not appointed, will choose a random server.
16:29:43.809 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
16:29:43.934 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Success to connect a server [127.0.0.1:18848], connectionId = 1733819383818_127.0.0.1_18018
16:29:43.934 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Success to connect a server [127.0.0.1:18848], connectionId = 1733819383818_127.0.0.1_18019
16:29:43.934 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733819230000_127.0.0.1_17800
16:29:43.934 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Abandon prev connection, server is 127.0.0.1:18848, connectionId is 1733819240848_127.0.0.1_17812
16:29:43.934 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733819230000_127.0.0.1_17800
16:29:43.934 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733819240848_127.0.0.1_17812
16:29:43.935 [nacos-grpc-client-executor-51] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733819230000_127.0.0.1_17800]Ignore complete event,isRunning:false,isAbandon=true
16:29:43.935 [nacos-grpc-client-executor-47] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733819240848_127.0.0.1_17812]Ignore complete event,isRunning:false,isAbandon=true
16:29:43.942 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Notify disconnected event to listeners
16:29:43.942 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Notify disconnected event to listeners
16:29:43.943 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ecb900ff-7e1e-49a5-8a9d-78492ec340c0_config-0] Notify connected event to listeners.
16:29:43.944 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Notify connected event to listeners.
16:29:43.944 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Server check success, currentServer is 127.0.0.1:18848
16:29:47.380 [nacos-grpc-client-executor-57] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Receive server push request, request = NotifySubscriberRequest, requestId = 21
16:29:47.389 [nacos-grpc-client-executor-57] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a2f2e92b-00ef-49bb-8cce-c1085b23d3c8] Ack server push request, request = NotifySubscriberRequest, requestId = 21
16:33:09.476 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:33:11.457 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0
16:33:11.519 [main] INFO o.r.Reflections - [scan,232] - Reflections took 39 ms to scan 1 urls, producing 3 keys and 6 values
16:33:11.561 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values
16:33:11.583 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values
16:33:11.612 [main] INFO o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 14 urls, producing 0 keys and 0 values
16:33:11.631 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values
16:33:11.654 [main] INFO o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values
16:33:11.682 [main] INFO o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 2 keys and 8 values
16:33:11.708 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 14 urls, producing 0 keys and 0 values
16:33:11.710 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:33:11.711 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1710641643
16:33:11.712 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1771190979
16:33:11.713 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:33:11.714 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:33:11.729 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:33:13.264 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733819593071_127.0.0.1_55853
16:33:13.265 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Notify connected event to listeners.
16:33:13.265 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:33:13.266 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e0f65aab-04a9-43cd-a328-8f12b934f2dc_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1999639763
16:33:13.343 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:33:15.561 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
16:33:15.618 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:33:15.619 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:33:15.619 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:33:15.619 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:33:15.670 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
16:33:15.671 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:33:15.671 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:33:15.673 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
16:33:15.674 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
16:33:15.674 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
16:33:15.674 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
16:33:15.674 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:33:15.674 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
16:33:15.674 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:33:15.804 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
16:33:16.251 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
16:33:16.256 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
16:33:16.847 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
16:33:16.850 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:33:16.850 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:33:17.082 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:33:18.316 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
16:33:18.317 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:33:18.317 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:33:22.481 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:33:23.617 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 50ed50d3-f012-4c89-9320-d951b7c73a17
16:33:23.617 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] RpcClient init label, labels = {module=naming, source=sdk}
16:33:23.619 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:33:23.619 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:33:23.620 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:33:23.620 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:33:23.731 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733819603627_127.0.0.1_55867
16:33:23.731 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Notify connected event to listeners.
16:33:23.731 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:33:23.731 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1999639763
16:33:23.791 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
16:33:24.347 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Receive server push request, request = NotifySubscriberRequest, requestId = 23
16:33:24.348 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [50ed50d3-f012-4c89-9320-d951b7c73a17] Ack server push request, request = NotifySubscriberRequest, requestId = 23
16:33:24.466 [main] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
16:33:24.472 [main] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@269bf9e6[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
16:33:24.472 [main] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733819603627_127.0.0.1_55867
16:33:24.474 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733819603627_127.0.0.1_55867]Ignore complete event,isRunning:false,isAbandon=false
16:33:24.480 [main] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@312ddc51[Running, pool size = 8, active threads = 0, queued tasks = 0, completed tasks = 8]
16:33:24.513 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
16:33:24.516 [main] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
16:33:24.524 [main] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
16:33:24.524 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
16:33:24.526 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-18084"]
16:33:24.526 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
16:33:24.532 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-18084"]
16:33:24.534 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-18084"]
16:34:02.195 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
16:34:04.161 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 58072a2e-bb1c-4d50-97ce-baae202b5763_config-0
16:34:04.208 [main] INFO o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 3 keys and 6 values
16:34:04.232 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
16:34:04.243 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
16:34:04.258 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
16:34:04.268 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
16:34:04.279 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
16:34:04.291 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
16:34:04.305 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
16:34:04.306 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:34:04.307 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1058553002
16:34:04.308 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/2070295086
16:34:04.309 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:34:04.309 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:34:04.316 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:34:05.783 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733819645593_127.0.0.1_55982
16:34:05.783 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Notify connected event to listeners.
16:34:05.785 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:34:05.785 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [58072a2e-bb1c-4d50-97ce-baae202b5763_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/115139998
16:34:05.855 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
16:34:07.964 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
16:34:08.023 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:34:08.023 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:34:08.023 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:34:08.023 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
16:34:08.068 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
16:34:08.069 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:34:08.070 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
16:34:08.071 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
16:34:08.072 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
16:34:08.072 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
16:34:08.072 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
16:34:08.073 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:34:08.073 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
16:34:08.073 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
16:34:08.177 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
16:34:08.568 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
16:34:08.573 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
16:34:09.108 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
16:34:09.109 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:34:09.109 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
16:34:09.317 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:34:10.578 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
16:34:10.579 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:34:10.579 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:34:14.787 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
16:34:15.946 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d0acd1d1-9a47-42a3-903b-03cac538672e
16:34:15.947 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] RpcClient init label, labels = {module=naming, source=sdk}
16:34:15.950 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:34:15.950 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:34:15.951 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:34:15.951 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
16:34:16.069 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733819655956_127.0.0.1_56001
16:34:16.069 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Notify connected event to listeners.
16:34:16.069 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:34:16.069 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/115139998
16:34:16.130 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
16:34:16.167 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
16:34:16.652 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Receive server push request, request = NotifySubscriberRequest, requestId = 27
16:34:16.664 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0acd1d1-9a47-42a3-903b-03cac538672e] Ack server push request, request = NotifySubscriberRequest, requestId = 27
16:34:17.027 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 16.516 seconds (JVM running for 18.67)
16:34:17.134 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
16:34:17.135 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
16:34:17.136 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
16:34:17.368 [RMI TCP Connection(7)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:31:48.251 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
17:31:50.243 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0
17:31:50.294 [main] INFO o.r.Reflections - [scan,232] - Reflections took 30 ms to scan 1 urls, producing 3 keys and 6 values
17:31:50.319 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
17:31:50.330 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
17:31:50.345 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
17:31:50.354 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
17:31:50.365 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
17:31:50.376 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
17:31:50.390 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 14 urls, producing 0 keys and 0 values
17:31:50.391 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:31:50.392 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/56510351
17:31:50.392 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1835841364
17:31:50.393 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:31:50.393 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:31:50.401 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
17:31:51.883 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733823111693_127.0.0.1_31641
17:31:51.884 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Notify connected event to listeners.
17:31:51.884 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:31:51.886 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1952194564
17:31:51.960 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
17:31:56.283 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
17:31:56.327 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
17:31:56.328 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
17:31:56.328 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
17:31:56.328 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
17:31:56.367 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
17:31:56.369 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
17:31:56.369 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
17:31:56.370 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
17:31:56.372 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
17:31:56.372 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
17:31:56.372 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
17:31:56.373 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
17:31:56.373 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
17:31:56.374 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
17:31:56.470 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
17:31:56.898 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
17:31:56.902 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
17:31:57.559 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
17:31:57.560 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:31:57.560 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
17:31:57.747 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:31:59.086 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
17:31:59.087 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:31:59.088 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:32:03.698 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
17:32:05.241 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a89ab8f6-662f-42d4-bdcc-2f73722d8f50
17:32:05.241 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] RpcClient init label, labels = {module=naming, source=sdk}
17:32:05.244 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:32:05.245 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:32:05.245 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:32:05.246 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
17:32:05.365 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733823125254_127.0.0.1_31675
17:32:05.365 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:32:05.365 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Notify connected event to listeners.
17:32:05.365 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1952194564
17:32:05.414 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
17:32:05.442 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
17:32:05.996 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Receive server push request, request = NotifySubscriberRequest, requestId = 32
17:32:06.014 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Ack server push request, request = NotifySubscriberRequest, requestId = 32
17:32:06.571 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 20.364 seconds (JVM running for 21.899)
17:32:06.671 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
17:32:06.672 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
17:32:06.673 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
17:32:07.316 [RMI TCP Connection(2)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:17:26.574 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:17:28.565 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0
18:17:28.616 [main] INFO o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 6 values
18:17:28.644 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
18:17:28.655 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
18:17:28.671 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
18:17:28.680 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
18:17:28.691 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
18:17:28.702 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
18:17:28.716 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
18:17:28.718 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:17:28.718 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1223979324
18:17:28.719 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/253257929
18:17:28.719 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:17:28.720 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:17:28.728 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:17:30.296 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733825850108_127.0.0.1_36406
18:17:30.297 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Notify connected event to listeners.
18:17:30.297 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:17:30.298 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a99c1d29-2f42-44a7-8b34-431522ffbe08_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/898810308
18:17:30.383 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:17:32.474 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
18:17:32.521 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:17:32.521 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:17:32.521 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:17:32.521 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:17:32.568 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
18:17:32.570 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:17:32.570 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:17:32.571 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
18:17:32.572 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
18:17:32.573 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
18:17:32.573 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
18:17:32.573 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:17:32.573 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
18:17:32.573 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:17:32.682 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
18:17:33.087 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
18:17:33.092 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
18:17:33.691 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
18:17:33.693 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:17:33.693 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:17:33.913 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:17:35.130 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
18:17:35.131 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
18:17:35.131 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
18:17:51.266 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c326f64-10d1-4bc9-9c3d-b0fb7e45f24f_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
18:17:51.266 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a89ab8f6-662f-42d4-bdcc-2f73722d8f50] Try to reconnect to a new server, server is not appointed, will choose a random server.
18:20:01.784 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:20:03.734 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d5aaf443-b013-4f2d-889c-98f111c75479_config-0
18:20:03.776 [main] INFO o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 6 values
18:20:03.800 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
18:20:03.811 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
18:20:03.827 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
18:20:03.836 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
18:20:03.848 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
18:20:03.859 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
18:20:03.873 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
18:20:03.874 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:20:03.875 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/747152360
18:20:03.875 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1756143301
18:20:03.876 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:20:03.876 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:20:03.889 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:20:05.317 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733826005130_127.0.0.1_37237
18:20:05.318 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Notify connected event to listeners.
18:20:05.318 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:20:05.318 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d5aaf443-b013-4f2d-889c-98f111c75479_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2137205195
18:20:05.402 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:20:07.069 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
18:20:07.092 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:20:07.092 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:20:07.093 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:20:07.093 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:20:07.115 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
18:20:07.116 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:20:07.116 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:20:07.117 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
18:20:07.117 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
18:20:07.117 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
18:20:07.117 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
18:20:07.117 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:20:07.117 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
18:20:07.118 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:20:07.170 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
18:20:07.398 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
18:20:07.401 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
18:20:07.781 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
18:20:07.782 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:20:07.782 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:20:07.903 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:20:08.737 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
18:20:08.738 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
18:20:08.738 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
18:20:11.578 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
18:20:12.584 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 533687a5-52b7-4470-bb35-3c9e03584346
18:20:12.584 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] RpcClient init label, labels = {module=naming, source=sdk}
18:20:12.586 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
18:20:12.587 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
18:20:12.587 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
18:20:12.587 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:20:12.710 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733826012593_127.0.0.1_37249
18:20:12.710 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:20:12.710 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Notify connected event to listeners.
18:20:12.710 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2137205195
18:20:12.748 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
18:20:12.771 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
18:20:13.336 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Receive server push request, request = NotifySubscriberRequest, requestId = 6
18:20:13.346 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [533687a5-52b7-4470-bb35-3c9e03584346] Ack server push request, request = NotifySubscriberRequest, requestId = 6
18:20:13.451 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 13.329 seconds (JVM running for 15.569)
18:20:13.517 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
18:20:13.518 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
18:20:13.518 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
18:20:14.012 [RMI TCP Connection(3)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:25:21.373 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:25:21.377 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:25:21.705 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:25:21.705 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@332413d8[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:25:21.705 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733826012593_127.0.0.1_37249
18:25:21.706 [nacos-grpc-client-executor-78] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733826012593_127.0.0.1_37249]Ignore complete event,isRunning:false,isAbandon=false
18:25:21.710 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@34398410[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 79]
18:25:21.838 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:25:21.841 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
18:25:21.849 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
18:25:21.849 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
18:25:27.668 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:25:29.656 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6c08495c-91f4-42f6-aed4-104d0dd89864_config-0
18:25:29.728 [main] INFO o.r.Reflections - [scan,232] - Reflections took 40 ms to scan 1 urls, producing 3 keys and 6 values
18:25:29.769 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values
18:25:29.783 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
18:25:29.810 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 14 urls, producing 0 keys and 0 values
18:25:29.827 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values
18:25:29.843 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
18:25:29.860 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values
18:25:29.877 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 14 urls, producing 0 keys and 0 values
18:25:29.879 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:25:29.880 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1872515144
18:25:29.881 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1360312263
18:25:29.881 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:25:29.883 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:25:29.896 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:25:31.641 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733826331451_127.0.0.1_37610
18:25:31.642 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Notify connected event to listeners.
18:25:31.642 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:25:31.642 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [6c08495c-91f4-42f6-aed4-104d0dd89864_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1409513883
18:25:31.741 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:25:34.198 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
18:25:34.260 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:25:34.260 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:25:34.261 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:25:34.261 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:25:34.293 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
18:25:34.294 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:25:34.294 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:25:34.295 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
18:25:34.296 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
18:25:34.296 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
18:25:34.296 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
18:25:34.296 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:25:34.296 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
18:25:34.296 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:25:34.360 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
18:25:34.651 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
18:25:34.655 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
18:25:35.225 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
18:25:35.225 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:25:35.225 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:25:35.345 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:25:36.289 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
18:25:36.291 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
18:25:36.292 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
18:25:39.877 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
18:25:41.006 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 20cf9f29-0426-4285-a4b3-6d338ac7ba8d
18:25:41.007 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] RpcClient init label, labels = {module=naming, source=sdk}
18:25:41.010 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
18:25:41.010 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
18:25:41.011 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
18:25:41.011 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:25:41.135 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733826341018_127.0.0.1_37697
18:25:41.135 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:25:41.135 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Notify connected event to listeners.
18:25:41.135 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1409513883
18:25:41.179 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
18:25:41.202 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
18:25:41.730 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Receive server push request, request = NotifySubscriberRequest, requestId = 21
18:25:41.745 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [20cf9f29-0426-4285-a4b3-6d338ac7ba8d] Ack server push request, request = NotifySubscriberRequest, requestId = 21
18:25:41.974 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 15.973 seconds (JVM running for 18.075)
18:25:42.064 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
18:25:42.065 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
18:25:42.066 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
18:25:42.314 [RMI TCP Connection(5)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:51:15.517 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
18:51:17.487 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5d32c048-3b60-4f49-848f-166a05da2f0f_config-0
18:51:17.532 [main] INFO o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 3 keys and 6 values
18:51:17.556 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
18:51:17.567 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
18:51:17.585 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 14 urls, producing 0 keys and 0 values
18:51:17.594 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
18:51:17.608 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
18:51:17.621 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
18:51:17.638 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 14 urls, producing 0 keys and 0 values
18:51:17.639 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
18:51:17.640 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1666419636
18:51:17.641 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/609438896
18:51:17.641 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
18:51:17.643 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
18:51:17.650 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:51:19.073 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733827878887_127.0.0.1_40972
18:51:19.073 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Notify connected event to listeners.
18:51:19.075 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:51:19.075 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [5d32c048-3b60-4f49-848f-166a05da2f0f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1524026401
18:51:19.164 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
18:51:20.919 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
18:51:20.947 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:51:20.947 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:51:20.947 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:51:20.947 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
18:51:20.969 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
18:51:20.970 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:51:20.970 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
18:51:20.970 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
18:51:20.971 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
18:51:20.971 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
18:51:20.971 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
18:51:20.971 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:51:20.971 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
18:51:20.971 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
18:51:21.027 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
18:51:21.296 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
18:51:21.299 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
18:51:21.691 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
18:51:21.693 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
18:51:21.693 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
18:51:21.815 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
18:51:22.703 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
18:51:22.704 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
18:51:22.704 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
18:51:26.049 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
18:51:27.037 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e231417f-1595-4a62-8b2f-082da9596191
18:51:27.038 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] RpcClient init label, labels = {module=naming, source=sdk}
18:51:27.043 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
18:51:27.043 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
18:51:27.044 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
18:51:27.045 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
18:51:27.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733827887054_127.0.0.1_40985
18:51:27.172 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Notify connected event to listeners.
18:51:27.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
18:51:27.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1524026401
18:51:27.222 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
18:51:27.252 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
18:51:27.717 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Receive server push request, request = NotifySubscriberRequest, requestId = 22
18:51:27.731 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [e231417f-1595-4a62-8b2f-082da9596191] Ack server push request, request = NotifySubscriberRequest, requestId = 22
18:51:27.993 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 14.186 seconds (JVM running for 16.271)
18:51:28.060 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
18:51:28.061 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
18:51:28.062 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
18:51:28.814 [RMI TCP Connection(4)-192.168.0.38] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:30:22.307 [pool-5-thread-4] INFO o.a.h.i.e.RetryExec - [execute,97] - I/O exception (java.net.SocketException) caught when processing request to {}->http://10.138.219.3:29605: Software caused connection abort: connect
19:30:22.307 [pool-5-thread-2] INFO o.a.h.i.e.RetryExec - [execute,97] - I/O exception (java.net.SocketException) caught when processing request to {}->http://10.138.219.3:29605: Software caused connection abort: connect
19:30:22.314 [pool-5-thread-2] INFO o.a.h.i.e.RetryExec - [execute,113] - Retrying request to {}->http://10.138.219.3:29605
19:30:22.314 [pool-5-thread-4] INFO o.a.h.i.e.RetryExec - [execute,113] - Retrying request to {}->http://10.138.219.3:29605
19:40:27.048 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
19:40:27.053 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
19:40:27.379 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
19:40:27.379 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@12e916cb[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:40:27.380 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1733827887054_127.0.0.1_40985
19:40:27.383 [nacos-grpc-client-executor-602] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1733827887054_127.0.0.1_40985]Ignore complete event,isRunning:false,isAbandon=false
19:40:27.391 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1137e2fa[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 603]
19:40:27.547 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
19:40:27.555 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
19:40:27.574 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
19:40:27.574 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
19:40:38.876 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
19:40:40.829 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0
19:40:40.886 [main] INFO o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 6 values
19:40:40.915 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
19:40:40.926 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
19:40:40.949 [main] INFO o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 14 urls, producing 0 keys and 0 values
19:40:40.957 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 1 keys and 5 values
19:40:40.970 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 1 keys and 7 values
19:40:40.981 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 2 keys and 8 values
19:40:40.997 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 14 urls, producing 0 keys and 0 values
19:40:40.998 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
19:40:40.999 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1078834804
19:40:40.999 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1357944757
19:40:40.999 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
19:40:41.001 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
19:40:41.010 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:40:42.616 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733830842425_127.0.0.1_53978
19:40:42.617 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Notify connected event to listeners.
19:40:42.617 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:40:42.617 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [30a8c767-9a1a-4c99-981c-7f3c203a17b5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/944757319
19:40:42.700 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
19:40:44.641 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
19:40:44.669 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
19:40:44.669 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
19:40:44.669 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
19:40:44.669 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
19:40:44.694 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
19:40:44.695 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
19:40:44.695 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
19:40:44.696 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
19:40:44.696 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
19:40:44.697 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
19:40:44.697 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
19:40:44.697 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
19:40:44.697 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
19:40:44.697 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
19:40:44.759 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
19:40:45.035 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
19:40:45.039 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
19:40:45.466 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
19:40:45.466 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:40:45.466 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
19:40:45.631 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:40:46.627 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
19:40:46.628 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
19:40:46.628 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
19:40:50.709 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
19:40:52.367 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c76de842-758e-4e4b-a415-e56902e334a9
19:40:52.367 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] RpcClient init label, labels = {module=naming, source=sdk}
19:40:52.370 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:40:52.370 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:40:52.371 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:40:52.372 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
19:40:52.483 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1733830852378_127.0.0.1_54016
19:40:52.483 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:40:52.483 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Notify connected event to listeners.
19:40:52.483 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/944757319
19:40:52.544 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
19:40:52.575 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
19:40:53.098 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Receive server push request, request = NotifySubscriberRequest, requestId = 63
19:40:53.114 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c76de842-758e-4e4b-a415-e56902e334a9] Ack server push request, request = NotifySubscriberRequest, requestId = 63
19:40:53.815 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 16.606 seconds (JVM running for 18.869)
19:40:53.919 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
19:40:53.920 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
19:40:53.921 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
19:40:55.065 [http-nio-18084-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,77 +0,0 @@
13:04:58.975 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
13:05:01.217 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0
13:05:01.289 [main] INFO o.r.Reflections - [scan,232] - Reflections took 44 ms to scan 1 urls, producing 3 keys and 6 values
13:05:01.330 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values
13:05:01.350 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values
13:05:01.382 [main] INFO o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 14 urls, producing 0 keys and 0 values
13:05:01.398 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values
13:05:01.424 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values
13:05:01.446 [main] INFO o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 2 keys and 8 values
13:05:01.472 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 14 urls, producing 0 keys and 0 values
13:05:01.473 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
13:05:01.475 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1937618936
13:05:01.475 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1596843797
13:05:01.476 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
13:05:01.477 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
13:05:01.490 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:05:03.999 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734584703760_127.0.0.1_57173
13:05:04.000 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Notify connected event to listeners.
13:05:04.001 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:05:04.001 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [c1a59ae1-0c94-4b60-b635-5f2dcd2ec997_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1689309690
13:05:04.147 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
13:05:08.309 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
13:05:08.357 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:05:08.359 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:05:08.359 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:05:08.359 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
13:05:08.405 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
13:05:08.406 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:05:08.406 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
13:05:08.407 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
13:05:08.409 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
13:05:08.409 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
13:05:08.410 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
13:05:08.410 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:05:08.410 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
13:05:08.410 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
13:05:08.523 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
13:05:09.043 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
13:05:09.048 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
13:05:09.949 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
13:05:09.949 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
13:05:09.950 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
13:05:10.182 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
13:05:11.756 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
13:05:11.759 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
13:05:11.759 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
13:05:14.764 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
13:05:20.282 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of fa0bc54f-c05d-40ac-b47a-d8e579f25a03
13:05:20.283 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] RpcClient init label, labels = {module=naming, source=sdk}
13:05:20.283 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
13:05:20.283 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
13:05:20.284 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
13:05:20.284 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
13:05:20.408 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1734584720289_127.0.0.1_57201
13:05:20.408 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
13:05:20.408 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Notify connected event to listeners.
13:05:20.408 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1689309690
13:05:20.446 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
13:05:20.469 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.0.38:18084 register finished
13:05:21.030 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Receive server push request, request = NotifySubscriberRequest, requestId = 6
13:05:21.042 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fa0bc54f-c05d-40ac-b47a-d8e579f25a03] Ack server push request, request = NotifySubscriberRequest, requestId = 6
13:05:22.186 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 25.031 seconds (JVM running for 30.79)
13:05:22.294 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
13:05:22.305 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
13:05:22.306 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
13:05:22.977 [RMI TCP Connection(3)-192.168.2.198] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
13:25:22.815 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
13:25:22.820 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
13:25:23.146 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
13:25:23.146 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@728b4926[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
13:25:23.146 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1734584720289_127.0.0.1_57201
13:25:23.147 [nacos-grpc-client-executor-256] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1734584720289_127.0.0.1_57201]Ignore complete event,isRunning:false,isAbandon=false
13:25:23.152 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@64c30e10[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 257]
13:25:23.304 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
13:25:23.307 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
13:25:23.317 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
13:25:23.317 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye

View File

@ -1,220 +0,0 @@
09:20:18.192 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
09:20:20.156 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 38389dcf-758c-41af-abd1-f63ece479c55_config-0
09:20:20.196 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 6 values
09:20:20.219 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 4 keys and 9 values
09:20:20.230 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 3 keys and 10 values
09:20:20.245 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 14 urls, producing 0 keys and 0 values
09:20:20.254 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
09:20:20.265 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
09:20:20.275 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
09:20:20.289 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 14 urls, producing 0 keys and 0 values
09:20:20.290 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:20:20.290 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$330/1054035701
09:20:20.291 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$331/1429980012
09:20:20.291 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:20:20.292 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:20:20.299 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:20:21.636 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735089621456_127.0.0.1_52666
09:20:21.636 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Notify connected event to listeners.
09:20:21.638 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:20:21.638 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [38389dcf-758c-41af-abd1-f63ece479c55_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$339/2102232441
09:20:21.731 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
09:20:24.313 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
09:20:24.336 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:20:24.337 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:20:24.337 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:20:24.337 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
09:20:24.358 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
09:20:24.359 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:20:24.359 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
09:20:24.359 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
09:20:24.360 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
09:20:24.360 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
09:20:24.360 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
09:20:24.360 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:20:24.360 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
09:20:24.360 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
09:20:24.415 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
09:20:24.672 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
09:20:24.675 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
09:20:25.108 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
09:20:25.109 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:20:25.109 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
09:20:25.268 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:20:26.283 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
09:20:26.284 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:20:26.284 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:20:27.994 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
09:20:30.271 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9b7b18d1-bc82-43a4-9f5d-2feb239f8514
09:20:30.272 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] RpcClient init label, labels = {module=naming, source=sdk}
09:20:30.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:20:30.277 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:20:30.278 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:20:30.278 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
09:20:30.392 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735089630283_127.0.0.1_52675
09:20:30.392 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:20:30.392 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Notify connected event to listeners.
09:20:30.392 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$339/2102232441
09:20:30.434 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
09:20:30.458 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.2.184:18084 register finished
09:20:30.925 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Receive server push request, request = NotifySubscriberRequest, requestId = 6
09:20:30.935 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9b7b18d1-bc82-43a4-9f5d-2feb239f8514] Ack server push request, request = NotifySubscriberRequest, requestId = 6
09:20:31.152 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 14.639 seconds (JVM running for 16.727)
09:20:31.256 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
09:20:31.267 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
09:20:31.268 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
09:20:42.606 [http-nio-18084-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:34:50.685 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:34:52.675 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 630a99e1-024c-4a02-800a-d8da98dd7654_config-0
10:34:52.748 [main] INFO o.r.Reflections - [scan,232] - Reflections took 43 ms to scan 1 urls, producing 3 keys and 6 values
10:34:52.789 [main] INFO o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values
10:34:52.808 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values
10:34:52.833 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 14 urls, producing 0 keys and 0 values
10:34:52.850 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values
10:34:52.871 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values
10:34:52.890 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values
10:34:52.914 [main] INFO o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 14 urls, producing 0 keys and 0 values
10:34:52.916 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:34:52.917 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/232200992
10:34:52.918 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1988062951
10:34:52.919 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:34:52.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:34:52.934 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:34:54.485 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094094284_127.0.0.1_52315
10:34:54.486 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Notify connected event to listeners.
10:34:54.486 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:34:54.487 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [630a99e1-024c-4a02-800a-d8da98dd7654_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1503803534
10:34:54.584 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:34:57.156 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
10:34:57.179 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:34:57.179 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:34:57.180 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:34:57.180 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:34:57.201 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
10:34:57.202 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
10:34:57.202 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
10:34:57.203 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
10:34:57.203 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
10:34:57.203 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
10:34:57.204 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
10:34:57.204 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
10:34:57.204 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
10:34:57.204 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
10:34:57.255 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
10:34:57.502 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
10:34:57.506 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
10:34:57.876 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
10:34:57.876 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:34:57.876 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:34:57.999 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:34:58.882 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
10:34:58.883 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:34:58.883 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:35:00.492 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:35:02.840 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd
10:35:02.840 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] RpcClient init label, labels = {module=naming, source=sdk}
10:35:02.842 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:35:02.842 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:35:02.843 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:35:02.843 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:35:02.957 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094102848_127.0.0.1_52337
10:35:02.957 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:35:02.957 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Notify connected event to listeners.
10:35:02.957 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1503803534
10:35:02.994 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
10:35:03.017 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.2.184:18084 register finished
10:35:03.546 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Receive server push request, request = NotifySubscriberRequest, requestId = 5
10:35:03.557 [nacos-grpc-client-executor-7] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [ad4ada3e-3c28-4415-b8e1-06e1ab61d5fd] Ack server push request, request = NotifySubscriberRequest, requestId = 5
10:35:03.756 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 14.725 seconds (JVM running for 16.889)
10:35:03.862 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
10:35:03.875 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
10:35:03.876 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
10:35:04.609 [RMI TCP Connection(3)-192.168.2.184] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:35:28.568 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:35:28.572 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:35:28.912 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:35:28.912 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@36c4a2b4[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:35:28.912 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1735094102848_127.0.0.1_52337
10:35:28.913 [nacos-grpc-client-executor-20] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1735094102848_127.0.0.1_52337]Ignore complete event,isRunning:false,isAbandon=false
10:35:28.918 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@2c83e2db[Running, pool size = 7, active threads = 0, queued tasks = 0, completed tasks = 21]
10:35:29.052 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
10:35:29.055 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
10:35:29.062 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
10:35:29.063 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
10:36:48.534 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.4.Final
10:36:50.462 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of da400c70-1b2d-494c-a52b-705aef8a0914_config-0
10:36:50.533 [main] INFO o.r.Reflections - [scan,232] - Reflections took 38 ms to scan 1 urls, producing 3 keys and 6 values
10:36:50.568 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 4 keys and 9 values
10:36:50.582 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
10:36:50.608 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 14 urls, producing 0 keys and 0 values
10:36:50.623 [main] INFO o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values
10:36:50.648 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 7 values
10:36:50.662 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 2 keys and 8 values
10:36:50.683 [main] INFO o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 14 urls, producing 0 keys and 0 values
10:36:50.686 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:36:50.687 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1062254208
10:36:50.688 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1423639915
10:36:50.690 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:36:50.692 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:36:50.724 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:36:54.566 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094214189_127.0.0.1_52962
10:36:54.568 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Notify connected event to listeners.
10:36:54.569 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:36:54.570 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [da400c70-1b2d-494c-a52b-705aef8a0914_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2000779038
10:36:54.792 [main] INFO c.s.s.VscSystemApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "dev"
10:36:59.763 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - [postProcessBeanFactory,48] - Post-processing PropertySource instances
10:36:59.828 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:59.828 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:59.828 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-securityControl-system,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:59.828 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource bootstrapProperties-vsc-dev.yml,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
10:36:59.878 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
10:36:59.879 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
10:36:59.880 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
10:36:59.882 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
10:36:59.883 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
10:36:59.884 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
10:36:59.884 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
10:36:59.884 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
10:36:59.885 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource Config resource 'class path resource [bootstrap.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
10:36:59.885 [main] INFO c.u.j.EncryptablePropertySourceConverter - [makeEncryptable,44] - Converting PropertySource springCloudDefaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
10:37:00.050 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - [lambda$null$2,31] - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
10:37:00.673 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - [lambda$null$2,35] - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
10:37:00.678 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - [lambda$null$2,35] - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
10:37:01.703 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18084"]
10:37:01.705 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:37:01.705 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.65]
10:37:01.923 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:37:03.801 [main] INFO c.a.d.p.DruidDataSource - [init,975] - {dataSource-1,master} inited
10:37:03.802 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:37:03.803 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:37:06.691 [main] INFO c.s.i.s.a.f.a.c.ConfigHolder - [getServiceAgentConfiguration,53] - 鉴权代理加载配置文件iscservicesadapter中默认配置信息......
10:37:10.479 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9c855ee9-5c71-49f6-b21c-0bc980096c60
10:37:10.479 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] RpcClient init label, labels = {module=naming, source=sdk}
10:37:10.481 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:37:10.482 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:37:10.483 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:37:10.483 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 18848}
10:37:10.594 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Success to connect to server [127.0.0.1:18848] on start up, connectionId = 1735094230489_127.0.0.1_53031
10:37:10.594 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Notify connected event to listeners.
10:37:10.594 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:37:10.594 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/2000779038
10:37:10.647 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18084"]
10:37:10.680 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP securityControl-system 192.168.2.184:18084 register finished
10:37:11.149 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Receive server push request, request = NotifySubscriberRequest, requestId = 16
10:37:11.162 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9c855ee9-5c71-49f6-b21c-0bc980096c60] Ack server push request, request = NotifySubscriberRequest, requestId = 16
10:37:12.073 [main] INFO c.s.s.VscSystemApplication - [logStarted,61] - Started VscSystemApplication in 25.037 seconds (JVM running for 29.124)
10:37:12.205 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system-dev.yml, group=DEFAULT_GROUP
10:37:12.228 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system, group=DEFAULT_GROUP
10:37:12.230 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=securityControl-system.yml, group=DEFAULT_GROUP
10:37:13.319 [RMI TCP Connection(3)-192.168.2.184] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:44:59.803 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
10:44:59.807 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
10:45:00.165 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
10:45:00.166 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@265db77[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
10:45:00.166 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1735094230489_127.0.0.1_53031
10:45:00.168 [nacos-grpc-client-executor-112] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1735094230489_127.0.0.1_53031]Ignore complete event,isRunning:false,isAbandon=false
10:45:00.175 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@22985cbf[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 113]
10:45:00.336 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
10:45:00.340 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2063] - {dataSource-1} closing ...
10:45:00.350 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2136] - {dataSource-1} closed
10:45:00.350 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye