spring.log 196 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329
  1. 15:03:18:734 INFO 19360 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
  2. 15:03:22:685 INFO 19360 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  3. 15:03:22:688 INFO 19360 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  4. 15:03:22:785 INFO 19360 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 74 ms. Found 0 Redis repository interfaces.
  5. 15:03:23:217 INFO 19360 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=55f8de3b-8490-3efe-a8b8-17aefe459bc3
  6. 15:03:24:443 INFO 19360 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
  7. 15:03:24:476 INFO 19360 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  8. 15:03:24:476 INFO 19360 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
  9. 15:03:24:504 WARN 19360 --- [restartedMain] o.a.c.webresources.DirResourceSet : Disabled the global canonical file name cache to protect against CVE-2024-56337 when starting the WebResourceSet at [D:\temp\tomcat-docbase.8301.9155027092681418250] which is part of the web application []
  10. 15:03:24:642 INFO 19360 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  11. 15:03:24:643 INFO 19360 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5896 ms
  12. 15:03:25:375 DEBUG 19360 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
  13. 15:03:26:360 INFO 19360 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  14. 15:03:29:030 INFO 19360 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  15. 15:03:29:290 INFO 19360 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  16. 15:03:29:301 INFO 19360 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  17. 15:03:29:301 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
  18. 15:03:29:302 INFO 19360 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  19. 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  20. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  21. NOT STARTED.
  22. Currently in standby mode.
  23. Number of jobs executed: 0
  24. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  25. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  26. 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  27. 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
  28. 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@418720e4
  29. 15:03:29:960 INFO 19360 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@5dc38da1, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@61f2340c, org.springframework.security.web.context.SecurityContextPersistenceFilter@1928004c, org.springframework.security.web.header.HeaderWriterFilter@201070d6, org.springframework.web.filter.CorsFilter@35c57c88, org.springframework.security.web.authentication.logout.LogoutFilter@76b35d90, org.springframework.web.filter.CorsFilter@35c57c88, com.zksy.framework.security.filter.JwtAuthenticationTokenFilter@36b72bed, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@776643d0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5fceeba5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6dd1c449, org.springframework.security.web.session.SessionManagementFilter@5977cfd6, org.springframework.security.web.access.ExceptionTranslationFilter@230932eb, org.springframework.security.web.access.intercept.AuthorizationFilter@25fa672]
  30. 15:03:30:346 WARN 19360 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : Unable to start LiveReload server
  31. 15:03:30:977 INFO 19360 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  32. 15:03:31:833 WARN 19360 --- [restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
  33. 15:03:31:968 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 88dec009-e754-4ae7-9b5f-0bb59104d424
  34. 15:03:31:969 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] RpcClient init label, labels = {module=naming, source=sdk}
  35. 15:03:31:972 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  36. 15:03:31:972 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  37. 15:03:31:973 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  38. 15:03:31:973 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  39. 15:03:32:106 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030211803_192.168.110.126_5311
  40. 15:03:32:106 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  41. 15:03:32:106 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  42. 15:03:32:106 INFO 19360 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Notify connected event to listeners.
  43. 15:03:32:178 WARN 19360 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8301 is already in use
  44. 15:03:32:725 INFO 19360 --- [nacos-grpc-client-executor-4] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Receive server push request, request = NotifySubscriberRequest, requestId = 27
  45. 15:03:32:742 INFO 19360 --- [nacos-grpc-client-executor-4] com.alibaba.nacos.common.remote.client : [88dec009-e754-4ae7-9b5f-0bb59104d424] Ack server push request, request = NotifySubscriberRequest, requestId = 27
  46. 15:03:32:843 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  47. 15:03:32:843 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6d35d898[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  48. 15:03:32:843 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : Close current connection 1761030211803_192.168.110.126_5311
  49. 15:03:32:851 INFO 19360 --- [restartedMain] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@27876cee[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 5]
  50. 15:03:32:853 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of c47ae6ad-bbfa-44d5-aacd-0852e2dba6af
  51. 15:03:32:853 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] RpcClient init label, labels = {module=naming, source=sdk}
  52. 15:03:32:854 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  53. 15:03:32:854 INFO 19360 --- [grpc-nio-worker-ELG-1-4] c.a.n.s.i.g.i.AbstractClientStream : Received trailers on closed stream:
  54. Metadata()
  55. {2}
  56. 15:03:32:855 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  57. 15:03:32:855 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  58. 15:03:32:855 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  59. 15:03:32:982 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030212679_192.168.110.126_5314
  60. 15:03:32:982 INFO 19360 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Notify connected event to listeners.
  61. 15:03:32:982 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  62. 15:03:32:982 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : [c47ae6ad-bbfa-44d5-aacd-0852e2dba6af] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  63. 15:03:32:998 INFO 19360 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  64. 15:03:32:998 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  65. 15:03:32:998 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  66. 15:03:32:999 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  67. 15:03:32:999 INFO 19360 --- [restartedMain] sys-user : ====关闭后台任务任务线程池====
  68. 15:03:33:001 WARN 19360 --- [restartedMain] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
  69. 15:03:33:002 INFO 19360 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
  70. 15:03:33:100 INFO 19360 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  71. 15:03:33:244 INFO 19360 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  72. 15:03:33:266 INFO 19360 --- [restartedMain] ConditionEvaluationReportLoggingListener :
  73. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  74. 15:03:33:309 ERROR 19360 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
  75. ***************************
  76. APPLICATION FAILED TO START
  77. ***************************
  78. Description:
  79. Web server failed to start. Port 8301 was already in use.
  80. Action:
  81. Identify and stop the process that's listening on port 8301 or configure this application to listen on another port.
  82. 15:03:34:245 WARN 19360 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
  83. 15:03:34:245 WARN 19360 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
  84. 15:04:12:007 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
  85. 15:04:13:158 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  86. 15:04:13:161 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  87. 15:04:13:238 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64 ms. Found 0 Redis repository interfaces.
  88. 15:04:13:565 INFO 21576 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=55f8de3b-8490-3efe-a8b8-17aefe459bc3
  89. 15:04:14:460 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
  90. 15:04:14:485 INFO 21576 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  91. 15:04:14:486 INFO 21576 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
  92. 15:04:14:510 WARN 21576 --- [restartedMain] o.a.c.webresources.DirResourceSet : Disabled the global canonical file name cache to protect against CVE-2024-56337 when starting the WebResourceSet at [D:\temp\tomcat-docbase.8301.10221936922023876319] which is part of the web application []
  93. 15:04:14:640 INFO 21576 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  94. 15:04:14:640 INFO 21576 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2621 ms
  95. 15:04:15:240 DEBUG 21576 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
  96. 15:04:16:084 INFO 21576 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  97. 15:04:18:312 INFO 21576 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  98. 15:04:18:578 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  99. 15:04:18:589 INFO 21576 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  100. 15:04:18:589 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
  101. 15:04:18:590 INFO 21576 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  102. 15:04:18:590 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  103. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  104. NOT STARTED.
  105. Currently in standby mode.
  106. Number of jobs executed: 0
  107. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  108. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  109. 15:04:18:591 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  110. 15:04:18:591 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
  111. 15:04:18:591 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1d7d5c9
  112. 15:04:19:396 INFO 21576 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@62233136, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@16007e09, org.springframework.security.web.context.SecurityContextPersistenceFilter@176938a9, org.springframework.security.web.header.HeaderWriterFilter@56180682, org.springframework.web.filter.CorsFilter@25f71236, org.springframework.security.web.authentication.logout.LogoutFilter@16cb565, org.springframework.web.filter.CorsFilter@25f71236, com.zksy.framework.security.filter.JwtAuthenticationTokenFilter@210dc718, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1f930314, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1ba7b62, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2146cd04, org.springframework.security.web.session.SessionManagementFilter@55a6afed, org.springframework.security.web.access.ExceptionTranslationFilter@4cf11d45, org.springframework.security.web.access.intercept.AuthorizationFilter@77fb8b58]
  113. 15:04:19:909 INFO 21576 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  114. 15:04:20:722 INFO 21576 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  115. 15:04:21:757 WARN 21576 --- [restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
  116. 15:04:21:915 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b
  117. 15:04:21:916 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] RpcClient init label, labels = {module=naming, source=sdk}
  118. 15:04:21:918 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  119. 15:04:21:919 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  120. 15:04:21:919 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  121. 15:04:21:920 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  122. 15:04:22:045 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030261748_192.168.110.126_45568
  123. 15:04:22:045 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  124. 15:04:22:045 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  125. 15:04:22:045 INFO 21576 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Notify connected event to listeners.
  126. 15:04:22:168 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
  127. 15:04:22:182 INFO 21576 --- [restartedMain] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP pipe-network-service 192.168.220.1:8301 register finished
  128. 15:04:22:427 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
  129. 15:04:22:431 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  130. 15:04:22:476 INFO 21576 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  131. 15:04:22:521 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
  132. 15:04:22:528 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
  133. 15:04:22:534 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
  134. 15:04:22:536 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
  135. 15:04:22:537 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
  136. 15:04:22:538 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
  137. 15:04:22:539 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
  138. 15:04:22:546 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
  139. 15:04:22:548 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
  140. 15:04:22:549 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>
  141. 15:04:22:549 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
  142. 15:04:22:551 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
  143. 15:04:22:552 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
  144. 15:04:22:558 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
  145. 15:04:22:559 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
  146. 15:04:22:561 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
  147. 15:04:22:563 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
  148. 15:04:22:566 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
  149. 15:04:22:567 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
  150. 15:04:22:568 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
  151. 15:04:22:568 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
  152. 15:04:22:569 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
  153. 15:04:22:571 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
  154. 15:04:22:573 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
  155. 15:04:22:574 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
  156. 15:04:22:584 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
  157. 15:04:22:586 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
  158. 15:04:22:587 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
  159. 15:04:22:588 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
  160. 15:04:22:588 INFO 21576 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Receive server push request, request = NotifySubscriberRequest, requestId = 28
  161. 15:04:22:588 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
  162. 15:04:22:589 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
  163. 15:04:22:591 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
  164. 15:04:22:614 INFO 21576 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [b8d3f680-dcaa-4e95-b8fe-fab566ec7c2b] Ack server push request, request = NotifySubscriberRequest, requestId = 28
  165. 15:04:22:624 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
  166. 15:04:22:626 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
  167. 15:04:22:632 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
  168. 15:04:22:633 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
  169. 15:04:22:633 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
  170. 15:04:22:634 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
  171. 15:04:22:635 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
  172. 15:04:22:635 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
  173. 15:04:22:635 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
  174. 15:04:22:643 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
  175. 15:04:22:643 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
  176. 15:04:22:644 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
  177. 15:04:22:644 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
  178. 15:04:22:650 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
  179. 15:04:22:651 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
  180. 15:04:22:652 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
  181. 15:04:22:653 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
  182. 15:04:22:653 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
  183. 15:04:22:654 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
  184. 15:04:22:654 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
  185. 15:04:22:655 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
  186. 15:04:22:656 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
  187. 15:04:22:661 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
  188. 15:04:22:662 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
  189. 15:04:22:663 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
  190. 15:04:22:663 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
  191. 15:04:22:668 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
  192. 15:04:22:668 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
  193. 15:04:22:669 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
  194. 15:04:22:669 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
  195. 15:04:22:670 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
  196. 15:04:22:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
  197. 15:04:22:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
  198. 15:04:22:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
  199. 15:04:22:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
  200. 15:04:22:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
  201. 15:04:22:673 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
  202. 15:04:22:677 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
  203. 15:04:22:678 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
  204. 15:04:22:679 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
  205. 15:04:22:679 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
  206. 15:04:22:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
  207. 15:04:22:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
  208. 15:04:22:681 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
  209. 15:04:22:681 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
  210. 15:04:22:681 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
  211. 15:04:22:682 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
  212. 15:04:22:682 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
  213. 15:04:22:682 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
  214. 15:04:22:683 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
  215. 15:04:22:683 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
  216. 15:04:22:684 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
  217. 15:04:22:685 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
  218. 15:04:22:687 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
  219. 15:04:22:688 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
  220. 15:04:22:689 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
  221. 15:04:22:689 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
  222. 15:04:22:690 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
  223. 15:04:22:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
  224. 15:04:22:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
  225. 15:04:22:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
  226. 15:04:22:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
  227. 15:04:22:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
  228. 15:04:22:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
  229. 15:04:22:703 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
  230. 15:04:22:703 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
  231. 15:04:22:704 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
  232. 15:04:22:704 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
  233. 15:04:22:709 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
  234. 15:04:22:709 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
  235. 15:04:22:710 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
  236. 15:04:22:710 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
  237. 15:04:22:711 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
  238. 15:04:22:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
  239. 15:04:22:715 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
  240. 15:04:22:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
  241. 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
  242. 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
  243. 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
  244. 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
  245. 15:04:22:719 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
  246. 15:04:22:719 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
  247. 15:04:22:724 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
  248. 15:04:22:724 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
  249. 15:04:22:725 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
  250. 15:04:22:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
  251. 15:04:22:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
  252. 15:04:22:727 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
  253. 15:04:22:735 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
  254. 15:04:22:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
  255. 15:04:22:738 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
  256. 15:04:22:739 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
  257. 15:04:22:745 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
  258. 15:04:22:746 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
  259. 15:04:22:747 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
  260. 15:04:22:749 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
  261. 15:04:22:749 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
  262. 15:04:22:750 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
  263. 15:04:22:750 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
  264. 15:04:22:750 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
  265. 15:04:22:751 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
  266. 15:04:22:751 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
  267. 15:04:22:755 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
  268. 15:04:22:756 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
  269. 15:04:22:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
  270. 15:04:22:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
  271. 15:04:22:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
  272. 15:04:22:759 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
  273. 15:04:22:772 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
  274. 15:04:22:773 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
  275. 15:04:22:775 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
  276. 15:04:22:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
  277. 15:04:22:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
  278. 15:04:22:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
  279. 15:04:22:782 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  280. 15:04:22:783 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
  281. 15:04:22:784 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
  282. 15:04:22:785 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
  283. 15:04:22:785 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
  284. 15:04:22:786 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
  285. 15:04:22:786 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
  286. 15:04:22:786 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
  287. 15:04:22:787 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
  288. 15:04:22:787 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
  289. 15:04:22:787 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
  290. 15:04:22:788 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
  291. 15:04:22:788 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
  292. 15:04:22:788 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  293. 15:04:22:789 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
  294. 15:04:22:804 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
  295. 15:04:22:807 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
  296. 15:04:22:807 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
  297. 15:04:22:813 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
  298. 15:04:22:815 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
  299. 15:04:22:816 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
  300. 15:04:22:818 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
  301. 15:04:22:819 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
  302. 15:04:22:819 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
  303. 15:04:22:820 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
  304. 15:04:22:821 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
  305. 15:04:22:822 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
  306. 15:04:22:822 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
  307. 15:04:22:823 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
  308. 15:04:22:823 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
  309. 15:04:22:824 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
  310. 15:04:22:824 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
  311. 15:04:22:824 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
  312. 15:04:22:825 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
  313. 15:04:22:825 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
  314. 15:04:22:826 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  315. 15:04:22:826 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
  316. 15:04:22:827 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
  317. 15:04:22:827 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
  318. 15:04:22:828 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
  319. 15:04:22:830 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
  320. 15:04:22:830 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
  321. 15:04:22:832 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
  322. 15:04:22:832 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
  323. 15:04:22:833 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
  324. 15:04:22:834 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
  325. 15:04:22:835 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
  326. 15:04:22:835 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
  327. 15:04:22:844 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
  328. 15:04:22:846 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
  329. 15:04:22:852 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
  330. 15:04:22:854 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
  331. 15:04:22:856 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
  332. 15:04:22:860 INFO 21576 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  333. 15:04:22:860 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  334. 15:04:22:870 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 14.064 seconds (JVM running for 16.411)
  335. 15:04:22:879 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service.yaml, group=DEFAULT_GROUP
  336. 15:04:22:881 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service-dev.yaml, group=DEFAULT_GROUP
  337. 15:04:22:882 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
  338. 15:07:06:302 INFO 21576 --- [File Watcher] rtingClassPathChangeChangedEventListener : Restarting due to 334 class path changes (0 additions, 334 deletions, 0 modifications)
  339. 15:07:06:306 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  340. 15:07:08:120 INFO 21576 --- [Thread-12] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  341. 15:07:08:156 WARN 21576 --- [Thread-12] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [lettuce-timer-3-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  342. java.base@11.0.15.1/java.lang.Thread.sleep(Native Method)
  343. app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:600)
  344. app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:496)
  345. app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  346. java.base@11.0.15.1/java.lang.Thread.run(Thread.java:834)
  347. 15:07:08:219 INFO 21576 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
  348. 15:07:08:243 INFO 21576 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
  349. 15:07:08:589 INFO 21576 --- [Thread-12] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  350. 15:07:08:589 INFO 21576 --- [Thread-12] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@e930d24[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  351. 15:07:08:590 INFO 21576 --- [Thread-12] com.alibaba.nacos.common.remote.client : Close current connection 1761030261748_192.168.110.126_45568
  352. 15:07:08:602 INFO 21576 --- [Thread-12] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3de99b04[Running, pool size = 5, active threads = 1, queued tasks = 0, completed tasks = 41]
  353. 15:07:08:628 INFO 21576 --- [Thread-12] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  354. 15:07:08:629 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  355. 15:07:08:629 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  356. 15:07:08:631 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  357. 15:07:08:631 INFO 21576 --- [Thread-12] sys-user : ====关闭后台任务任务线程池====
  358. 15:07:08:632 INFO 21576 --- [nacos-grpc-client-executor-41] c.a.n.c.remote.client.grpc.GrpcClient : [1761030261748_192.168.110.126_45568]Ignore complete event,isRunning:false,isAbandon=false
  359. 15:07:08:633 WARN 21576 --- [Thread-12] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.NoClassDefFoundError: com/zksy/framework/manager/AsyncManager
  360. 15:07:08:636 INFO 21576 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
  361. 15:07:08:667 INFO 21576 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  362. 15:07:37:581 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
  363. 15:07:42:109 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  364. 15:07:42:110 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  365. 15:07:42:215 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 104 ms. Found 0 Redis repository interfaces.
  366. 15:07:42:369 WARN 21576 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
  367. 15:07:42:369 WARN 21576 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
  368. 15:07:42:371 WARN 21576 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
  369. 15:07:42:371 WARN 21576 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
  370. 15:07:42:516 INFO 21576 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a1f17350-71ec-332d-930d-f4d24e7be2fa
  371. 15:07:43:688 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
  372. 15:07:43:915 INFO 21576 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6328 ms
  373. 15:07:45:198 DEBUG 21576 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
  374. 15:07:47:261 INFO 21576 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} inited
  375. 15:07:49:779 INFO 21576 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  376. 15:07:50:182 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  377. 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  378. 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
  379. 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  380. 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  381. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  382. NOT STARTED.
  383. Currently in standby mode.
  384. Number of jobs executed: 0
  385. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  386. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  387. 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  388. 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
  389. 15:07:50:184 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@452afa3e
  390. 15:07:50:643 INFO 21576 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@9e49959, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@258dab06, org.springframework.security.web.context.SecurityContextPersistenceFilter@432cbc5e, org.springframework.security.web.header.HeaderWriterFilter@26195aa2, org.springframework.web.filter.CorsFilter@5907bccb, org.springframework.security.web.authentication.logout.LogoutFilter@37c4c0fe, org.springframework.web.filter.CorsFilter@5907bccb, com.zksy.framework.security.filter.JwtAuthenticationTokenFilter@296a7b33, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@45a8b96, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f231bb5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@41c31f80, org.springframework.security.web.session.SessionManagementFilter@12be5a2d, org.springframework.security.web.access.ExceptionTranslationFilter@2551b45b, org.springframework.security.web.access.intercept.AuthorizationFilter@22b1ce85]
  391. 15:07:50:907 INFO 21576 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  392. 15:07:51:443 INFO 21576 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  393. 15:07:52:067 WARN 21576 --- [restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
  394. 15:07:52:155 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 96ba91a8-1a3b-408b-ba5f-a735d1b5015a
  395. 15:07:52:155 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] RpcClient init label, labels = {module=naming, source=sdk}
  396. 15:07:52:155 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  397. 15:07:52:155 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  398. 15:07:52:155 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  399. 15:07:52:156 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  400. 15:07:52:302 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030471979_192.168.110.126_40255
  401. 15:07:52:302 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  402. 15:07:52:302 INFO 21576 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Notify connected event to listeners.
  403. 15:07:52:302 INFO 21576 --- [restartedMain] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  404. 15:07:52:355 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
  405. 15:07:52:366 INFO 21576 --- [restartedMain] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP pipe-network-service 192.168.220.1:8301 register finished
  406. 15:07:52:596 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
  407. 15:07:52:597 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  408. 15:07:52:628 INFO 21576 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  409. 15:07:52:638 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
  410. 15:07:52:639 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
  411. 15:07:52:640 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
  412. 15:07:52:640 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
  413. 15:07:52:641 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
  414. 15:07:52:641 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
  415. 15:07:52:642 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
  416. 15:07:52:644 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
  417. 15:07:52:645 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
  418. 15:07:52:646 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>
  419. 15:07:52:646 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
  420. 15:07:52:646 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
  421. 15:07:52:647 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
  422. 15:07:52:649 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
  423. 15:07:52:650 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
  424. 15:07:52:650 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
  425. 15:07:52:651 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
  426. 15:07:52:653 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
  427. 15:07:52:654 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
  428. 15:07:52:655 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
  429. 15:07:52:656 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
  430. 15:07:52:656 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
  431. 15:07:52:657 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
  432. 15:07:52:658 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
  433. 15:07:52:658 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
  434. 15:07:52:669 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
  435. 15:07:52:670 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
  436. 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
  437. 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
  438. 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
  439. 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
  440. 15:07:52:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
  441. 15:07:52:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
  442. 15:07:52:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
  443. 15:07:52:684 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
  444. 15:07:52:684 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
  445. 15:07:52:685 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
  446. 15:07:52:685 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
  447. 15:07:52:686 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
  448. 15:07:52:686 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
  449. 15:07:52:686 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
  450. 15:07:52:691 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
  451. 15:07:52:691 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
  452. 15:07:52:691 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
  453. 15:07:52:692 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
  454. 15:07:52:694 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
  455. 15:07:52:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
  456. 15:07:52:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
  457. 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
  458. 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
  459. 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
  460. 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
  461. 15:07:52:697 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
  462. 15:07:52:697 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
  463. 15:07:52:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
  464. 15:07:52:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
  465. 15:07:52:702 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
  466. 15:07:52:702 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
  467. 15:07:52:705 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
  468. 15:07:52:705 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
  469. 15:07:52:705 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
  470. 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
  471. 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
  472. 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
  473. 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
  474. 15:07:52:707 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
  475. 15:07:52:707 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
  476. 15:07:52:707 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
  477. 15:07:52:708 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
  478. 15:07:52:711 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
  479. 15:07:52:711 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
  480. 15:07:52:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
  481. 15:07:52:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
  482. 15:07:52:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
  483. 15:07:52:713 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
  484. 15:07:52:713 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
  485. 15:07:52:713 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
  486. 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
  487. 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
  488. 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
  489. 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
  490. 15:07:52:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
  491. 15:07:52:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
  492. 15:07:52:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
  493. 15:07:52:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
  494. 15:07:52:718 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
  495. 15:07:52:720 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
  496. 15:07:52:721 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
  497. 15:07:52:721 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
  498. 15:07:52:721 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
  499. 15:07:52:725 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
  500. 15:07:52:725 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
  501. 15:07:52:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
  502. 15:07:52:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
  503. 15:07:52:730 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
  504. 15:07:52:730 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
  505. 15:07:52:730 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
  506. 15:07:52:731 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
  507. 15:07:52:731 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
  508. 15:07:52:731 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
  509. 15:07:52:735 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
  510. 15:07:52:735 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
  511. 15:07:52:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
  512. 15:07:52:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
  513. 15:07:52:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
  514. 15:07:52:737 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
  515. 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
  516. 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
  517. 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
  518. 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
  519. 15:07:52:741 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
  520. 15:07:52:741 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
  521. 15:07:52:741 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
  522. 15:07:52:742 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
  523. 15:07:52:745 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
  524. 15:07:52:746 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
  525. 15:07:52:747 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
  526. 15:07:52:747 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
  527. 15:07:52:748 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
  528. 15:07:52:748 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
  529. 15:07:52:752 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
  530. 15:07:52:752 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
  531. 15:07:52:753 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
  532. 15:07:52:753 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
  533. 15:07:52:756 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
  534. 15:07:52:756 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
  535. 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
  536. 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
  537. 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
  538. 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
  539. 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
  540. 15:07:52:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
  541. 15:07:52:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
  542. 15:07:52:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
  543. 15:07:52:762 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
  544. 15:07:52:762 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
  545. 15:07:52:763 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
  546. 15:07:52:763 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
  547. 15:07:52:764 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
  548. 15:07:52:765 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
  549. 15:07:52:771 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
  550. 15:07:52:772 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
  551. 15:07:52:774 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
  552. 15:07:52:777 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
  553. 15:07:52:777 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
  554. 15:07:52:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
  555. 15:07:52:779 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  556. 15:07:52:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
  557. 15:07:52:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
  558. 15:07:52:780 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
  559. 15:07:52:780 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
  560. 15:07:52:780 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
  561. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
  562. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
  563. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
  564. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
  565. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
  566. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
  567. 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
  568. 15:07:52:782 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  569. 15:07:52:783 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
  570. 15:07:52:792 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
  571. 15:07:52:793 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
  572. 15:07:52:794 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
  573. 15:07:52:796 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
  574. 15:07:52:796 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
  575. 15:07:52:796 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
  576. 15:07:52:799 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
  577. 15:07:52:799 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
  578. 15:07:52:799 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
  579. 15:07:52:800 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
  580. 15:07:52:800 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
  581. 15:07:52:801 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
  582. 15:07:52:801 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
  583. 15:07:52:802 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
  584. 15:07:52:802 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
  585. 15:07:52:802 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
  586. 15:07:52:803 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
  587. 15:07:52:803 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
  588. 15:07:52:803 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
  589. 15:07:52:804 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
  590. 15:07:52:804 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  591. 15:07:52:804 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
  592. 15:07:52:805 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
  593. 15:07:52:805 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
  594. 15:07:52:806 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
  595. 15:07:52:808 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
  596. 15:07:52:808 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
  597. 15:07:52:810 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
  598. 15:07:52:810 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
  599. 15:07:52:811 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
  600. 15:07:52:812 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
  601. 15:07:52:813 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
  602. 15:07:52:813 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
  603. 15:07:52:816 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
  604. 15:07:52:817 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
  605. 15:07:52:821 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
  606. 15:07:52:823 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
  607. 15:07:52:825 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
  608. 15:07:52:825 INFO 21576 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  609. 15:07:52:825 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  610. 15:07:52:830 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 16.723 seconds (JVM running for 226.371)
  611. 15:07:52:833 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  612. 15:07:52:834 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service.yaml, group=DEFAULT_GROUP
  613. 15:07:52:834 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service-dev.yaml, group=DEFAULT_GROUP
  614. 15:07:52:834 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=null.properties, group=DEFAULT_GROUP
  615. 15:07:52:834 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
  616. 15:07:52:836 INFO 21576 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
  617. 15:07:52:913 INFO 21576 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Receive server push request, request = NotifySubscriberRequest, requestId = 29
  618. 15:07:52:926 INFO 21576 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [96ba91a8-1a3b-408b-ba5f-a735d1b5015a] Ack server push request, request = NotifySubscriberRequest, requestId = 29
  619. 15:07:53:245 INFO 21576 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
  620. 15:07:53:249 INFO 21576 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
  621. 15:07:53:573 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  622. 15:07:53:574 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@57edf216[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  623. 15:07:53:574 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1761030471979_192.168.110.126_40255
  624. 15:07:53:577 INFO 21576 --- [SpringApplicationShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1990ca67[Running, pool size = 8, active threads = 0, queued tasks = 0, completed tasks = 8]
  625. 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  626. 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  627. 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  628. 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  629. 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] sys-user : ====关闭后台任务任务线程池====
  630. 15:07:53:587 WARN 21576 --- [SpringApplicationShutdownHook] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
  631. 15:07:53:589 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closing ...
  632. 15:07:53:606 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  633. 15:08:07:056 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
  634. 15:08:08:470 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  635. 15:08:08:473 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  636. 15:08:08:568 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 79 ms. Found 0 Redis repository interfaces.
  637. 15:08:08:997 INFO 20984 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a1f17350-71ec-332d-930d-f4d24e7be2fa
  638. 15:08:09:950 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
  639. 15:08:09:982 INFO 20984 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  640. 15:08:09:982 INFO 20984 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
  641. 15:08:10:000 WARN 20984 --- [restartedMain] o.a.c.webresources.DirResourceSet : Disabled the global canonical file name cache to protect against CVE-2024-56337 when starting the WebResourceSet at [D:\temp\tomcat-docbase.8301.12219039259048091038] which is part of the web application []
  642. 15:08:10:130 INFO 20984 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  643. 15:08:10:130 INFO 20984 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3060 ms
  644. 15:08:10:626 DEBUG 20984 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
  645. 15:08:11:378 INFO 20984 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  646. 15:08:13:763 INFO 20984 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  647. 15:08:14:214 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  648. 15:08:14:225 INFO 20984 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  649. 15:08:14:226 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
  650. 15:08:14:226 INFO 20984 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  651. 15:08:14:227 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  652. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  653. NOT STARTED.
  654. Currently in standby mode.
  655. Number of jobs executed: 0
  656. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  657. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  658. 15:08:14:227 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  659. 15:08:14:227 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
  660. 15:08:14:228 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@740ef271
  661. 15:08:14:856 INFO 20984 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@10a92586, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1d9b028c, org.springframework.security.web.context.SecurityContextPersistenceFilter@6f91a548, org.springframework.security.web.header.HeaderWriterFilter@6f7d0454, org.springframework.web.filter.CorsFilter@56b7bc30, org.springframework.security.web.authentication.logout.LogoutFilter@b278c67, org.springframework.web.filter.CorsFilter@56b7bc30, com.zksy.framework.security.filter.JwtAuthenticationTokenFilter@4f4dd759, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@73e4a65f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@127d72b6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5ac8020, org.springframework.security.web.session.SessionManagementFilter@371d83b6, org.springframework.security.web.access.ExceptionTranslationFilter@1eba80e, org.springframework.security.web.access.intercept.AuthorizationFilter@3b46f808]
  662. 15:08:15:235 INFO 20984 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  663. 15:08:15:869 INFO 20984 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  664. 15:08:16:893 WARN 20984 --- [restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
  665. 15:08:17:056 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 5077cf24-2ca5-4144-8e6d-8e22afea3207
  666. 15:08:17:056 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] RpcClient init label, labels = {module=naming, source=sdk}
  667. 15:08:17:059 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  668. 15:08:17:059 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  669. 15:08:17:060 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  670. 15:08:17:061 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  671. 15:08:17:185 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030496882_192.168.110.126_48608
  672. 15:08:17:185 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  673. 15:08:17:185 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  674. 15:08:17:185 INFO 20984 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Notify connected event to listeners.
  675. 15:08:17:274 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
  676. 15:08:17:284 INFO 20984 --- [restartedMain] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP pipe-network-service 192.168.220.1:8301 register finished
  677. 15:08:17:542 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
  678. 15:08:17:546 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  679. 15:08:17:597 INFO 20984 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  680. 15:08:17:644 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
  681. 15:08:17:652 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
  682. 15:08:17:659 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
  683. 15:08:17:660 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
  684. 15:08:17:661 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
  685. 15:08:17:663 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
  686. 15:08:17:664 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
  687. 15:08:17:672 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
  688. 15:08:17:674 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
  689. 15:08:17:675 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>
  690. 15:08:17:675 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
  691. 15:08:17:677 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
  692. 15:08:17:678 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
  693. 15:08:17:685 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
  694. 15:08:17:686 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
  695. 15:08:17:688 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
  696. 15:08:17:689 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
  697. 15:08:17:693 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
  698. 15:08:17:694 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
  699. 15:08:17:695 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
  700. 15:08:17:695 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
  701. 15:08:17:696 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
  702. 15:08:17:697 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
  703. 15:08:17:699 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
  704. 15:08:17:700 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
  705. 15:08:17:708 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
  706. 15:08:17:710 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
  707. 15:08:17:711 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
  708. 15:08:17:712 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
  709. 15:08:17:712 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
  710. 15:08:17:713 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
  711. 15:08:17:714 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
  712. 15:08:17:728 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
  713. 15:08:17:729 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
  714. 15:08:17:736 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
  715. 15:08:17:736 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
  716. 15:08:17:737 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
  717. 15:08:17:738 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
  718. 15:08:17:739 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
  719. 15:08:17:739 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
  720. 15:08:17:739 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
  721. 15:08:17:746 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
  722. 15:08:17:746 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
  723. 15:08:17:747 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
  724. 15:08:17:748 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
  725. 15:08:17:752 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
  726. 15:08:17:753 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
  727. 15:08:17:754 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
  728. 15:08:17:755 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
  729. 15:08:17:755 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
  730. 15:08:17:756 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
  731. 15:08:17:756 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
  732. 15:08:17:757 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
  733. 15:08:17:757 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
  734. 15:08:17:762 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
  735. 15:08:17:762 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
  736. 15:08:17:765 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
  737. 15:08:17:765 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
  738. 15:08:17:771 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
  739. 15:08:17:771 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
  740. 15:08:17:772 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
  741. 15:08:17:773 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
  742. 15:08:17:773 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
  743. 15:08:17:774 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
  744. 15:08:17:774 INFO 20984 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Receive server push request, request = NotifySubscriberRequest, requestId = 30
  745. 15:08:17:776 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
  746. 15:08:17:776 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
  747. 15:08:17:776 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
  748. 15:08:17:777 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
  749. 15:08:17:777 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
  750. 15:08:17:782 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
  751. 15:08:17:782 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
  752. 15:08:17:783 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
  753. 15:08:17:798 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
  754. 15:08:17:799 INFO 20984 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [5077cf24-2ca5-4144-8e6d-8e22afea3207] Ack server push request, request = NotifySubscriberRequest, requestId = 30
  755. 15:08:17:800 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
  756. 15:08:17:801 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
  757. 15:08:17:802 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
  758. 15:08:17:802 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
  759. 15:08:17:802 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
  760. 15:08:17:803 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
  761. 15:08:17:803 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
  762. 15:08:17:803 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
  763. 15:08:17:806 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
  764. 15:08:17:806 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
  765. 15:08:17:807 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
  766. 15:08:17:808 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
  767. 15:08:17:811 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
  768. 15:08:17:813 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
  769. 15:08:17:814 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
  770. 15:08:17:814 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
  771. 15:08:17:815 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
  772. 15:08:17:820 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
  773. 15:08:17:820 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
  774. 15:08:17:821 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
  775. 15:08:17:821 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
  776. 15:08:17:827 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
  777. 15:08:17:827 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
  778. 15:08:17:828 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
  779. 15:08:17:828 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
  780. 15:08:17:829 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
  781. 15:08:17:829 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
  782. 15:08:17:834 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
  783. 15:08:17:834 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
  784. 15:08:17:834 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
  785. 15:08:17:835 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
  786. 15:08:17:835 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
  787. 15:08:17:837 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
  788. 15:08:17:840 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
  789. 15:08:17:840 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
  790. 15:08:17:841 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
  791. 15:08:17:841 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
  792. 15:08:17:842 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
  793. 15:08:17:843 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
  794. 15:08:17:844 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
  795. 15:08:17:844 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
  796. 15:08:17:849 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
  797. 15:08:17:849 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
  798. 15:08:17:851 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
  799. 15:08:17:851 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
  800. 15:08:17:851 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
  801. 15:08:17:852 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
  802. 15:08:17:857 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
  803. 15:08:17:857 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
  804. 15:08:17:859 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
  805. 15:08:17:859 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
  806. 15:08:17:862 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
  807. 15:08:17:863 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
  808. 15:08:17:863 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
  809. 15:08:17:863 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
  810. 15:08:17:864 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
  811. 15:08:17:864 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
  812. 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
  813. 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
  814. 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
  815. 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
  816. 15:08:17:870 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
  817. 15:08:17:870 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
  818. 15:08:17:871 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
  819. 15:08:17:871 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
  820. 15:08:17:873 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
  821. 15:08:17:874 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
  822. 15:08:17:884 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
  823. 15:08:17:886 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
  824. 15:08:17:888 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
  825. 15:08:17:892 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
  826. 15:08:17:892 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
  827. 15:08:17:893 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
  828. 15:08:17:894 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  829. 15:08:17:894 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
  830. 15:08:17:895 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
  831. 15:08:17:896 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
  832. 15:08:17:896 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
  833. 15:08:17:897 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
  834. 15:08:17:897 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
  835. 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
  836. 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
  837. 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
  838. 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
  839. 15:08:17:899 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
  840. 15:08:17:899 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
  841. 15:08:17:899 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  842. 15:08:17:900 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
  843. 15:08:17:911 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
  844. 15:08:17:913 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
  845. 15:08:17:913 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
  846. 15:08:17:916 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
  847. 15:08:17:917 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
  848. 15:08:17:918 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
  849. 15:08:17:921 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
  850. 15:08:17:921 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
  851. 15:08:17:922 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
  852. 15:08:17:923 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
  853. 15:08:17:923 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
  854. 15:08:17:924 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
  855. 15:08:17:924 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
  856. 15:08:17:925 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
  857. 15:08:17:925 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
  858. 15:08:17:926 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
  859. 15:08:17:926 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
  860. 15:08:17:927 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
  861. 15:08:17:927 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
  862. 15:08:17:927 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
  863. 15:08:17:928 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  864. 15:08:17:928 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
  865. 15:08:17:929 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
  866. 15:08:17:929 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
  867. 15:08:17:930 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
  868. 15:08:17:932 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
  869. 15:08:17:932 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
  870. 15:08:17:934 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
  871. 15:08:17:935 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
  872. 15:08:17:935 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
  873. 15:08:17:937 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
  874. 15:08:17:938 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
  875. 15:08:17:938 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
  876. 15:08:17:947 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
  877. 15:08:17:949 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
  878. 15:08:17:956 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
  879. 15:08:17:959 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
  880. 15:08:17:961 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
  881. 15:08:17:965 INFO 20984 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  882. 15:08:17:965 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  883. 15:08:17:975 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 14.286 seconds (JVM running for 16.637)
  884. 15:08:17:983 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service.yaml, group=DEFAULT_GROUP
  885. 15:08:17:986 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service-dev.yaml, group=DEFAULT_GROUP
  886. 15:08:17:986 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
  887. 15:10:13:152 INFO 20984 --- [File Watcher] rtingClassPathChangeChangedEventListener : Restarting due to 350 class path changes (0 additions, 350 deletions, 0 modifications)
  888. 15:10:13:157 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  889. 15:10:14:106 INFO 20984 --- [Thread-12] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  890. 15:10:14:125 WARN 20984 --- [Thread-12] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [lettuce-timer-3-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  891. java.base@11.0.15.1/java.lang.Thread.sleep(Native Method)
  892. app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:600)
  893. app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:496)
  894. app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  895. java.base@11.0.15.1/java.lang.Thread.run(Thread.java:834)
  896. 15:10:14:243 INFO 20984 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
  897. 15:10:14:276 INFO 20984 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
  898. 15:10:14:635 INFO 20984 --- [Thread-12] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  899. 15:10:14:635 INFO 20984 --- [Thread-12] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@1e28bcdc[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  900. 15:10:14:636 INFO 20984 --- [Thread-12] com.alibaba.nacos.common.remote.client : Close current connection 1761030496882_192.168.110.126_48608
  901. 15:10:14:647 INFO 20984 --- [Thread-12] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@214dc8c4[Running, pool size = 5, active threads = 1, queued tasks = 0, completed tasks = 31]
  902. 15:10:14:667 INFO 20984 --- [nacos-grpc-client-executor-31] c.a.n.c.remote.client.grpc.GrpcClient : [1761030496882_192.168.110.126_48608]Ignore complete event,isRunning:false,isAbandon=false
  903. 15:10:14:672 INFO 20984 --- [Thread-12] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  904. 15:10:14:673 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  905. 15:10:14:673 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  906. 15:10:14:677 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  907. 15:10:14:678 INFO 20984 --- [Thread-12] sys-user : ====关闭后台任务任务线程池====
  908. 15:10:14:679 WARN 20984 --- [Thread-12] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.NoClassDefFoundError: com/zksy/framework/manager/AsyncManager
  909. 15:10:14:682 INFO 20984 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
  910. 15:10:14:724 INFO 20984 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  911. 15:10:39:704 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
  912. 15:10:42:186 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  913. 15:10:42:186 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  914. 15:10:42:509 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 322 ms. Found 0 Redis repository interfaces.
  915. 15:10:42:703 INFO 20984 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a61994de-512a-3190-8774-cdca1d46c0da
  916. 15:10:43:051 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
  917. 15:10:43:051 INFO 20984 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  918. 15:10:43:051 INFO 20984 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
  919. 15:10:43:102 INFO 20984 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  920. 15:10:43:102 INFO 20984 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3392 ms
  921. 15:10:43:385 DEBUG 20984 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
  922. 15:10:44:695 INFO 20984 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} inited
  923. 15:10:49:369 INFO 20984 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  924. 15:10:52:264 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  925. 15:10:52:265 INFO 20984 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  926. 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
  927. 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  928. 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  929. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  930. NOT STARTED.
  931. Currently in standby mode.
  932. Number of jobs executed: 0
  933. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  934. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  935. 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  936. 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
  937. 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5e974656
  938. 15:10:52:834 WARN 20984 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
  939. 15:10:52:835 WARN 20984 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
  940. 15:10:52:835 WARN 20984 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
  941. 15:10:52:836 WARN 20984 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
  942. 15:10:53:011 INFO 20984 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@64cda33, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@38daae3c, org.springframework.security.web.context.SecurityContextPersistenceFilter@3439b7f3, org.springframework.security.web.header.HeaderWriterFilter@67ead5a3, org.springframework.web.filter.CorsFilter@39878864, org.springframework.security.web.authentication.logout.LogoutFilter@18a4b300, org.springframework.web.filter.CorsFilter@39878864, com.zksy.framework.security.filter.JwtAuthenticationTokenFilter@cacf29d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3220aedb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2ec23ef0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@8c2d9c8, org.springframework.security.web.session.SessionManagementFilter@3b7cbe42, org.springframework.security.web.access.ExceptionTranslationFilter@3707a61c, org.springframework.security.web.access.intercept.AuthorizationFilter@5ecc1c8a]
  943. 15:10:55:456 INFO 20984 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  944. 15:10:57:253 INFO 20984 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  945. 15:10:58:023 WARN 20984 --- [restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
  946. 15:10:58:113 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 132ab20d-27df-4769-9dbe-9d62d8977e7d
  947. 15:10:58:114 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] RpcClient init label, labels = {module=naming, source=sdk}
  948. 15:10:58:114 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  949. 15:10:58:114 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  950. 15:10:58:114 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  951. 15:10:58:115 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  952. 15:10:58:243 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030657931_192.168.110.126_20873
  953. 15:10:58:243 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  954. 15:10:58:243 INFO 20984 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Notify connected event to listeners.
  955. 15:10:58:243 INFO 20984 --- [restartedMain] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  956. 15:10:58:283 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
  957. 15:10:58:289 INFO 20984 --- [restartedMain] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP pipe-network-service 192.168.220.1:8301 register finished
  958. 15:10:58:520 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
  959. 15:10:58:521 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  960. 15:10:58:529 INFO 20984 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  961. 15:10:58:530 INFO 20984 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  962. 15:10:58:530 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  963. 15:10:58:535 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 19.977 seconds (JVM running for 177.196)
  964. 15:10:58:537 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  965. 15:10:58:537 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service.yaml, group=DEFAULT_GROUP
  966. 15:10:58:538 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service-dev.yaml, group=DEFAULT_GROUP
  967. 15:10:58:538 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=null.properties, group=DEFAULT_GROUP
  968. 15:10:58:539 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
  969. 15:10:58:540 INFO 20984 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
  970. 15:10:58:817 INFO 20984 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Receive server push request, request = NotifySubscriberRequest, requestId = 31
  971. 15:10:58:831 INFO 20984 --- [nacos-grpc-client-executor-5] com.alibaba.nacos.common.remote.client : [132ab20d-27df-4769-9dbe-9d62d8977e7d] Ack server push request, request = NotifySubscriberRequest, requestId = 31
  972. 15:10:58:909 INFO 20984 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
  973. 15:10:58:913 INFO 20984 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
  974. 15:10:59:246 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  975. 15:10:59:246 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@347af534[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  976. 15:10:59:246 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1761030657931_192.168.110.126_20873
  977. 15:10:59:246 INFO 20984 --- [SpringApplicationShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@289b8ac4[Running, pool size = 8, active threads = 0, queued tasks = 0, completed tasks = 8]
  978. 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  979. 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  980. 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  981. 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  982. 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] sys-user : ====关闭后台任务任务线程池====
  983. 15:10:59:254 WARN 20984 --- [SpringApplicationShutdownHook] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
  984. 15:10:59:256 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closing ...
  985. 15:10:59:270 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
  986. 15:11:11:793 INFO 22772 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
  987. 15:11:13:032 INFO 22772 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  988. 15:11:13:033 INFO 22772 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  989. 15:11:13:114 INFO 22772 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 67 ms. Found 0 Redis repository interfaces.
  990. 15:11:13:448 INFO 22772 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a48a6b09-08b4-3dc3-8eab-abef2c5cd465
  991. 15:11:14:312 INFO 22772 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
  992. 15:11:14:337 INFO 22772 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  993. 15:11:14:338 INFO 22772 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
  994. 15:11:14:361 WARN 22772 --- [restartedMain] o.a.c.webresources.DirResourceSet : Disabled the global canonical file name cache to protect against CVE-2024-56337 when starting the WebResourceSet at [D:\temp\tomcat-docbase.8301.3986256975503063924] which is part of the web application []
  995. 15:11:14:488 INFO 22772 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  996. 15:11:14:488 INFO 22772 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2685 ms
  997. 15:11:15:094 DEBUG 22772 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
  998. 15:11:15:945 INFO 22772 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  999. 15:11:18:522 INFO 22772 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
  1000. 15:11:18:801 INFO 22772 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  1001. 15:11:18:811 INFO 22772 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1002. 15:11:18:811 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
  1003. 15:11:18:812 INFO 22772 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  1004. 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1005. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1006. NOT STARTED.
  1007. Currently in standby mode.
  1008. Number of jobs executed: 0
  1009. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1010. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1011. 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1012. 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
  1013. 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@479b4a1a
  1014. 15:11:19:569 INFO 22772 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@111539f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7b1a5880, org.springframework.security.web.context.SecurityContextPersistenceFilter@53a8ad9a, org.springframework.security.web.header.HeaderWriterFilter@71a08651, org.springframework.web.filter.CorsFilter@5b48ad40, org.springframework.security.web.authentication.logout.LogoutFilter@62096662, org.springframework.web.filter.CorsFilter@5b48ad40, com.zksy.framework.security.filter.JwtAuthenticationTokenFilter@562c2b87, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6d982c03, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30dbe72e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@52b01c90, org.springframework.security.web.session.SessionManagementFilter@58479efe, org.springframework.security.web.access.ExceptionTranslationFilter@628cd36a, org.springframework.security.web.access.intercept.AuthorizationFilter@739d7438]
  1015. 15:11:19:984 INFO 22772 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  1016. 15:11:20:733 INFO 22772 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
  1017. 15:11:21:664 WARN 22772 --- [restartedMain] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
  1018. 15:11:21:818 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 5ea7ec3c-3477-4b1b-a501-91c2c74df7a0
  1019. 15:11:21:818 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] RpcClient init label, labels = {module=naming, source=sdk}
  1020. 15:11:21:820 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
  1021. 15:11:21:820 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
  1022. 15:11:21:821 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
  1023. 15:11:21:822 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
  1024. 15:11:21:955 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1761030681642_192.168.110.126_58590
  1025. 15:11:21:955 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
  1026. 15:11:21:955 INFO 22772 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Notify connected event to listeners.
  1027. 15:11:21:955 INFO 22772 --- [restartedMain] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$491/0x000000080045d840
  1028. 15:11:22:031 INFO 22772 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
  1029. 15:11:22:042 INFO 22772 --- [restartedMain] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP pipe-network-service 192.168.220.1:8301 register finished
  1030. 15:11:22:379 INFO 22772 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
  1031. 15:11:22:382 INFO 22772 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  1032. 15:11:22:436 INFO 22772 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  1033. 15:11:22:489 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
  1034. 15:11:22:497 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
  1035. 15:11:22:502 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
  1036. 15:11:22:503 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
  1037. 15:11:22:504 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
  1038. 15:11:22:506 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
  1039. 15:11:22:507 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
  1040. 15:11:22:514 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
  1041. 15:11:22:517 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
  1042. 15:11:22:518 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>
  1043. 15:11:22:519 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
  1044. 15:11:22:521 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
  1045. 15:11:22:522 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
  1046. 15:11:22:529 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
  1047. 15:11:22:531 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
  1048. 15:11:22:533 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
  1049. 15:11:22:534 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
  1050. 15:11:22:545 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_1
  1051. 15:11:22:547 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_1
  1052. 15:11:22:548 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_1
  1053. 15:11:22:549 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_1
  1054. 15:11:22:550 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_1
  1055. 15:11:22:553 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
  1056. 15:11:22:557 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_1
  1057. 15:11:22:559 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_1
  1058. 15:11:22:562 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_2
  1059. 15:11:22:563 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_3
  1060. 15:11:22:564 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_2
  1061. 15:11:22:564 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_3
  1062. 15:11:22:565 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_2
  1063. 15:11:22:566 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_3
  1064. 15:11:22:566 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_2
  1065. 15:11:22:567 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_3
  1066. 15:11:22:567 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_2
  1067. 15:11:22:568 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_3
  1068. 15:11:22:572 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
  1069. 15:11:22:573 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_3
  1070. 15:11:22:574 INFO 22772 --- [nacos-grpc-client-executor-6] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Receive server push request, request = NotifySubscriberRequest, requestId = 32
  1071. 15:11:22:575 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_2
  1072. 15:11:22:576 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_3
  1073. 15:11:22:577 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_2
  1074. 15:11:22:577 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_3
  1075. 15:11:22:581 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_4
  1076. 15:11:22:581 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_5
  1077. 15:11:22:581 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_4
  1078. 15:11:22:582 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_5
  1079. 15:11:22:582 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_4
  1080. 15:11:22:583 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_5
  1081. 15:11:22:583 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_4
  1082. 15:11:22:583 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_5
  1083. 15:11:22:585 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_4
  1084. 15:11:22:586 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_5
  1085. 15:11:22:590 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_4
  1086. 15:11:22:590 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_5
  1087. 15:11:22:592 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_4
  1088. 15:11:22:592 INFO 22772 --- [nacos-grpc-client-executor-6] com.alibaba.nacos.common.remote.client : [5ea7ec3c-3477-4b1b-a501-91c2c74df7a0] Ack server push request, request = NotifySubscriberRequest, requestId = 32
  1089. 15:11:22:592 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_5
  1090. 15:11:22:593 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_4
  1091. 15:11:22:594 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_5
  1092. 15:11:22:599 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_6
  1093. 15:11:22:599 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_7
  1094. 15:11:22:600 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_6
  1095. 15:11:22:601 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_7
  1096. 15:11:22:601 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_6
  1097. 15:11:22:602 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_7
  1098. 15:11:22:602 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_6
  1099. 15:11:22:603 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_7
  1100. 15:11:22:603 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_6
  1101. 15:11:22:604 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_7
  1102. 15:11:22:605 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_6
  1103. 15:11:22:606 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_7
  1104. 15:11:22:607 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_6
  1105. 15:11:22:607 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_7
  1106. 15:11:22:608 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_6
  1107. 15:11:22:608 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_7
  1108. 15:11:22:611 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
  1109. 15:11:22:612 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
  1110. 15:11:22:614 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
  1111. 15:11:22:614 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
  1112. 15:11:22:615 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
  1113. 15:11:22:616 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
  1114. 15:11:22:618 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
  1115. 15:11:22:618 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
  1116. 15:11:22:624 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
  1117. 15:11:22:625 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
  1118. 15:11:22:626 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
  1119. 15:11:22:627 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
  1120. 15:11:22:627 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
  1121. 15:11:22:628 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
  1122. 15:11:22:628 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
  1123. 15:11:22:648 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
  1124. 15:11:22:650 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
  1125. 15:11:22:656 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
  1126. 15:11:22:657 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
  1127. 15:11:22:658 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
  1128. 15:11:22:658 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
  1129. 15:11:22:659 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
  1130. 15:11:22:660 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
  1131. 15:11:22:660 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
  1132. 15:11:22:668 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
  1133. 15:11:22:668 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
  1134. 15:11:22:669 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
  1135. 15:11:22:669 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
  1136. 15:11:22:673 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
  1137. 15:11:22:674 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
  1138. 15:11:22:676 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
  1139. 15:11:22:677 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
  1140. 15:11:22:677 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
  1141. 15:11:22:678 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
  1142. 15:11:22:679 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
  1143. 15:11:22:680 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
  1144. 15:11:22:680 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
  1145. 15:11:22:686 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
  1146. 15:11:22:686 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
  1147. 15:11:22:687 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
  1148. 15:11:22:688 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
  1149. 15:11:22:693 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
  1150. 15:11:22:694 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
  1151. 15:11:22:695 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
  1152. 15:11:22:695 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
  1153. 15:11:22:696 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
  1154. 15:11:22:696 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
  1155. 15:11:22:697 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
  1156. 15:11:22:697 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
  1157. 15:11:22:697 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
  1158. 15:11:22:698 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
  1159. 15:11:22:698 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
  1160. 15:11:22:703 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
  1161. 15:11:22:703 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
  1162. 15:11:22:704 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
  1163. 15:11:22:704 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
  1164. 15:11:22:705 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
  1165. 15:11:22:705 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
  1166. 15:11:22:706 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
  1167. 15:11:22:706 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
  1168. 15:11:22:706 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
  1169. 15:11:22:707 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
  1170. 15:11:22:707 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
  1171. 15:11:22:707 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
  1172. 15:11:22:709 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
  1173. 15:11:22:709 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
  1174. 15:11:22:710 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
  1175. 15:11:22:712 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
  1176. 15:11:22:713 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
  1177. 15:11:22:715 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
  1178. 15:11:22:716 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
  1179. 15:11:22:716 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
  1180. 15:11:22:717 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
  1181. 15:11:22:722 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
  1182. 15:11:22:722 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
  1183. 15:11:22:723 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
  1184. 15:11:22:723 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
  1185. 15:11:22:729 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
  1186. 15:11:22:729 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
  1187. 15:11:22:730 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
  1188. 15:11:22:730 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
  1189. 15:11:22:731 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
  1190. 15:11:22:731 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
  1191. 15:11:22:736 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
  1192. 15:11:22:737 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
  1193. 15:11:22:737 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
  1194. 15:11:22:738 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
  1195. 15:11:22:739 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
  1196. 15:11:22:740 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
  1197. 15:11:22:744 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
  1198. 15:11:22:744 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
  1199. 15:11:22:745 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
  1200. 15:11:22:745 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
  1201. 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
  1202. 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
  1203. 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
  1204. 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
  1205. 15:11:22:751 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
  1206. 15:11:22:751 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
  1207. 15:11:22:753 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
  1208. 15:11:22:753 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
  1209. 15:11:22:754 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
  1210. 15:11:22:754 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
  1211. 15:11:22:760 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
  1212. 15:11:22:760 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
  1213. 15:11:22:762 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
  1214. 15:11:22:762 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
  1215. 15:11:22:765 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
  1216. 15:11:22:765 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
  1217. 15:11:22:766 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
  1218. 15:11:22:766 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
  1219. 15:11:22:767 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
  1220. 15:11:22:767 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
  1221. 15:11:22:767 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
  1222. 15:11:22:768 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
  1223. 15:11:22:768 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
  1224. 15:11:22:768 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
  1225. 15:11:22:774 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
  1226. 15:11:22:775 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
  1227. 15:11:22:776 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
  1228. 15:11:22:776 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
  1229. 15:11:22:777 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
  1230. 15:11:22:778 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
  1231. 15:11:22:790 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
  1232. 15:11:22:791 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
  1233. 15:11:22:794 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
  1234. 15:11:22:797 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
  1235. 15:11:22:798 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
  1236. 15:11:22:799 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
  1237. 15:11:22:800 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  1238. 15:11:22:801 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
  1239. 15:11:22:803 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
  1240. 15:11:22:804 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
  1241. 15:11:22:805 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
  1242. 15:11:22:805 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
  1243. 15:11:22:806 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
  1244. 15:11:22:806 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
  1245. 15:11:22:806 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
  1246. 15:11:22:807 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
  1247. 15:11:22:807 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
  1248. 15:11:22:808 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
  1249. 15:11:22:809 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
  1250. 15:11:22:809 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  1251. 15:11:22:810 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
  1252. 15:11:22:824 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
  1253. 15:11:22:826 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
  1254. 15:11:22:826 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
  1255. 15:11:22:829 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
  1256. 15:11:22:831 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
  1257. 15:11:22:831 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
  1258. 15:11:22:834 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
  1259. 15:11:22:834 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
  1260. 15:11:22:835 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
  1261. 15:11:22:836 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
  1262. 15:11:22:836 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
  1263. 15:11:22:838 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
  1264. 15:11:22:838 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
  1265. 15:11:22:839 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
  1266. 15:11:22:839 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
  1267. 15:11:22:840 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
  1268. 15:11:22:841 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
  1269. 15:11:22:841 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
  1270. 15:11:22:841 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
  1271. 15:11:22:842 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
  1272. 15:11:22:843 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
  1273. 15:11:22:843 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
  1274. 15:11:22:843 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
  1275. 15:11:22:843 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
  1276. 15:11:22:845 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
  1277. 15:11:22:847 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
  1278. 15:11:22:848 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
  1279. 15:11:22:850 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
  1280. 15:11:22:850 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
  1281. 15:11:22:851 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
  1282. 15:11:22:853 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
  1283. 15:11:22:853 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
  1284. 15:11:22:854 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
  1285. 15:11:22:863 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
  1286. 15:11:22:865 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
  1287. 15:11:22:871 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_8
  1288. 15:11:22:871 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_9
  1289. 15:11:22:874 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
  1290. 15:11:22:876 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
  1291. 15:11:22:881 INFO 22772 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  1292. 15:11:22:881 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1293. 15:11:22:893 INFO 22772 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 14.416 seconds (JVM running for 16.078)
  1294. 15:11:22:903 INFO 22772 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service.yaml, group=DEFAULT_GROUP
  1295. 15:11:22:905 INFO 22772 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service-dev.yaml, group=DEFAULT_GROUP
  1296. 15:11:22:906 INFO 22772 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
  1297. 15:17:39:639 WARN 22772 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
  1298. 15:17:39:639 WARN 22772 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
  1299. 15:17:39:640 WARN 22772 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
  1300. 15:17:39:640 WARN 22772 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
  1301. 15:17:39:644 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1302. 15:17:40:109 INFO 22772 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
  1303. 15:17:40:115 INFO 22772 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
  1304. 15:17:40:462 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
  1305. 15:17:40:464 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@774c4294[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
  1306. 15:17:40:464 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1761030681642_192.168.110.126_58590
  1307. 15:17:40:470 INFO 22772 --- [nacos-grpc-client-executor-84] c.a.n.c.remote.client.grpc.GrpcClient : [1761030681642_192.168.110.126_58590]Ignore complete event,isRunning:false,isAbandon=false
  1308. 15:17:40:477 INFO 22772 --- [SpringApplicationShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@43c29360[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 85]
  1309. 15:17:40:486 INFO 22772 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  1310. 15:17:40:486 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1311. 15:17:40:486 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1312. 15:17:40:487 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1313. 15:17:40:487 INFO 22772 --- [SpringApplicationShutdownHook] sys-user : ====关闭后台任务任务线程池====
  1314. 15:17:40:491 WARN 22772 --- [SpringApplicationShutdownHook] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
  1315. 15:17:40:494 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
  1316. 15:17:40:536 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed