| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329 |
- 15:03:18:734 INFO 19360 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
- 15:03:22:685 INFO 19360 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 15:03:22:688 INFO 19360 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 15:03:23:217 INFO 19360 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=55f8de3b-8490-3efe-a8b8-17aefe459bc3
- 15:03:24:443 INFO 19360 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
- 15:03:24:476 INFO 19360 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 15:03:24:476 INFO 19360 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
- 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 []
- 15:03:24:642 INFO 19360 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 15:03:24:643 INFO 19360 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5896 ms
- 15:03:25:375 DEBUG 19360 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
- 15:03:26:360 INFO 19360 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 15:03:29:030 INFO 19360 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 15:03:29:290 INFO 19360 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 15:03:29:301 INFO 19360 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 15:03:29:301 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 15:03:29:302 INFO 19360 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 15:03:29:303 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@418720e4
- 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]
- 15:03:30:346 WARN 19360 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : Unable to start LiveReload server
- 15:03:30:977 INFO 19360 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 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.
- 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
- 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}
- 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
- 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
- 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
- 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}
- 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
- 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
- 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
- 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.
- 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
- 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
- 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
- 15:03:32:843 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 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]
- 15:03:32:843 INFO 19360 --- [restartedMain] com.alibaba.nacos.common.remote.client : Close current connection 1761030211803_192.168.110.126_5311
- 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]
- 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
- 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}
- 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
- 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:
- Metadata()
- {2}
- 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
- 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
- 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}
- 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
- 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.
- 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
- 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
- 15:03:32:998 INFO 19360 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 15:03:32:998 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 15:03:32:998 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:03:32:999 INFO 19360 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 15:03:32:999 INFO 19360 --- [restartedMain] sys-user : ====关闭后台任务任务线程池====
- 15:03:33:001 WARN 19360 --- [restartedMain] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
- 15:03:33:002 INFO 19360 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
- 15:03:33:100 INFO 19360 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 15:03:33:244 INFO 19360 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 15:03:33:266 INFO 19360 --- [restartedMain] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 15:03:33:309 ERROR 19360 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Web server failed to start. Port 8301 was already in use.
- Action:
- Identify and stop the process that's listening on port 8301 or configure this application to listen on another port.
- 15:03:34:245 WARN 19360 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
- 15:03:34:245 WARN 19360 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
- 15:04:12:007 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
- 15:04:13:158 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 15:04:13:161 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 15:04:13:565 INFO 21576 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=55f8de3b-8490-3efe-a8b8-17aefe459bc3
- 15:04:14:460 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
- 15:04:14:485 INFO 21576 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 15:04:14:486 INFO 21576 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
- 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 []
- 15:04:14:640 INFO 21576 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 15:04:14:640 INFO 21576 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2621 ms
- 15:04:15:240 DEBUG 21576 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
- 15:04:16:084 INFO 21576 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 15:04:18:312 INFO 21576 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 15:04:18:578 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 15:04:18:589 INFO 21576 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 15:04:18:589 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 15:04:18:590 INFO 21576 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 15:04:18:590 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 15:04:18:591 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 15:04:18:591 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 15:04:18:591 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1d7d5c9
- 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]
- 15:04:19:909 INFO 21576 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
- 15:04:20:722 INFO 21576 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 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.
- 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
- 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}
- 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
- 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
- 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
- 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}
- 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
- 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
- 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
- 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.
- 15:04:22:168 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
- 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
- 15:04:22:427 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
- 15:04:22:431 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 15:04:22:476 INFO 21576 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 15:04:22:521 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
- 15:04:22:528 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
- 15:04:22:534 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
- 15:04:22:536 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
- 15:04:22:537 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
- 15:04:22:538 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
- 15:04:22:539 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
- 15:04:22:546 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
- 15:04:22:548 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
- 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>
- 15:04:22:549 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
- 15:04:22:551 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
- 15:04:22:552 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
- 15:04:22:558 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
- 15:04:22:559 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
- 15:04:22:561 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
- 15:04:22:563 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
- 15:04:22:566 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
- 15:04:22:567 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
- 15:04:22:568 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
- 15:04:22:568 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
- 15:04:22:569 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
- 15:04:22:571 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
- 15:04:22:573 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
- 15:04:22:574 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
- 15:04:22:584 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
- 15:04:22:586 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
- 15:04:22:587 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
- 15:04:22:588 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
- 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
- 15:04:22:588 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
- 15:04:22:589 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
- 15:04:22:591 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
- 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
- 15:04:22:624 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
- 15:04:22:626 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
- 15:04:22:632 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
- 15:04:22:633 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
- 15:04:22:633 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
- 15:04:22:634 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
- 15:04:22:635 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
- 15:04:22:635 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
- 15:04:22:635 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
- 15:04:22:643 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
- 15:04:22:643 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
- 15:04:22:644 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
- 15:04:22:644 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
- 15:04:22:650 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
- 15:04:22:651 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
- 15:04:22:652 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
- 15:04:22:653 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
- 15:04:22:653 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
- 15:04:22:654 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
- 15:04:22:654 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
- 15:04:22:655 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
- 15:04:22:656 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
- 15:04:22:661 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
- 15:04:22:662 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
- 15:04:22:663 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
- 15:04:22:663 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
- 15:04:22:668 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
- 15:04:22:668 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
- 15:04:22:669 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
- 15:04:22:669 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
- 15:04:22:670 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
- 15:04:22:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
- 15:04:22:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
- 15:04:22:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
- 15:04:22:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
- 15:04:22:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
- 15:04:22:673 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
- 15:04:22:677 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
- 15:04:22:678 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
- 15:04:22:679 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
- 15:04:22:679 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
- 15:04:22:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
- 15:04:22:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
- 15:04:22:681 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
- 15:04:22:681 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
- 15:04:22:681 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
- 15:04:22:682 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
- 15:04:22:682 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
- 15:04:22:682 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
- 15:04:22:683 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
- 15:04:22:683 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
- 15:04:22:684 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
- 15:04:22:685 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
- 15:04:22:687 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
- 15:04:22:688 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
- 15:04:22:689 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
- 15:04:22:689 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
- 15:04:22:690 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
- 15:04:22:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
- 15:04:22:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
- 15:04:22:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
- 15:04:22:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
- 15:04:22:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
- 15:04:22:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
- 15:04:22:703 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
- 15:04:22:703 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
- 15:04:22:704 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
- 15:04:22:704 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
- 15:04:22:709 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
- 15:04:22:709 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
- 15:04:22:710 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
- 15:04:22:710 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
- 15:04:22:711 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
- 15:04:22:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
- 15:04:22:715 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
- 15:04:22:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
- 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
- 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
- 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
- 15:04:22:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
- 15:04:22:719 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
- 15:04:22:719 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
- 15:04:22:724 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
- 15:04:22:724 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
- 15:04:22:725 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
- 15:04:22:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
- 15:04:22:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
- 15:04:22:727 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
- 15:04:22:735 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
- 15:04:22:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
- 15:04:22:738 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
- 15:04:22:739 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
- 15:04:22:745 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
- 15:04:22:746 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
- 15:04:22:747 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
- 15:04:22:749 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
- 15:04:22:749 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
- 15:04:22:750 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
- 15:04:22:750 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
- 15:04:22:750 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
- 15:04:22:751 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
- 15:04:22:751 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
- 15:04:22:755 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
- 15:04:22:756 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
- 15:04:22:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
- 15:04:22:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
- 15:04:22:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
- 15:04:22:759 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
- 15:04:22:772 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
- 15:04:22:773 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
- 15:04:22:775 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
- 15:04:22:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
- 15:04:22:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
- 15:04:22:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
- 15:04:22:782 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:04:22:783 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
- 15:04:22:784 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
- 15:04:22:785 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
- 15:04:22:785 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
- 15:04:22:786 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
- 15:04:22:786 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
- 15:04:22:786 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
- 15:04:22:787 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
- 15:04:22:787 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
- 15:04:22:787 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
- 15:04:22:788 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
- 15:04:22:788 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
- 15:04:22:788 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:04:22:789 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
- 15:04:22:804 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
- 15:04:22:807 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
- 15:04:22:807 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
- 15:04:22:813 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
- 15:04:22:815 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
- 15:04:22:816 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
- 15:04:22:818 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
- 15:04:22:819 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
- 15:04:22:819 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
- 15:04:22:820 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
- 15:04:22:821 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
- 15:04:22:822 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
- 15:04:22:822 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
- 15:04:22:823 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
- 15:04:22:823 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
- 15:04:22:824 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
- 15:04:22:824 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
- 15:04:22:824 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
- 15:04:22:825 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
- 15:04:22:825 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
- 15:04:22:826 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:04:22:826 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
- 15:04:22:827 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
- 15:04:22:827 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
- 15:04:22:828 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
- 15:04:22:830 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
- 15:04:22:830 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
- 15:04:22:832 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
- 15:04:22:832 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
- 15:04:22:833 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
- 15:04:22:834 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
- 15:04:22:835 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
- 15:04:22:835 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
- 15:04:22:844 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
- 15:04:22:846 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
- 15:04:22:852 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
- 15:04:22:854 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
- 15:04:22:856 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
- 15:04:22:860 INFO 21576 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 15:04:22:860 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 15:04:22:870 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 14.064 seconds (JVM running for 16.411)
- 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
- 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
- 15:04:22:882 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
- 15:07:06:302 INFO 21576 --- [File Watcher] rtingClassPathChangeChangedEventListener : Restarting due to 334 class path changes (0 additions, 334 deletions, 0 modifications)
- 15:07:06:306 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:07:08:120 INFO 21576 --- [Thread-12] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 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:
- java.base@11.0.15.1/java.lang.Thread.sleep(Native Method)
- app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:600)
- app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:496)
- app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
- java.base@11.0.15.1/java.lang.Thread.run(Thread.java:834)
- 15:07:08:219 INFO 21576 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 15:07:08:243 INFO 21576 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 15:07:08:589 INFO 21576 --- [Thread-12] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 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]
- 15:07:08:590 INFO 21576 --- [Thread-12] com.alibaba.nacos.common.remote.client : Close current connection 1761030261748_192.168.110.126_45568
- 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]
- 15:07:08:628 INFO 21576 --- [Thread-12] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 15:07:08:629 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 15:07:08:629 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:07:08:631 INFO 21576 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 15:07:08:631 INFO 21576 --- [Thread-12] sys-user : ====关闭后台任务任务线程池====
- 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
- 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
- 15:07:08:636 INFO 21576 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
- 15:07:08:667 INFO 21576 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 15:07:37:581 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
- 15:07:42:109 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 15:07:42:110 INFO 21576 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 15:07:42:369 WARN 21576 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
- 15:07:42:369 WARN 21576 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
- 15:07:42:371 WARN 21576 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
- 15:07:42:371 WARN 21576 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
- 15:07:42:516 INFO 21576 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a1f17350-71ec-332d-930d-f4d24e7be2fa
- 15:07:43:688 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
- 15:07:43:915 INFO 21576 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6328 ms
- 15:07:45:198 DEBUG 21576 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
- 15:07:47:261 INFO 21576 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} inited
- 15:07:49:779 INFO 21576 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 15:07:50:182 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 15:07:50:183 INFO 21576 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 15:07:50:184 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@452afa3e
- 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]
- 15:07:50:907 INFO 21576 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
- 15:07:51:443 INFO 21576 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 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.
- 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
- 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}
- 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
- 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
- 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
- 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}
- 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
- 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
- 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.
- 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
- 15:07:52:355 INFO 21576 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
- 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
- 15:07:52:596 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
- 15:07:52:597 INFO 21576 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 15:07:52:628 INFO 21576 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 15:07:52:638 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
- 15:07:52:639 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
- 15:07:52:640 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
- 15:07:52:640 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
- 15:07:52:641 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
- 15:07:52:641 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
- 15:07:52:642 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
- 15:07:52:644 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
- 15:07:52:645 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
- 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>
- 15:07:52:646 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
- 15:07:52:646 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
- 15:07:52:647 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
- 15:07:52:649 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
- 15:07:52:650 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
- 15:07:52:650 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
- 15:07:52:651 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
- 15:07:52:653 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
- 15:07:52:654 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
- 15:07:52:655 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
- 15:07:52:656 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
- 15:07:52:656 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
- 15:07:52:657 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
- 15:07:52:658 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
- 15:07:52:658 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
- 15:07:52:669 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
- 15:07:52:670 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
- 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
- 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
- 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
- 15:07:52:671 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
- 15:07:52:672 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
- 15:07:52:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
- 15:07:52:680 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
- 15:07:52:684 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
- 15:07:52:684 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
- 15:07:52:685 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
- 15:07:52:685 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
- 15:07:52:686 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
- 15:07:52:686 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
- 15:07:52:686 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
- 15:07:52:691 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
- 15:07:52:691 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
- 15:07:52:691 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
- 15:07:52:692 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
- 15:07:52:694 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
- 15:07:52:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
- 15:07:52:695 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
- 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
- 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
- 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
- 15:07:52:696 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
- 15:07:52:697 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
- 15:07:52:697 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
- 15:07:52:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
- 15:07:52:701 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
- 15:07:52:702 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
- 15:07:52:702 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
- 15:07:52:705 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
- 15:07:52:705 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
- 15:07:52:705 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
- 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
- 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
- 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
- 15:07:52:706 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
- 15:07:52:707 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
- 15:07:52:707 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
- 15:07:52:707 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
- 15:07:52:708 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
- 15:07:52:711 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
- 15:07:52:711 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
- 15:07:52:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
- 15:07:52:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
- 15:07:52:712 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
- 15:07:52:713 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
- 15:07:52:713 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
- 15:07:52:713 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
- 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
- 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
- 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
- 15:07:52:714 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
- 15:07:52:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
- 15:07:52:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
- 15:07:52:716 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
- 15:07:52:717 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
- 15:07:52:718 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
- 15:07:52:720 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
- 15:07:52:721 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
- 15:07:52:721 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
- 15:07:52:721 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
- 15:07:52:725 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
- 15:07:52:725 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
- 15:07:52:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
- 15:07:52:726 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
- 15:07:52:730 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
- 15:07:52:730 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
- 15:07:52:730 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
- 15:07:52:731 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
- 15:07:52:731 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
- 15:07:52:731 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
- 15:07:52:735 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
- 15:07:52:735 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
- 15:07:52:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
- 15:07:52:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
- 15:07:52:736 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
- 15:07:52:737 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
- 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
- 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
- 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
- 15:07:52:740 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
- 15:07:52:741 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
- 15:07:52:741 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
- 15:07:52:741 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
- 15:07:52:742 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
- 15:07:52:745 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
- 15:07:52:746 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
- 15:07:52:747 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
- 15:07:52:747 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
- 15:07:52:748 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
- 15:07:52:748 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
- 15:07:52:752 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
- 15:07:52:752 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
- 15:07:52:753 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
- 15:07:52:753 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
- 15:07:52:756 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
- 15:07:52:756 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
- 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
- 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
- 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
- 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
- 15:07:52:757 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
- 15:07:52:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
- 15:07:52:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
- 15:07:52:758 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
- 15:07:52:762 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
- 15:07:52:762 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
- 15:07:52:763 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
- 15:07:52:763 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
- 15:07:52:764 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
- 15:07:52:765 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
- 15:07:52:771 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
- 15:07:52:772 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
- 15:07:52:774 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
- 15:07:52:777 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
- 15:07:52:777 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
- 15:07:52:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
- 15:07:52:779 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:07:52:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
- 15:07:52:779 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
- 15:07:52:780 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
- 15:07:52:780 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
- 15:07:52:780 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
- 15:07:52:782 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
- 15:07:52:782 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:07:52:783 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
- 15:07:52:792 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
- 15:07:52:793 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
- 15:07:52:794 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
- 15:07:52:796 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
- 15:07:52:796 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
- 15:07:52:796 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
- 15:07:52:799 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
- 15:07:52:799 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
- 15:07:52:799 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
- 15:07:52:800 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
- 15:07:52:800 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
- 15:07:52:801 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
- 15:07:52:801 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
- 15:07:52:802 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
- 15:07:52:802 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
- 15:07:52:802 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
- 15:07:52:803 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
- 15:07:52:803 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
- 15:07:52:803 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
- 15:07:52:804 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
- 15:07:52:804 WARN 21576 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:07:52:804 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
- 15:07:52:805 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
- 15:07:52:805 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
- 15:07:52:806 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
- 15:07:52:808 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
- 15:07:52:808 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
- 15:07:52:810 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
- 15:07:52:810 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
- 15:07:52:811 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
- 15:07:52:812 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
- 15:07:52:813 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
- 15:07:52:813 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
- 15:07:52:816 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
- 15:07:52:817 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
- 15:07:52:821 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
- 15:07:52:823 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
- 15:07:52:825 INFO 21576 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
- 15:07:52:825 INFO 21576 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 15:07:52:825 INFO 21576 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 15:07:52:830 INFO 21576 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 16.723 seconds (JVM running for 226.371)
- 15:07:52:833 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 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
- 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
- 15:07:52:834 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=null.properties, group=DEFAULT_GROUP
- 15:07:52:834 INFO 21576 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
- 15:07:52:836 INFO 21576 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
- 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
- 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
- 15:07:53:245 INFO 21576 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 15:07:53:249 INFO 21576 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 15:07:53:573 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 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]
- 15:07:53:574 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1761030471979_192.168.110.126_40255
- 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]
- 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 15:07:53:582 INFO 21576 --- [SpringApplicationShutdownHook] sys-user : ====关闭后台任务任务线程池====
- 15:07:53:587 WARN 21576 --- [SpringApplicationShutdownHook] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
- 15:07:53:589 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closing ...
- 15:07:53:606 INFO 21576 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 15:08:07:056 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
- 15:08:08:470 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 15:08:08:473 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 15:08:08:997 INFO 20984 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a1f17350-71ec-332d-930d-f4d24e7be2fa
- 15:08:09:950 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
- 15:08:09:982 INFO 20984 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 15:08:09:982 INFO 20984 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
- 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 []
- 15:08:10:130 INFO 20984 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 15:08:10:130 INFO 20984 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3060 ms
- 15:08:10:626 DEBUG 20984 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
- 15:08:11:378 INFO 20984 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 15:08:13:763 INFO 20984 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 15:08:14:214 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 15:08:14:225 INFO 20984 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 15:08:14:226 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 15:08:14:226 INFO 20984 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 15:08:14:227 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 15:08:14:227 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 15:08:14:227 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 15:08:14:228 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@740ef271
- 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]
- 15:08:15:235 INFO 20984 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
- 15:08:15:869 INFO 20984 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 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.
- 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
- 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}
- 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
- 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
- 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
- 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}
- 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
- 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
- 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
- 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.
- 15:08:17:274 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
- 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
- 15:08:17:542 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
- 15:08:17:546 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 15:08:17:597 INFO 20984 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 15:08:17:644 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
- 15:08:17:652 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
- 15:08:17:659 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
- 15:08:17:660 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
- 15:08:17:661 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
- 15:08:17:663 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
- 15:08:17:664 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
- 15:08:17:672 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
- 15:08:17:674 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
- 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>
- 15:08:17:675 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
- 15:08:17:677 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
- 15:08:17:678 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
- 15:08:17:685 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
- 15:08:17:686 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
- 15:08:17:688 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
- 15:08:17:689 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
- 15:08:17:693 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
- 15:08:17:694 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
- 15:08:17:695 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
- 15:08:17:695 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
- 15:08:17:696 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
- 15:08:17:697 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
- 15:08:17:699 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
- 15:08:17:700 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
- 15:08:17:708 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
- 15:08:17:710 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
- 15:08:17:711 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
- 15:08:17:712 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
- 15:08:17:712 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
- 15:08:17:713 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
- 15:08:17:714 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
- 15:08:17:728 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
- 15:08:17:729 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
- 15:08:17:736 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
- 15:08:17:736 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
- 15:08:17:737 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
- 15:08:17:738 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
- 15:08:17:739 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
- 15:08:17:739 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
- 15:08:17:739 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
- 15:08:17:746 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
- 15:08:17:746 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
- 15:08:17:747 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
- 15:08:17:748 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
- 15:08:17:752 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
- 15:08:17:753 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
- 15:08:17:754 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
- 15:08:17:755 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
- 15:08:17:755 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
- 15:08:17:756 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
- 15:08:17:756 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
- 15:08:17:757 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
- 15:08:17:757 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
- 15:08:17:762 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
- 15:08:17:762 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
- 15:08:17:765 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
- 15:08:17:765 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
- 15:08:17:771 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
- 15:08:17:771 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
- 15:08:17:772 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
- 15:08:17:773 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
- 15:08:17:773 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
- 15:08:17:774 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
- 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
- 15:08:17:776 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
- 15:08:17:776 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
- 15:08:17:776 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
- 15:08:17:777 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
- 15:08:17:777 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
- 15:08:17:782 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
- 15:08:17:782 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
- 15:08:17:783 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
- 15:08:17:798 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
- 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
- 15:08:17:800 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
- 15:08:17:801 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
- 15:08:17:802 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
- 15:08:17:802 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
- 15:08:17:802 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
- 15:08:17:803 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
- 15:08:17:803 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
- 15:08:17:803 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
- 15:08:17:806 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
- 15:08:17:806 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
- 15:08:17:807 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
- 15:08:17:808 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
- 15:08:17:811 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
- 15:08:17:813 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
- 15:08:17:814 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
- 15:08:17:814 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
- 15:08:17:815 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
- 15:08:17:820 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
- 15:08:17:820 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
- 15:08:17:821 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
- 15:08:17:821 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
- 15:08:17:827 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
- 15:08:17:827 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
- 15:08:17:828 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
- 15:08:17:828 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
- 15:08:17:829 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
- 15:08:17:829 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
- 15:08:17:834 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
- 15:08:17:834 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
- 15:08:17:834 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
- 15:08:17:835 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
- 15:08:17:835 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
- 15:08:17:837 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
- 15:08:17:840 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
- 15:08:17:840 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
- 15:08:17:841 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
- 15:08:17:841 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
- 15:08:17:842 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
- 15:08:17:843 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
- 15:08:17:844 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
- 15:08:17:844 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
- 15:08:17:849 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
- 15:08:17:849 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
- 15:08:17:851 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
- 15:08:17:851 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
- 15:08:17:851 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
- 15:08:17:852 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
- 15:08:17:857 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
- 15:08:17:857 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
- 15:08:17:859 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
- 15:08:17:859 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
- 15:08:17:862 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
- 15:08:17:863 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
- 15:08:17:863 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
- 15:08:17:863 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
- 15:08:17:864 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
- 15:08:17:864 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
- 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
- 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
- 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
- 15:08:17:865 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
- 15:08:17:870 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
- 15:08:17:870 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
- 15:08:17:871 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
- 15:08:17:871 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
- 15:08:17:873 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
- 15:08:17:874 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
- 15:08:17:884 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
- 15:08:17:886 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
- 15:08:17:888 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
- 15:08:17:892 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
- 15:08:17:892 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
- 15:08:17:893 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
- 15:08:17:894 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:08:17:894 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
- 15:08:17:895 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
- 15:08:17:896 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
- 15:08:17:896 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
- 15:08:17:897 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
- 15:08:17:897 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
- 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
- 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
- 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
- 15:08:17:898 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
- 15:08:17:899 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
- 15:08:17:899 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
- 15:08:17:899 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:08:17:900 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
- 15:08:17:911 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
- 15:08:17:913 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
- 15:08:17:913 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
- 15:08:17:916 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
- 15:08:17:917 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
- 15:08:17:918 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
- 15:08:17:921 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
- 15:08:17:921 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
- 15:08:17:922 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
- 15:08:17:923 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
- 15:08:17:923 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
- 15:08:17:924 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
- 15:08:17:924 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
- 15:08:17:925 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
- 15:08:17:925 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
- 15:08:17:926 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
- 15:08:17:926 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
- 15:08:17:927 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
- 15:08:17:927 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
- 15:08:17:927 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
- 15:08:17:928 WARN 20984 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:08:17:928 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
- 15:08:17:929 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
- 15:08:17:929 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
- 15:08:17:930 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
- 15:08:17:932 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
- 15:08:17:932 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
- 15:08:17:934 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
- 15:08:17:935 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
- 15:08:17:935 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
- 15:08:17:937 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
- 15:08:17:938 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
- 15:08:17:938 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
- 15:08:17:947 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
- 15:08:17:949 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
- 15:08:17:956 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
- 15:08:17:959 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
- 15:08:17:961 INFO 20984 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
- 15:08:17:965 INFO 20984 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 15:08:17:965 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 15:08:17:975 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 14.286 seconds (JVM running for 16.637)
- 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
- 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
- 15:08:17:986 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
- 15:10:13:152 INFO 20984 --- [File Watcher] rtingClassPathChangeChangedEventListener : Restarting due to 350 class path changes (0 additions, 350 deletions, 0 modifications)
- 15:10:13:157 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:10:14:106 INFO 20984 --- [Thread-12] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 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:
- java.base@11.0.15.1/java.lang.Thread.sleep(Native Method)
- app//io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:600)
- app//io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:496)
- app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
- java.base@11.0.15.1/java.lang.Thread.run(Thread.java:834)
- 15:10:14:243 INFO 20984 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 15:10:14:276 INFO 20984 --- [Thread-12] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 15:10:14:635 INFO 20984 --- [Thread-12] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 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]
- 15:10:14:636 INFO 20984 --- [Thread-12] com.alibaba.nacos.common.remote.client : Close current connection 1761030496882_192.168.110.126_48608
- 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]
- 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
- 15:10:14:672 INFO 20984 --- [Thread-12] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 15:10:14:673 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 15:10:14:673 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:10:14:677 INFO 20984 --- [Thread-12] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 15:10:14:678 INFO 20984 --- [Thread-12] sys-user : ====关闭后台任务任务线程池====
- 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
- 15:10:14:682 INFO 20984 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
- 15:10:14:724 INFO 20984 --- [Thread-12] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
- 15:10:39:704 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
- 15:10:42:186 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 15:10:42:186 INFO 20984 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 15:10:42:703 INFO 20984 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a61994de-512a-3190-8774-cdca1d46c0da
- 15:10:43:051 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
- 15:10:43:051 INFO 20984 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 15:10:43:051 INFO 20984 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
- 15:10:43:102 INFO 20984 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 15:10:43:102 INFO 20984 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3392 ms
- 15:10:43:385 DEBUG 20984 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
- 15:10:44:695 INFO 20984 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} inited
- 15:10:49:369 INFO 20984 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 15:10:52:264 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 15:10:52:265 INFO 20984 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 15:10:52:266 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5e974656
- 15:10:52:834 WARN 20984 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
- 15:10:52:835 WARN 20984 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
- 15:10:52:835 WARN 20984 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
- 15:10:52:836 WARN 20984 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
- 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]
- 15:10:55:456 INFO 20984 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
- 15:10:57:253 INFO 20984 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 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.
- 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
- 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}
- 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
- 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
- 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
- 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}
- 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
- 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
- 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.
- 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
- 15:10:58:283 INFO 20984 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
- 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
- 15:10:58:520 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
- 15:10:58:521 INFO 20984 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 15:10:58:529 INFO 20984 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 15:10:58:530 INFO 20984 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 15:10:58:530 INFO 20984 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 15:10:58:535 INFO 20984 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 19.977 seconds (JVM running for 177.196)
- 15:10:58:537 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 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
- 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
- 15:10:58:538 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=null.properties, group=DEFAULT_GROUP
- 15:10:58:539 INFO 20984 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
- 15:10:58:540 INFO 20984 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
- 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
- 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
- 15:10:58:909 INFO 20984 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 15:10:58:913 INFO 20984 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 15:10:59:246 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 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]
- 15:10:59:246 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1761030657931_192.168.110.126_20873
- 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]
- 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 15:10:59:251 INFO 20984 --- [SpringApplicationShutdownHook] sys-user : ====关闭后台任务任务线程池====
- 15:10:59:254 WARN 20984 --- [SpringApplicationShutdownHook] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
- 15:10:59:256 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closing ...
- 15:10:59:270 INFO 20984 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-2} closed
- 15:11:11:793 INFO 22772 --- [restartedMain] com.zksy.ZksyApplication : The following 1 profile is active: "dev"
- 15:11:13:032 INFO 22772 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
- 15:11:13:033 INFO 22772 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 15:11:13:448 INFO 22772 --- [restartedMain] o.s.cloud.context.scope.GenericScope : BeanFactory id=a48a6b09-08b4-3dc3-8eab-abef2c5cd465
- 15:11:14:312 INFO 22772 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8301 (http)
- 15:11:14:337 INFO 22772 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 15:11:14:338 INFO 22772 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.106]
- 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 []
- 15:11:14:488 INFO 22772 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 15:11:14:488 INFO 22772 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2685 ms
- 15:11:15:094 DEBUG 22772 --- [restartedMain] c.z.f.s.f.JwtAuthenticationTokenFilter : Filter 'jwtAuthenticationTokenFilter' configured for use
- 15:11:15:945 INFO 22772 --- [restartedMain] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
- 15:11:18:522 INFO 22772 --- [restartedMain] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 15:11:18:801 INFO 22772 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 15:11:18:811 INFO 22772 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 15:11:18:811 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 15:11:18:812 INFO 22772 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 15:11:18:813 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@479b4a1a
- 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]
- 15:11:19:984 INFO 22772 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
- 15:11:20:733 INFO 22772 --- [restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 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.
- 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
- 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}
- 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
- 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
- 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
- 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}
- 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
- 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
- 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.
- 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
- 15:11:22:031 INFO 22772 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8301 (http) with context path ''
- 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
- 15:11:22:379 INFO 22772 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
- 15:11:22:382 INFO 22772 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 15:11:22:436 INFO 22772 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 15:11:22:489 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cacheUsingGET_1
- 15:11:22:497 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheAllUsingDELETE_1
- 15:11:22:502 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheKeyUsingDELETE_1
- 15:11:22:503 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: clearCacheNameUsingDELETE_1
- 15:11:22:504 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheKeysUsingGET_1
- 15:11:22:506 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCacheValueUsingGET_1
- 15:11:22:507 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_1
- 15:11:22:514 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getCodeUsingGET_1
- 15:11:22:517 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFileUsingPOST_1
- 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>
- 15:11:22:519 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: uploadFilesUsingPOST_1
- 15:11:22:521 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: fileDownloadUsingGET_1
- 15:11:22:522 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resourceDownloadUsingGET_1
- 15:11:22:529 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmsUsingGET_1
- 15:11:22:531 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_1
- 15:11:22:533 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getLatestUsingGET_1
- 15:11:22:534 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getTrendUsingGET_1
- 15:11:22:545 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_1
- 15:11:22:547 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_1
- 15:11:22:548 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_1
- 15:11:22:549 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_1
- 15:11:22:550 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_1
- 15:11:22:553 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
- 15:11:22:557 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_1
- 15:11:22:559 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_1
- 15:11:22:562 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_2
- 15:11:22:563 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_3
- 15:11:22:564 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_2
- 15:11:22:564 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_3
- 15:11:22:565 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_2
- 15:11:22:566 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_3
- 15:11:22:566 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_2
- 15:11:22:567 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_3
- 15:11:22:567 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_2
- 15:11:22:568 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_3
- 15:11:22:572 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
- 15:11:22:573 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_3
- 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
- 15:11:22:575 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_2
- 15:11:22:576 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_3
- 15:11:22:577 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_2
- 15:11:22:577 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_3
- 15:11:22:581 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_4
- 15:11:22:581 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_5
- 15:11:22:581 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_4
- 15:11:22:582 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_5
- 15:11:22:582 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_4
- 15:11:22:583 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_5
- 15:11:22:583 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_4
- 15:11:22:583 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_5
- 15:11:22:585 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_4
- 15:11:22:586 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_5
- 15:11:22:590 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_4
- 15:11:22:590 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_5
- 15:11:22:592 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_4
- 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
- 15:11:22:592 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_5
- 15:11:22:593 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_4
- 15:11:22:594 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_5
- 15:11:22:599 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_6
- 15:11:22:599 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: findByPageUsingGET_7
- 15:11:22:600 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_6
- 15:11:22:601 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteBatchByIdUsingDELETE_7
- 15:11:22:601 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_6
- 15:11:22:602 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteByIdUsingDELETE_7
- 15:11:22:602 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_6
- 15:11:22:603 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getByIdUsingGET_7
- 15:11:22:603 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_6
- 15:11:22:604 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getListUsingGET_7
- 15:11:22:605 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_6
- 15:11:22:606 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_7
- 15:11:22:607 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_6
- 15:11:22:607 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveBatchUsingPOST_7
- 15:11:22:608 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_6
- 15:11:22:608 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateByIdUsingPUT_7
- 15:11:22:611 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAlarmCountsUsingGET_1
- 15:11:22:612 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAveragePressureUsingGET_1
- 15:11:22:614 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_2
- 15:11:22:614 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getDailyStatsUsingGET_3
- 15:11:22:615 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getPressureDistributionUsingGET_1
- 15:11:22:616 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getSignalVsPressureUsingGET_1
- 15:11:22:618 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_2
- 15:11:22:618 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_3
- 15:11:22:624 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
- 15:11:22:625 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_1
- 15:11:22:626 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getConfigKeyUsingGET_1
- 15:11:22:627 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_4
- 15:11:22:627 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_5
- 15:11:22:628 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_1
- 15:11:22:628 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_1
- 15:11:22:648 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
- 15:11:22:650 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_1
- 15:11:22:656 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
- 15:11:22:657 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
- 15:11:22:658 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_2
- 15:11:22:658 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_3
- 15:11:22:659 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: excludeChildUsingGET_1
- 15:11:22:660 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_6
- 15:11:22:660 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_7
- 15:11:22:668 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
- 15:11:22:668 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
- 15:11:22:669 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_2
- 15:11:22:669 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_3
- 15:11:22:673 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
- 15:11:22:674 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
- 15:11:22:676 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dictTypeUsingGET_1
- 15:11:22:677 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_4
- 15:11:22:677 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_5
- 15:11:22:678 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_8
- 15:11:22:679 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_9
- 15:11:22:680 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_4
- 15:11:22:680 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_5
- 15:11:22:686 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
- 15:11:22:686 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
- 15:11:22:687 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_2
- 15:11:22:688 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_3
- 15:11:22:693 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
- 15:11:22:694 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
- 15:11:22:695 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_6
- 15:11:22:695 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_7
- 15:11:22:696 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_10
- 15:11:22:696 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_11
- 15:11:22:697 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_1
- 15:11:22:697 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_2
- 15:11:22:697 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: refreshCacheUsingDELETE_3
- 15:11:22:698 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_6
- 15:11:22:698 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_7
- 15:11:22:703 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
- 15:11:22:703 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
- 15:11:22:704 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_4
- 15:11:22:704 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_5
- 15:11:22:705 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingGET_1
- 15:11:22:705 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingHEAD_1
- 15:11:22:706 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPOST_1
- 15:11:22:706 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPUT_1
- 15:11:22:706 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingPATCH_1
- 15:11:22:707 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingDELETE_1
- 15:11:22:707 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingOPTIONS_1
- 15:11:22:707 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: indexUsingTRACE_1
- 15:11:22:709 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_12
- 15:11:22:709 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_13
- 15:11:22:710 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getRoutersUsingGET_1
- 15:11:22:712 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginUsingPOST_1
- 15:11:22:713 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: loginNoNeedAuthUsingPOST_1
- 15:11:22:715 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_1
- 15:11:22:716 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_8
- 15:11:22:716 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_9
- 15:11:22:717 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unlockUsingGET_1
- 15:11:22:722 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
- 15:11:22:722 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
- 15:11:22:723 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_6
- 15:11:22:723 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_7
- 15:11:22:729 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
- 15:11:22:729 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
- 15:11:22:730 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_8
- 15:11:22:730 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_9
- 15:11:22:731 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_14
- 15:11:22:731 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_15
- 15:11:22:736 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
- 15:11:22:737 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
- 15:11:22:737 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_10
- 15:11:22:738 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_11
- 15:11:22:739 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: roleMenuTreeselectUsingGET_1
- 15:11:22:740 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: treeselectUsingGET_1
- 15:11:22:744 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
- 15:11:22:744 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
- 15:11:22:745 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_10
- 15:11:22:745 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_11
- 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_16
- 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_17
- 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_12
- 15:11:22:746 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_13
- 15:11:22:751 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
- 15:11:22:751 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
- 15:11:22:753 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_2
- 15:11:22:753 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cleanUsingDELETE_3
- 15:11:22:754 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_14
- 15:11:22:754 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_15
- 15:11:22:760 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
- 15:11:22:760 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
- 15:11:22:762 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_8
- 15:11:22:762 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_9
- 15:11:22:765 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
- 15:11:22:765 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
- 15:11:22:766 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_12
- 15:11:22:766 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_13
- 15:11:22:767 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_18
- 15:11:22:767 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_19
- 15:11:22:767 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_2
- 15:11:22:768 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_3
- 15:11:22:768 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_16
- 15:11:22:768 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_17
- 15:11:22:774 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
- 15:11:22:775 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
- 15:11:22:776 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_10
- 15:11:22:776 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_11
- 15:11:22:777 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: avatarUsingPOST_1
- 15:11:22:778 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: profileUsingGET_1
- 15:11:22:790 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateProfileUsingPUT_1
- 15:11:22:791 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updatePwdUsingPUT_1
- 15:11:22:794 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: registerUsingPOST_1
- 15:11:22:797 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
- 15:11:22:798 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
- 15:11:22:799 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserUsingPUT_1
- 15:11:22:800 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:11:22:801 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: cancelAuthUserAllUsingPUT_1
- 15:11:22:803 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_1
- 15:11:22:804 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: dataScopeUsingPUT_1
- 15:11:22:805 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_1
- 15:11:22:805 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_14
- 15:11:22:806 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_15
- 15:11:22:806 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_20
- 15:11:22:806 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_21
- 15:11:22:807 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_4
- 15:11:22:807 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: optionselectUsingGET_5
- 15:11:22:808 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_18
- 15:11:22:809 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_19
- 15:11:22:809 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:11:22:810 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: selectAuthUserAllUsingPUT_1
- 15:11:22:824 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: allocatedListUsingGET_1
- 15:11:22:826 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
- 15:11:22:826 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
- 15:11:22:829 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: unallocatedListUsingGET_1
- 15:11:22:831 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_12
- 15:11:22:831 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_13
- 15:11:22:834 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
- 15:11:22:834 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
- 15:11:22:835 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: authRoleUsingGET_1
- 15:11:22:836 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_2
- 15:11:22:836 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: changeStatusUsingPUT_3
- 15:11:22:838 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_2
- 15:11:22:838 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deptTreeUsingGET_3
- 15:11:22:839 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_16
- 15:11:22:839 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: editUsingPUT_17
- 15:11:22:840 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_22
- 15:11:22:841 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_23
- 15:11:22:841 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_24
- 15:11:22:841 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getInfoUsingGET_25
- 15:11:22:842 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importDataUsingPOST_1
- 15:11:22:843 WARN 22772 --- [restartedMain] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType java.lang.Long[]
- 15:11:22:843 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: insertAuthRoleUsingPUT_1
- 15:11:22:843 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_20
- 15:11:22:843 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: removeUsingDELETE_21
- 15:11:22:845 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: resetPwdUsingPUT_1
- 15:11:22:847 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
- 15:11:22:848 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
- 15:11:22:850 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_14
- 15:11:22:850 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: exportUsingPOST_15
- 15:11:22:851 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: importTemplateUsingPOST_1
- 15:11:22:853 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: forceLogoutUsingDELETE_1
- 15:11:22:853 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
- 15:11:22:854 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
- 15:11:22:863 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getUserUsingGET_1
- 15:11:22:865 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
- 15:11:22:871 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_8
- 15:11:22:871 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_9
- 15:11:22:874 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
- 15:11:22:876 INFO 22772 --- [restartedMain] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: userListUsingGET_1
- 15:11:22:881 INFO 22772 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 15:11:22:881 INFO 22772 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 15:11:22:893 INFO 22772 --- [restartedMain] com.zksy.ZksyApplication : Started ZksyApplication in 14.416 seconds (JVM running for 16.078)
- 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
- 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
- 15:11:22:906 INFO 22772 --- [restartedMain] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=pipe-network-service, group=DEFAULT_GROUP
- 15:17:39:639 WARN 22772 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
- 15:17:39:639 WARN 22772 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
- 15:17:39:640 WARN 22772 --- [Thread-8] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
- 15:17:39:640 WARN 22772 --- [Thread-4] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
- 15:17:39:644 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:17:40:109 INFO 22772 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 15:17:40:115 INFO 22772 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 15:17:40:462 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 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]
- 15:17:40:464 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1761030681642_192.168.110.126_58590
- 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
- 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]
- 15:17:40:486 INFO 22772 --- [SpringApplicationShutdownHook] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
- 15:17:40:486 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 15:17:40:486 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 15:17:40:487 INFO 22772 --- [SpringApplicationShutdownHook] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 15:17:40:487 INFO 22772 --- [SpringApplicationShutdownHook] sys-user : ====关闭后台任务任务线程池====
- 15:17:40:491 WARN 22772 --- [SpringApplicationShutdownHook] .s.c.a.CommonAnnotationBeanPostProcessor : Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
- 15:17:40:494 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
- 15:17:40:536 INFO 22772 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
|