init commit
This commit is contained in:
66
logs/sys-info.log
Normal file
66
logs/sys-info.log
Normal file
@ -0,0 +1,66 @@
|
||||
15:07:51.073 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.1.6.Final
|
||||
15:07:52.170 [restartedMain] INFO c.r.RuoYiApplication - [logStartupProfileInfo,655] - The following profiles are active: druid
|
||||
15:07:57.005 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1} inited
|
||||
15:07:57.048 [restartedMain] INFO o.h.j.i.u.LogHelper - [logPersistenceUnitInformation,31] - HHH000204: Processing PersistenceUnitInfo [name: default]
|
||||
15:07:57.099 [restartedMain] INFO o.hibernate.Version - [logVersion,44] - HHH000412: Hibernate ORM core version 5.4.25.Final
|
||||
15:07:57.229 [restartedMain] INFO o.h.a.common.Version - [<clinit>,56] - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
||||
15:07:57.357 [restartedMain] INFO o.h.dialect.Dialect - [<init>,175] - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect
|
||||
15:07:58.226 [restartedMain] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - [initiateService,52] - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
|
||||
15:08:01.526 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
|
||||
15:08:01.539 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||||
15:08:01.540 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
|
||||
15:08:01.541 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
|
||||
15:08:01.541 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - 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:01.542 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||||
15:08:01.542 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
|
||||
15:08:01.542 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@587fcb9a
|
||||
15:08:02.223 [restartedMain] INFO c.n.c.s.URLConfigurationSource - [<init>,122] - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
15:08:02.228 [restartedMain] INFO c.n.c.s.URLConfigurationSource - [<init>,122] - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
15:08:04.601 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||||
15:08:04.614 [restartedMain] INFO c.r.RuoYiApplication - [logStarted,61] - Started RuoYiApplication in 14.321 seconds (JVM running for 15.894)
|
||||
15:08:04.616 [restartedMain] INFO c.r.RuoYiApplication - [main,22] - 1122222
|
||||
15:30:51.054 [Thread-31] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||||
15:30:51.334 [Thread-31] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||||
15:30:51.334 [Thread-31] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||||
15:30:51.335 [Thread-31] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||||
15:30:51.337 [Thread-31] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
|
||||
15:30:51.345 [Thread-31] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
15:30:51.347 [Thread-31] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
15:30:52.603 [restartedMain] INFO c.r.RuoYiApplication - [logStartupProfileInfo,655] - The following profiles are active: druid
|
||||
15:30:54.715 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2} inited
|
||||
15:30:54.739 [restartedMain] INFO o.h.j.i.u.LogHelper - [logPersistenceUnitInformation,31] - HHH000204: Processing PersistenceUnitInfo [name: default]
|
||||
15:30:54.750 [restartedMain] INFO o.h.dialect.Dialect - [<init>,175] - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect
|
||||
15:30:54.913 [restartedMain] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - [initiateService,52] - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
|
||||
15:30:57.035 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
|
||||
15:30:57.036 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||||
15:30:57.037 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
|
||||
15:30:57.037 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
|
||||
15:30:57.037 [restartedMain] INFO o.q.c.QuartzScheduler - [initialize,294] - 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:30:57.038 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||||
15:30:57.038 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
|
||||
15:30:57.038 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@26dc213b
|
||||
15:30:57.649 [restartedMain] INFO c.n.c.s.URLConfigurationSource - [<init>,122] - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
15:30:59.175 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||||
15:30:59.179 [restartedMain] INFO c.r.RuoYiApplication - [logStarted,61] - Started RuoYiApplication in 7.452 seconds (JVM running for 1390.46)
|
||||
15:30:59.181 [restartedMain] INFO c.r.RuoYiApplication - [main,22] - 1122222
|
||||
15:33:45.324 [SpringContextShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||||
15:33:45.505 [SpringContextShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||||
15:33:45.505 [SpringContextShutdownHook] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||||
15:33:45.506 [SpringContextShutdownHook] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||||
15:33:45.507 [SpringContextShutdownHook] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
|
||||
15:33:45.508 [SpringContextShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-2} closing ...
|
||||
15:33:45.511 [SpringContextShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-2} closed
|
Reference in New Issue
Block a user