spring.log 8.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 17:00:33:036 INFO 16400 --- [main] c.z.environment.EnvironmentApplication : The following 1 profile is active: "dev"
  2. 17:00:34:280 INFO 16400 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
  3. 17:00:34:283 INFO 16400 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  4. 17:00:34:319 INFO 16400 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces.
  5. 17:00:34:622 INFO 16400 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=8313f301-f28a-38d1-9ac9-2af64d1ae4e8
  6. 17:00:35:360 INFO 16400 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8302 (http)
  7. 17:00:35:370 INFO 16400 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  8. 17:00:35:371 INFO 16400 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
  9. 17:00:35:577 INFO 16400 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  10. 17:00:35:577 INFO 16400 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2494 ms
  11. 17:00:37:057 INFO 16400 --- [main] c.z.environment.config.RSServerService : RSServer服务开始初始化,监听端口:9801
  12. 17:00:37:058 INFO 16400 --- [RSServer-Worker] c.z.environment.config.RSServerService : RSServer实例初始化完成,耗时:1ms
  13. 17:00:37:061 INFO 16400 --- [RSServer-Worker] c.z.environment.config.RSServerService : 开始启动RSServer(阻塞式监听)
  14. 17:00:37:426 INFO 16400 --- [main] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  15. 17:00:38:334 INFO 16400 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  16. 17:00:39:390 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 5323d9b9-2d19-45a0-ab77-8cae8b2bf116
  17. 17:00:39:390 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] RpcClient init label, labels = {module=naming, source=sdk}
  18. 17:00:39:391 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  19. 17:00:39:391 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  20. 17:00:39:391 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  21. 17:00:39:391 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  22. 17:00:39:511 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1760691640399_192.168.110.235_59055
  23. 17:00:39:511 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  24. 17:00:39:511 INFO 16400 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Notify connected event to listeners.
  25. 17:00:39:511 INFO 16400 --- [main] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$471/0x000000080041b040
  26. 17:00:39:578 INFO 16400 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8302 (http) with context path ''
  27. 17:00:39:590 INFO 16400 --- [main] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP environment-service 192.168.110.235:8302 register finished
  28. 17:00:39:955 INFO 16400 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
  29. 17:00:39:958 INFO 16400 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  30. 17:00:39:979 INFO 16400 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  31. 17:00:39:995 INFO 16400 --- [main] c.z.environment.EnvironmentApplication : Started EnvironmentApplication in 10.608 seconds (JVM running for 11.904)
  32. 17:00:40:004 INFO 16400 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=environment-service-dev.yaml, group=DEFAULT_GROUP
  33. 17:00:40:004 INFO 16400 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=environment-service, group=DEFAULT_GROUP
  34. 17:00:40:083 INFO 16400 --- [nacos-grpc-client-executor-6] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Receive server push request, request = NotifySubscriberRequest, requestId = 32
  35. 17:00:40:087 INFO 16400 --- [nacos-grpc-client-executor-6] com.alibaba.nacos.common.remote.client : [5323d9b9-2d19-45a0-ab77-8cae8b2bf116] Ack server push request, request = NotifySubscriberRequest, requestId = 32
  36. 17:00:57:059 WARN 16400 --- [RSServer-Monitor] c.z.environment.config.RSServerService : RSServer初始化超时(>20秒),服务器可能仍在启动(正常慢启动),可延长timeoutSeconds阈值
  37. 17:01:08:954 INFO 16400 --- [http-nio-8302-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  38. 17:01:08:954 INFO 16400 --- [http-nio-8302-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  39. 17:01:08:955 INFO 16400 --- [http-nio-8302-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
  40. 17:29:41:863 WARN 16400 --- [Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
  41. 17:29:41:864 WARN 16400 --- [Thread-1] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
  42. 17:29:41:864 WARN 16400 --- [Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
  43. 17:29:41:866 WARN 16400 --- [Thread-1] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
  44. 17:29:42:166 INFO 16400 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
  45. 17:29:42:169 INFO 16400 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
  46. 17:29:42:476 INFO 16400 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  47. 17:29:42:476 INFO 16400 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@1f3d0462[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  48. 17:29:42:476 INFO 16400 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1760691640399_192.168.110.235_59055
  49. 17:29:42:477 INFO 16400 --- [nacos-grpc-client-executor-358] c.a.n.c.remote.client.grpc.GrpcClient : [1760691640399_192.168.110.235_59055]Ignore complete event,isRunning:false,isAbandon=false
  50. 17:29:42:481 INFO 16400 --- [SpringApplicationShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@56e41208[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 359]
  51. 17:29:42:486 INFO 16400 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : 开始关闭RSServer资源
  52. 17:29:42:486 INFO 16400 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : RSServer服务器已停止
  53. 17:29:42:490 INFO 16400 --- [RSServer-Worker] c.z.environment.config.RSServerService : RSServer已启动并监听端口:9801,启动耗时:1745428ms
  54. 17:29:42:491 INFO 16400 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : RSServer线程池已正常关闭
  55. 17:29:42:491 INFO 16400 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : RSServer资源关闭完成