You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
14 KiB
Plaintext
102 lines
14 KiB
Plaintext
2019-11-20 09:42:58.798 INFO 1000 --- [main] com.ann.DemoApplication : Starting DemoApplication on DESKTOP-0E3CB3K with PID 1000 (E:\2019Project\AcquisitionServer\target\classes started by ljx in E:\2019Project\AcquisitionServer)
|
|
2019-11-20 09:42:58.805 INFO 1000 --- [main] com.ann.DemoApplication : No active profile set, falling back to default profiles: default
|
|
2019-11-20 09:43:00.684 INFO 1000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
2019-11-20 09:43:01.108 INFO 1000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 388ms. Found 6 repository interfaces.
|
|
2019-11-20 09:43:01.929 INFO 1000 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b33f4b18] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2019-11-20 09:43:03.904 INFO 1000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
|
|
2019-11-20 09:43:04.082 INFO 1000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2019-11-20 09:43:04.082 INFO 1000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
2019-11-20 09:43:04.548 INFO 1000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2019-11-20 09:43:04.550 INFO 1000 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5678 ms
|
|
2019-11-20 09:43:06.221 INFO 1000 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
|
|
name: default
|
|
...]
|
|
2019-11-20 09:43:06.503 INFO 1000 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
|
|
2019-11-20 09:43:06.507 INFO 1000 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
|
|
2019-11-20 09:43:06.869 INFO 1000 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
|
2019-11-20 09:43:07.132 INFO 1000 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2019-11-20 09:43:07.504 INFO 1000 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2019-11-20 09:43:07.533 INFO 1000 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
|
|
2019-11-20 09:43:10.962 INFO 1000 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2019-11-20 09:43:11.344 INFO 1000 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
|
2019-11-20 09:43:11.363 INFO 1000 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
2019-11-20 09:43:11.364 INFO 1000 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
|
2019-11-20 09:43:11.369 INFO 1000 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
|
2019-11-20 09:43:11.372 INFO 1000 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) '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.
|
|
|
|
2019-11-20 09:43:11.373 INFO 1000 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
2019-11-20 09:43:11.373 INFO 1000 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
|
2019-11-20 09:43:11.374 INFO 1000 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1d5048d1
|
|
2019-11-20 09:43:12.135 INFO 1000 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
|
|
2019-11-20 09:43:12.727 INFO 1000 --- [main] o.a.c.w.s.f.ReflectionServiceFactoryBean : Creating Service {http://interfaces.ann.com/}HomepageDictionary from class com.ann.interfaces.HomepageDictionary
|
|
2019-11-20 09:43:13.602 INFO 1000 --- [main] org.apache.cxf.endpoint.ServerImpl : Setting the server's publish address to be HomepageDictionary
|
|
2019-11-20 09:43:14.699 INFO 1000 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
2019-11-20 09:43:14.864 WARN 1000 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2019-11-20 09:43:15.268 INFO 1000 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
|
|
2019-11-20 09:43:15.268 INFO 1000 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
2019-11-20 09:43:15.317 INFO 1000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
|
|
2019-11-20 09:43:15.320 INFO 1000 --- [main] com.ann.DemoApplication : Started DemoApplication in 17.414 seconds (JVM running for 19.395)
|
|
2019-11-20 09:44:33.860 WARN 1000 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=56s252ms809µs400ns).
|
|
2019-11-20 09:45:55.693 WARN 1000 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m21s833ms754µs500ns).
|
|
2019-11-20 09:51:02.840 WARN 1000 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m59s810ms819µs100ns).
|
|
2019-11-20 09:52:30.189 INFO 1000 --- [Thread-37] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
2019-11-20 09:52:30.191 INFO 1000 --- [Thread-37] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2019-11-20 09:52:30.196 INFO 1000 --- [Thread-37] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
|
2019-11-20 09:52:30.196 INFO 1000 --- [Thread-37] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
2019-11-20 09:52:30.196 INFO 1000 --- [Thread-37] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
2019-11-20 09:52:30.197 INFO 1000 --- [Thread-37] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
2019-11-20 09:52:30.198 INFO 1000 --- [Thread-37] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
|
|
2019-11-20 09:52:30.202 INFO 1000 --- [Thread-37] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
|
2019-11-20 09:52:30.212 INFO 1000 --- [Thread-37] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
|
2019-11-20 15:07:59.503 INFO 8916 --- [main] com.ann.DemoApplication : Starting DemoApplication on DESKTOP-0E3CB3K with PID 8916 (E:\2019Project\AcquisitionServer\target\classes started by ljx in E:\2019Project\AcquisitionServer)
|
|
2019-11-20 15:07:59.519 INFO 8916 --- [main] com.ann.DemoApplication : No active profile set, falling back to default profiles: default
|
|
2019-11-20 15:08:00.987 INFO 8916 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
2019-11-20 15:08:01.362 INFO 8916 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 359ms. Found 6 repository interfaces.
|
|
2019-11-20 15:08:01.862 INFO 8916 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4b65e02d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2019-11-20 15:08:02.284 INFO 8916 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
|
|
2019-11-20 15:08:02.378 INFO 8916 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2019-11-20 15:08:02.378 INFO 8916 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
2019-11-20 15:08:02.534 INFO 8916 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2019-11-20 15:08:02.534 INFO 8916 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2937 ms
|
|
2019-11-20 15:08:03.643 INFO 8916 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
|
|
name: default
|
|
...]
|
|
2019-11-20 15:08:03.737 INFO 8916 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
|
|
2019-11-20 15:08:03.737 INFO 8916 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
|
|
2019-11-20 15:08:04.112 INFO 8916 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
|
|
2019-11-20 15:08:04.362 INFO 8916 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2019-11-20 15:08:04.627 INFO 8916 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2019-11-20 15:08:04.643 INFO 8916 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
|
|
2019-11-20 15:08:05.893 INFO 8916 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2019-11-20 15:08:06.033 INFO 8916 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) '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.
|
|
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
|
2019-11-20 15:08:06.049 INFO 8916 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2f0e7fa8
|
|
2019-11-20 15:08:06.439 INFO 8916 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
|
|
2019-11-20 15:08:07.486 INFO 8916 --- [main] o.a.c.w.s.f.ReflectionServiceFactoryBean : Creating Service {http://interfaces.ann.com/}HomepageDictionary from class com.ann.interfaces.HomepageDictionary
|
|
2019-11-20 15:08:08.720 INFO 8916 --- [main] org.apache.cxf.endpoint.ServerImpl : Setting the server's publish address to be HomepageDictionary
|
|
2019-11-20 15:08:08.986 INFO 8916 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
2019-11-20 15:08:09.064 WARN 8916 --- [main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
|
|
2019-11-20 15:08:09.298 INFO 8916 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
|
|
2019-11-20 15:08:09.298 INFO 8916 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
2019-11-20 15:08:09.345 INFO 8916 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
|
|
2019-11-20 15:08:09.345 INFO 8916 --- [main] com.ann.DemoApplication : Started DemoApplication in 10.701 seconds (JVM running for 15.401)
|
|
2019-11-20 16:34:29.676 INFO 8916 --- [Thread-23] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|