19:45:28.977 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.0.Final 19:45:29.024 [main] INFO com.zhyc.xps.QdgjApplicationTests - Starting QdgjApplicationTests using Java 17.0.6 with PID 18340 (started by qzz19 in E:\zhycnewprj\iotplatform\xps-server-3\xps-application) 19:45:29.025 [main] INFO com.zhyc.xps.QdgjApplicationTests - The following 1 profile is active: "local" 19:45:30.911 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 19:45:30.915 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 19:45:31.079 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 132 ms. Found 0 Redis repository interfaces. 19:45:31.274 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. 19:45:31.290 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 19:45:32.421 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext 19:45:32.422 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3368 ms 19:45:35.523 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 19:45:35.535 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 19:45:35.535 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 19:45:35.536 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 19:45:35.536 [main] INFO 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. 19:45:35.536 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 19:45:35.536 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 19:45:35.536 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6a906078 19:45:37.363 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 15 endpoint(s) beneath base path '/actuator/z' 19:45:37.685 [main] INFO io.undertow.websockets.jsr - UT026003: Adding annotated server endpoint class com.zhyc.xps.common.ws.WebSocketServer for path /websocket/link 19:45:37.722 [main] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 19:45:37.723 [main] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 1 subscriber(s). 19:45:37.723 [main] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger' 19:45:37.742 [main] INFO io.undertow - starting server: Undertow - 2.3.4.Final 19:45:37.753 [main] INFO org.xnio - XNIO version 3.8.8.Final 19:45:37.764 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final 19:45:37.796 [main] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final 19:45:37.856 [main] INFO o.s.b.w.e.undertow.UndertowWebServer - Undertow started on port(s) 54208 (http) 19:45:37.858 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now 19:45:37.859 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started. 19:45:37.887 [main] INFO com.zhyc.xps.QdgjApplicationTests - Started QdgjApplicationTests in 9.34 seconds (process running for 10.821) 19:45:37.890 [main] INFO com.zhyc.xps.sys.job.InitSystemJob - 初始化系统定时任务 19:45:37.899 [main] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Starting... 19:45:38.222 [main] INFO p6spy - 2023-08-21 19:45:38 | Time Consuming: 11 ms | Connection: statement-0 | SQL: SELECT 1 19:45:38.226 [main] INFO com.zaxxer.hikari.pool.HikariPool - DatebookHikariCP - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@1835b24b 19:45:38.235 [main] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Start completed. 19:45:38.300 [main] INFO p6spy - 2023-08-21 19:45:38 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT A.job_id, A.job_title, A.job_desc, A.status, A.job_type, A.job_code, A.job_cron, A.job_class_id, B.job_class, A.cycle_title, A.cycle_period, A.cycle_unit FROM job AS A LEFT JOIN job_class AS B ON (A.job_class_id = B.job_class_id) WHERE A.deleted_flag = 0 AND A.status = 1 ORDER BY A.job_id ASC 19:45:38.319 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started. 19:45:38.320 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started. 19:45:38.955 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 19:45:38.956 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.3.4.Final 19:45:38.964 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 19:45:38.964 [SpringApplicationShutdownHook] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 0 subscriber(s). 19:45:38.964 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger' 19:45:38.967 [SpringApplicationShutdownHook] INFO o.s.j.e.a.AnnotationMBeanExporter - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process) 19:45:38.968 [SpringApplicationShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler 19:45:38.968 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. 19:45:38.968 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 19:45:38.968 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. 19:45:38.979 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown initiated... 19:45:38.983 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown completed. 19:46:03.855 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.0.Final 19:46:03.894 [main] INFO com.zhyc.xps.QdgjApplicationTests - Starting QdgjApplicationTests using Java 17.0.6 with PID 12256 (started by qzz19 in E:\zhycnewprj\iotplatform\xps-server-3\xps-application) 19:46:03.895 [main] INFO com.zhyc.xps.QdgjApplicationTests - The following 1 profile is active: "local" 19:46:05.671 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 19:46:05.675 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 19:46:05.784 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 90 ms. Found 0 Redis repository interfaces. 19:46:05.957 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. 19:46:05.974 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 19:46:07.059 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext 19:46:07.059 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3138 ms 19:46:10.221 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 19:46:10.233 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 19:46:10.233 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 19:46:10.234 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 19:46:10.234 [main] INFO 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. 19:46:10.235 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance. 19:46:10.235 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 19:46:10.235 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6a906078 19:46:12.009 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 15 endpoint(s) beneath base path '/actuator/z' 19:46:12.296 [main] INFO io.undertow.websockets.jsr - UT026003: Adding annotated server endpoint class com.zhyc.xps.common.ws.WebSocketServer for path /websocket/link 19:46:12.335 [main] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 19:46:12.336 [main] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 1 subscriber(s). 19:46:12.336 [main] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger' 19:46:12.360 [main] INFO io.undertow - starting server: Undertow - 2.3.4.Final 19:46:12.372 [main] INFO org.xnio - XNIO version 3.8.8.Final 19:46:12.383 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final 19:46:12.413 [main] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final 19:46:12.468 [main] INFO o.s.b.w.e.undertow.UndertowWebServer - Undertow started on port(s) 54242 (http) 19:46:12.469 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now 19:46:12.469 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started. 19:46:12.494 [main] INFO com.zhyc.xps.QdgjApplicationTests - Started QdgjApplicationTests in 9.015 seconds (process running for 10.079) 19:46:12.496 [main] INFO com.zhyc.xps.sys.job.InitSystemJob - 初始化系统定时任务 19:46:12.503 [main] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Starting... 19:46:12.841 [main] INFO p6spy - 2023-08-21 19:46:12 | Time Consuming: 12 ms | Connection: statement-0 | SQL: SELECT 1 19:46:12.846 [main] INFO com.zaxxer.hikari.pool.HikariPool - DatebookHikariCP - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@666033b1 19:46:12.856 [main] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Start completed. 19:46:12.929 [main] INFO p6spy - 2023-08-21 19:46:12 | Time Consuming: 5 ms | Connection: statement-0 | SQL: SELECT A.job_id, A.job_title, A.job_desc, A.status, A.job_type, A.job_code, A.job_cron, A.job_class_id, B.job_class, A.cycle_title, A.cycle_period, A.cycle_unit FROM job AS A LEFT JOIN job_class AS B ON (A.job_class_id = B.job_class_id) WHERE A.deleted_flag = 0 AND A.status = 1 ORDER BY A.job_id ASC 19:46:12.947 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started. 19:46:12.949 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started. 19:46:13.541 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 19:46:13.543 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.3.4.Final 19:46:13.549 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 19:46:13.549 [SpringApplicationShutdownHook] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 0 subscriber(s). 19:46:13.550 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger' 19:46:13.554 [SpringApplicationShutdownHook] INFO o.s.j.e.a.AnnotationMBeanExporter - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process) 19:46:13.555 [SpringApplicationShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler 19:46:13.555 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down. 19:46:13.555 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused. 19:46:13.555 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete. 19:46:13.566 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown initiated... 19:46:13.570 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown completed.