| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
- 08:33:48.123 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
- 08:33:48.127 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 30100 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 08:33:48.130 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 08:33:50.886 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 08:33:50.887 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 08:33:50.887 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 08:33:51.038 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 08:33:58.171 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1} inited
- 08:34:00.149 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
- 08:34:00.531 [restartedMain] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
- 08:34:00.534 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
- 08:34:21.004 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
- 08:34:21.009 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 08:34:21.010 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 08:34:23.621 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 08:34:23.622 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 08:34:23.622 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 08:34:23.745 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 08:34:30.870 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1} inited
- 08:34:33.666 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 08:34:33.676 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 08:34:33.676 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 08:34:33.677 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 08:34:33.677 [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.
- 08:34:33.678 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 08:34:33.678 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 08:34:33.678 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3e797476
- 08:34:35.957 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 08:34:36.041 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 08:34:36.042 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 08:34:36.042 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 08:34:36.119 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 08:34:36.121 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 08:34:36.121 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 08:34:36.121 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 08:34:36.447 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 08:34:36.469 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 15.847 seconds (JVM running for 16.917)
- 08:34:36.726 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:03:11.807 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 09:03:16.599 [schedule-pool-32] INFO sys-user - [run,55] - [127.0.0.1]内网IP[admin][Success][登录成功]
- 09:21:39.799 [Thread-33] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:21:39.865 [Thread-33] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:21:39.878 [Thread-33] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:21:39.878 [Thread-33] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:21:39.878 [Thread-33] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:21:39.879 [Thread-33] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:21:39.886 [Thread-33] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
- 09:21:40.046 [Thread-33] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
- 09:21:40.504 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:21:40.504 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:21:41.738 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:21:41.739 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:21:41.739 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:21:41.765 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:21:47.715 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-2} inited
- 09:21:50.030 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:21:50.031 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:21:50.031 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:21:50.031 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:21:50.031 [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.
- 09:21:50.031 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:21:50.031 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:21:50.031 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@67488b74
- 09:21:51.319 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:21:51.405 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:21:51.407 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:21:51.408 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:21:51.502 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:21:51.503 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:21:51.503 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:21:51.503 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:21:51.665 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:21:51.675 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 11.219 seconds (JVM running for 2852.122)
- 09:21:51.913 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:21:52.776 [Thread-45] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:21:52.837 [Thread-45] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:21:52.841 [Thread-45] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:21:52.841 [Thread-45] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:21:52.841 [Thread-45] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:21:52.842 [Thread-45] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:21:52.848 [Thread-45] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-2} closing ...
- 09:21:53.220 [Thread-45] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-2} closed
- 09:21:53.724 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:21:53.725 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:21:54.716 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:21:54.716 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:21:54.716 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:21:54.743 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:22:00.379 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-3} inited
- 09:22:02.671 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:22:02.672 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:22:02.672 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:22:02.672 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:22:02.672 [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.
- 09:22:02.672 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:22:02.672 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:22:02.673 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@47fbea9f
- 09:22:03.932 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:22:04.014 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:22:04.015 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:22:04.015 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:22:04.094 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:22:04.095 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:22:04.095 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:22:04.095 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:22:04.228 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:22:04.236 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 10.555 seconds (JVM running for 2864.684)
- 09:22:04.503 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:23:42.846 [Thread-49] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:23:42.914 [Thread-49] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:23:42.919 [Thread-49] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:23:42.920 [Thread-49] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:23:42.920 [Thread-49] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:23:42.920 [Thread-49] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:23:42.928 [Thread-49] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-3} closing ...
- 09:23:43.284 [Thread-49] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-3} closed
- 09:23:43.943 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:23:43.944 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:23:45.140 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:23:45.141 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:23:45.141 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:23:45.168 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:23:52.114 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-4} inited
- 09:23:54.366 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:23:54.366 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:23:54.366 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:23:54.367 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:23:54.367 [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.
- 09:23:54.367 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:23:54.367 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:23:54.367 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@21b45543
- 09:23:55.661 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:23:55.738 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:23:55.739 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:23:55.739 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:23:55.809 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:23:55.810 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:23:55.810 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:23:55.810 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:23:55.942 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:23:55.951 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 12.066 seconds (JVM running for 2976.399)
- 09:23:56.198 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:23:57.123 [Thread-53] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:23:57.186 [Thread-53] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:23:57.190 [Thread-53] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:23:57.190 [Thread-53] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:23:57.190 [Thread-53] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:23:57.191 [Thread-53] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:23:57.196 [Thread-53] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-4} closing ...
- 09:23:57.482 [Thread-53] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-4} closed
- 09:23:57.960 [async-Executor-4] INFO c.a.d.p.DruidDataSource - [recycle,2099] - connection recyle failed.
- 09:23:58.017 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:23:58.017 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:23:59.080 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:23:59.080 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:23:59.081 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:23:59.107 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:24:05.087 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-5} inited
- 09:24:07.390 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:24:07.391 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:24:07.391 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:24:07.391 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:24:07.391 [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.
- 09:24:07.391 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:24:07.392 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:24:07.392 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@58c7cb59
- 09:24:08.680 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:24:08.775 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:24:08.776 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:24:08.776 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:24:08.860 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:24:08.860 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:24:08.861 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:24:08.861 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:24:09.008 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:24:09.016 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 11.044 seconds (JVM running for 2989.464)
- 09:24:09.245 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:27:52.492 [Thread-57] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:27:52.578 [Thread-57] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:27:52.583 [Thread-57] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:27:52.583 [Thread-57] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:27:52.584 [Thread-57] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:27:52.584 [Thread-57] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:27:52.590 [Thread-57] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-5} closing ...
- 09:27:52.956 [Thread-57] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-5} closed
- 09:27:53.565 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:27:53.566 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:27:54.769 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:27:54.769 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:27:54.770 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:27:54.796 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:28:01.000 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-6} inited
- 09:28:03.259 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:28:03.260 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:28:03.260 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:28:03.260 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:28:03.260 [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.
- 09:28:03.260 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:28:03.260 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:28:03.260 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@34ccecec
- 09:28:04.547 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:28:04.630 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:28:04.631 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:28:04.631 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:28:04.706 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:28:04.706 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:28:04.706 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:28:04.707 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:28:04.842 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:28:04.851 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 11.329 seconds (JVM running for 3225.3)
- 09:28:05.085 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:28:05.987 [Thread-61] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:28:06.049 [Thread-61] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:28:06.053 [Thread-61] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:28:06.054 [Thread-61] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:28:06.054 [Thread-61] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:28:06.054 [Thread-61] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:28:06.060 [Thread-61] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-6} closing ...
- 09:28:06.422 [Thread-61] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-6} closed
- 09:28:07.112 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:28:07.113 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:28:08.126 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:28:08.126 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:28:08.126 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:28:08.152 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:28:13.614 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-7} inited
- 09:28:15.890 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:28:15.891 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:28:15.891 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:28:15.891 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:28:15.891 [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.
- 09:28:15.891 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:28:15.892 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:28:15.892 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@325d3b26
- 09:28:17.185 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:28:17.254 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:28:17.257 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:28:17.257 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:28:17.328 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:28:17.329 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:28:17.329 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:28:17.329 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:28:17.458 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:28:17.467 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 10.397 seconds (JVM running for 3237.915)
- 09:28:17.693 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:39:54.149 [http-nio-8080-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 09:42:45.090 [Thread-65] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:42:45.156 [Thread-65] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:42:45.164 [Thread-65] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:42:45.164 [Thread-65] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:42:45.164 [Thread-65] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:42:45.165 [Thread-65] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:42:45.172 [Thread-65] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-7} closing ...
- 09:42:45.461 [Thread-65] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-7} closed
- 09:42:46.502 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:42:46.503 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:42:47.737 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:42:47.737 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:42:47.737 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:42:47.768 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:42:54.194 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-8} inited
- 09:42:56.468 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:42:56.468 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:42:56.469 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:42:56.469 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:42:56.469 [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.
- 09:42:56.469 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:42:56.469 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:42:56.469 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@38080a3c
- 09:42:57.786 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:42:57.875 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:42:57.876 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:42:57.876 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:42:57.958 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:42:57.958 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:42:57.958 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:42:57.958 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:42:58.102 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:42:58.112 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 11.664 seconds (JVM running for 4118.561)
- 09:42:58.357 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:42:59.232 [Thread-69] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:42:59.295 [Thread-69] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:42:59.300 [Thread-69] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:42:59.300 [Thread-69] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:42:59.300 [Thread-69] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:42:59.300 [Thread-69] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:42:59.306 [Thread-69] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-8} closing ...
- 09:42:59.639 [Thread-69] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-8} closed
- 09:43:00.510 [async-Executor-4] INFO c.a.d.p.DruidDataSource - [recycle,2099] - connection recyle failed.
- 09:43:00.564 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:43:00.565 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:43:01.563 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:43:01.563 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:43:01.563 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:43:01.589 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:43:07.240 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-9} inited
- 09:43:09.736 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:43:09.736 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:43:09.737 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:43:09.737 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:43:09.737 [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.
- 09:43:09.737 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:43:09.737 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:43:09.737 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@63016822
- 09:43:11.052 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:43:11.127 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:43:11.129 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:43:11.130 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:43:11.210 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:43:11.212 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:43:11.212 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:43:11.213 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:43:11.342 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:43:11.350 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 10.827 seconds (JVM running for 4131.798)
- 09:43:11.586 [schedule-pool-2] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:48:46.302 [Thread-73] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:48:46.373 [Thread-73] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:48:46.380 [Thread-73] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:48:46.380 [Thread-73] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:48:46.380 [Thread-73] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:48:46.381 [Thread-73] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:48:46.387 [Thread-73] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-9} closing ...
- 09:48:46.710 [Thread-73] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-9} closed
- 09:48:47.547 [async-Executor-8] INFO c.a.d.p.DruidDataSource - [recycle,2099] - connection recyle failed.
- 09:48:47.621 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:48:47.621 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:48:48.841 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:48:48.841 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:48:48.841 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:48:48.871 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:48:54.693 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-10} inited
- 09:48:57.102 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:48:57.103 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:48:57.103 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:48:57.103 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:48:57.104 [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.
- 09:48:57.104 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:48:57.104 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:48:57.104 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4d0cd28a
- 09:48:58.457 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:48:58.541 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:48:58.543 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:48:58.544 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:48:58.624 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:48:58.624 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:48:58.624 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:48:58.625 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:48:58.754 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:48:58.761 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 11.198 seconds (JVM running for 4479.21)
- 09:48:59.001 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:48:59.888 [Thread-77] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:48:59.953 [Thread-77] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:48:59.956 [Thread-77] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:48:59.956 [Thread-77] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:48:59.956 [Thread-77] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:48:59.957 [Thread-77] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:48:59.962 [Thread-77] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-10} closing ...
- 09:49:00.332 [Thread-77] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-10} closed
- 09:49:01.256 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:49:01.256 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:49:02.270 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:49:02.270 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:49:02.270 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:49:02.297 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
- 09:49:08.092 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-11} inited
- 09:49:10.457 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
- 09:49:10.458 [restartedMain] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 09:49:10.458 [restartedMain] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
- 09:49:10.458 [restartedMain] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
- 09:49:10.458 [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.
- 09:49:10.458 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
- 09:49:10.458 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
- 09:49:10.459 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7171f726
- 09:49:11.909 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,34] - SmartLifecycle 生命周期初始化 ==========开始
- 09:49:11.985 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,38] - myTelegramBot 初始化 ==========结束
- 09:49:11.986 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,42] - 开始创建机器人链接 TelegramBot============开始
- 09:49:11.986 [restartedMain] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:49:12.058 [restartedMain] INFO c.r.t.TelegramBotConfig - [start,40] - Starting auto config for telegram bots
- 09:49:12.059 [restartedMain] INFO c.r.t.TelegramBotConfig - [lambda$start$0,46] - Registering polling bot: null
- 09:49:12.059 [restartedMain] INFO c.r.w.l.MySmartLifecycle - [start,44] - 开始创建机器人链接 TelegramBot============结束
- 09:49:12.059 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8080"]
- 09:49:12.193 [restartedMain] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 09:49:12.200 [restartedMain] INFO c.r.AdminApplication - [logStarted,61] - Started AdminApplication in 10.982 seconds (JVM running for 4492.648)
- 09:49:12.453 [schedule-pool-1] INFO c.r.s.s.i.MarketThreadEnergy - [getSecondCoins,74] - []
- 09:55:48.004 [Thread-81] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:55:48.074 [Thread-81] INFO c.r.t.TelegramBotConfig - [stop,57] - STOP ===============:[]
- 09:55:48.080 [Thread-81] INFO o.q.c.QuartzScheduler - [shutdown,666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
- 09:55:48.080 [Thread-81] INFO o.q.c.QuartzScheduler - [standby,585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
- 09:55:48.080 [Thread-81] INFO o.q.c.QuartzScheduler - [shutdown,740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
- 09:55:48.081 [Thread-81] INFO sys-user - [shutdownAsyncManager,31] - ====关闭后台任务任务线程池====
- 09:55:48.087 [Thread-81] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-11} closing ...
- 09:55:48.393 [Thread-81] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-11} closed
- 09:55:49.470 [quartzScheduler_Worker-9] INFO c.a.d.p.DruidDataSource - [recycle,2099] - connection recyle failed.
- 09:55:49.546 [restartedMain] INFO c.r.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_452 on qiniu with PID 23752 (D:\workspace\echo2.0\ruoyi-admin\target\classes started by QiniuKj in D:\workspace\echo2.0)
- 09:55:49.546 [restartedMain] INFO c.r.AdminApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
- 09:55:50.752 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8080"]
- 09:55:50.753 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
- 09:55:50.753 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.75]
- 09:55:50.781 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|