|
@@ -0,0 +1,204 @@
|
|
|
|
+2023-08-12 16:55:12.539 INFO com.smppw.analysis.DataAnalysisApplication - Starting DataAnalysisApplication using Java 17.0.5 with PID 231376 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 16:55:12.541 INFO com.smppw.analysis.DataAnalysisApplication - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 16:55:12.603 INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 16:55:12.604 INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 16:55:13.545 INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 16:55:13.549 INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 16:55:13.611 INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 44 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 16:55:14.350 INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 16:55:14.351 INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1747 ms
|
|
|
|
+2023-08-12 16:55:16.174 INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 16:55:16.220 INFO org.xnio - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 16:55:16.227 INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 16:55:16.292 INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 16:55:16.335 INFO io.undertow - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 16:55:16.387 INFO o.s.boot.web.embedded.undertow.UndertowWebServer - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 16:55:16.402 INFO com.smppw.analysis.DataAnalysisApplication - Started DataAnalysisApplication in 4.384 seconds (process running for 6.862)
|
|
|
|
+2023-08-12 16:55:17.261 INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 16:55:17.533 INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@68743d52
|
|
|
|
+2023-08-12 16:55:17.535 INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 16:55:26.410 INFO c.s.analysis.infrastructure.task.NonTradingDayTask - start cacheNonTradingDays
|
|
|
|
+2023-08-12 16:55:26.524 INFO c.s.analysis.infrastructure.task.NonTradingDayTask - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 16:55:33.259 INFO io.undertow - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 16:55:33.325 INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
|
|
+2023-08-12 16:55:33.332 INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
|
|
+2023-08-12 16:57:06.806 default [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication - Starting DataAnalysisApplication using Java 17.0.5 with PID 234004 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 16:57:06.808 default [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 16:57:06.883 default [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 16:57:06.884 default [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 16:57:07.853 default [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 16:57:07.855 default [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 16:57:07.919 default [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 46 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 16:57:08.652 default [restartedMain] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 16:57:08.652 default [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1767 ms
|
|
|
|
+2023-08-12 16:57:10.433 default [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 16:57:10.480 default [restartedMain] INFO org.xnio - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 16:57:10.490 default [restartedMain] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 16:57:10.573 default [restartedMain] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 16:57:10.612 default [restartedMain] INFO io.undertow - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 16:57:10.664 default [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServer - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 16:57:10.679 default [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication - Started DataAnalysisApplication in 4.353 seconds (process running for 6.057)
|
|
|
|
+2023-08-12 16:57:11.512 default [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 16:57:11.732 default [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@5c27ac67
|
|
|
|
+2023-08-12 16:57:11.736 default [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 16:57:20.681 default [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask - start cacheNonTradingDays
|
|
|
|
+2023-08-12 16:57:20.751 default [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 16:59:44.427 default [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 16:59:44.455 default [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
|
|
+2023-08-12 16:59:44.461 default [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
|
|
+2023-08-12 16:59:48.726 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplicationcom.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 235212 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 16:59:48.728 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplicationcom.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 16:59:48.785 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessororg.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor:250 - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 16:59:48.785 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessororg.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor:250 - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 16:59:49.749 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegateorg.springframework.data.repository.config.RepositoryConfigurationDelegate:291 - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 16:59:49.752 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegateorg.springframework.data.repository.config.RepositoryConfigurationDelegate:138 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 16:59:49.812 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegateorg.springframework.data.repository.config.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 43 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 16:59:50.479 [restartedMain] INFO io.undertow.servletio.undertow.servlet:372 - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 16:59:50.480 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContextorg.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:291 - Root WebApplicationContext: initialization completed in 1694 ms
|
|
|
|
+2023-08-12 16:59:52.160 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServerorg.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer:59 - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 16:59:52.203 [restartedMain] INFO io.undertowio.undertow:120 - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 16:59:52.209 [restartedMain] INFO org.xnioorg.xnio:95 - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 16:59:52.215 [restartedMain] INFO org.xnio.nioorg.xnio.nio:58 - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 16:59:52.277 [restartedMain] INFO org.jboss.threadsorg.jboss.threads:55 - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 16:59:52.346 [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServerorg.springframework.boot.web.embedded.undertow.UndertowWebServer:121 - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 16:59:52.360 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplicationcom.smppw.analysis.DataAnalysisApplication:57 - Started DataAnalysisApplication in 4.097 seconds (process running for 5.803)
|
|
|
|
+2023-08-12 16:59:53.191 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSourcecom.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 16:59:53.437 [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPoolcom.zaxxer.hikari.pool.HikariPool:565 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@9114ec5
|
|
|
|
+2023-08-12 16:59:53.439 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSourcecom.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 17:00:02.361 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTaskcom.smppw.analysis.infrastructure.task.NonTradingDayTask:27 - start cacheNonTradingDays
|
|
|
|
+2023-08-12 17:00:02.445 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTaskcom.smppw.analysis.infrastructure.task.NonTradingDayTask:31 - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 17:00:14.439 [SpringApplicationShutdownHook] INFO io.undertowio.undertow:259 - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:00:14.464 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSourcecom.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
|
|
|
|
+2023-08-12 17:00:14.471 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSourcecom.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
|
|
|
|
+2023-08-12 17:00:19.691 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 234324 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 17:00:19.696 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 17:00:19.777 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 17:00:19.779 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 17:00:20.779 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:291 - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 17:00:20.782 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:138 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 17:00:20.845 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 44 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 17:00:21.574 [restartedMain] INFO io.undertow.servlet:372 - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 17:00:21.575 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:291 - Root WebApplicationContext: initialization completed in 1795 ms
|
|
|
|
+2023-08-12 17:00:24.016 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer:59 - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 17:00:24.059 [restartedMain] INFO io.undertow:120 - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:00:24.066 [restartedMain] INFO org.xnio:95 - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 17:00:24.073 [restartedMain] INFO org.xnio.nio:58 - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 17:00:24.140 [restartedMain] INFO org.jboss.threads:55 - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 17:00:24.219 [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServer:121 - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 17:00:24.247 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:57 - Started DataAnalysisApplication in 5.064 seconds (process running for 7.311)
|
|
|
|
+2023-08-12 17:00:25.079 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 17:00:25.290 [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPool:565 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2eba04d6
|
|
|
|
+2023-08-12 17:00:25.293 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 17:00:34.254 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:27 - start cacheNonTradingDays
|
|
|
|
+2023-08-12 17:00:34.325 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:31 - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 17:03:44.695 [SpringApplicationShutdownHook] INFO io.undertow:259 - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:03:56.496 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 231516 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 17:03:56.499 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 17:03:56.564 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 17:03:56.565 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 17:03:57.670 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:291 - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 17:03:57.673 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:138 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 17:03:57.762 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 61 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 17:03:58.563 [restartedMain] INFO io.undertow.servlet:372 - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 17:03:58.564 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:291 - Root WebApplicationContext: initialization completed in 1997 ms
|
|
|
|
+2023-08-12 17:04:00.250 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer:59 - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 17:04:00.290 [restartedMain] INFO io.undertow:120 - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:04:00.298 [restartedMain] INFO org.xnio:95 - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 17:04:00.305 [restartedMain] INFO org.xnio.nio:58 - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 17:04:00.372 [restartedMain] INFO org.jboss.threads:55 - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 17:04:00.443 [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServer:121 - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 17:04:00.458 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:57 - Started DataAnalysisApplication in 4.487 seconds (process running for 6.393)
|
|
|
|
+2023-08-12 17:04:01.367 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 17:04:01.594 [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPool:565 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6e3550a7
|
|
|
|
+2023-08-12 17:04:01.597 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 17:04:10.462 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:27 - start cacheNonTradingDays
|
|
|
|
+2023-08-12 17:04:10.574 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:31 - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 17:04:54.287 [XNIO-1 task-2] INFO io.undertow.servlet:372 - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:04:54.288 [XNIO-1 task-2] INFO org.springframework.web.servlet.DispatcherServlet:532 - Initializing Servlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:04:54.289 [XNIO-1 task-2] INFO org.springframework.web.servlet.DispatcherServlet:554 - Completed initialization in 1 ms
|
|
|
|
+2023-08-12 17:08:03.637 [File Watcher] INFO o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener:211 - Restarting due to 1 class path change (0 additions, 1 deletion, 0 modifications)
|
|
|
|
+2023-08-12 17:08:03.648 [Thread-5] INFO io.undertow:259 - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:08:03.652 [Thread-5] INFO io.undertow.servlet:372 - Destroying Spring FrameworkServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:08:03.791 [Thread-5] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
|
|
|
|
+2023-08-12 17:08:03.805 [Thread-5] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
|
|
|
|
+2023-08-12 17:08:03.945 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 231516 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 17:08:03.946 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 17:08:04.043 [restartedMain] INFO o.s.b.a.logging.ConditionEvaluationReportLogger:82 -
|
|
|
|
+
|
|
|
|
+Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
|
|
|
|
+2023-08-12 17:08:05.879 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 231516 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 17:08:05.880 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 17:08:06.341 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:291 - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 17:08:06.341 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:138 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 17:08:06.366 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 24 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 17:08:06.639 [restartedMain] INFO io.undertow.servlet:372 - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 17:08:06.641 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:291 - Root WebApplicationContext: initialization completed in 755 ms
|
|
|
|
+2023-08-12 17:08:07.522 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer:59 - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 17:08:07.535 [restartedMain] INFO io.undertow:120 - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:08:07.559 [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServer:121 - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 17:08:07.563 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:57 - Started DataAnalysisApplication in 1.746 seconds (process running for 253.498)
|
|
|
|
+2023-08-12 17:08:07.566 [restartedMain] INFO o.s.b.d.a.ConditionEvaluationDeltaLoggingListener:63 - Condition evaluation unchanged
|
|
|
|
+2023-08-12 17:08:08.369 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-2 - Starting...
|
|
|
|
+2023-08-12 17:08:08.488 [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPool:565 - HikariPool-2 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2aa8a61
|
|
|
|
+2023-08-12 17:08:08.488 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-2 - Start completed.
|
|
|
|
+2023-08-12 17:08:17.576 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:27 - start cacheNonTradingDays
|
|
|
|
+2023-08-12 17:08:17.690 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:31 - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 17:08:20.100 [XNIO-2 task-2] INFO io.undertow.servlet:372 - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:08:20.100 [XNIO-2 task-2] INFO org.springframework.web.servlet.DispatcherServlet:532 - Initializing Servlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:08:20.102 [XNIO-2 task-2] INFO org.springframework.web.servlet.DispatcherServlet:554 - Completed initialization in 2 ms
|
|
|
|
+2023-08-12 17:10:33.509 [SpringApplicationShutdownHook] INFO io.undertow:259 - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:10:33.511 [SpringApplicationShutdownHook] INFO io.undertow.servlet:372 - Destroying Spring FrameworkServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:13:37.128 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 229868 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 17:13:37.131 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 17:13:37.194 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 17:13:37.195 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 17:13:38.115 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:291 - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 17:13:38.117 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:138 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 17:13:38.176 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 42 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 17:13:38.859 [restartedMain] INFO io.undertow.servlet:372 - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 17:13:38.859 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:291 - Root WebApplicationContext: initialization completed in 1663 ms
|
|
|
|
+2023-08-12 17:13:40.592 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer:59 - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 17:13:40.632 [restartedMain] INFO io.undertow:120 - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:13:40.638 [restartedMain] INFO org.xnio:95 - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 17:13:40.646 [restartedMain] INFO org.xnio.nio:58 - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 17:13:40.712 [restartedMain] INFO org.jboss.threads:55 - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 17:13:40.782 [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServer:121 - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 17:13:40.797 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:57 - Started DataAnalysisApplication in 4.142 seconds (process running for 5.849)
|
|
|
|
+2023-08-12 17:13:41.620 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 17:13:41.821 [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPool:565 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@3e5fa335
|
|
|
|
+2023-08-12 17:13:41.827 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 17:13:50.804 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:27 - start cacheNonTradingDays
|
|
|
|
+2023-08-12 17:13:50.875 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:31 - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 17:14:10.602 [XNIO-1 task-2] INFO io.undertow.servlet:372 - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:14:10.602 [XNIO-1 task-2] INFO org.springframework.web.servlet.DispatcherServlet:532 - Initializing Servlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:14:10.604 [XNIO-1 task-2] INFO org.springframework.web.servlet.DispatcherServlet:554 - Completed initialization in 2 ms
|
|
|
|
+2023-08-12 17:15:18.896 [SpringApplicationShutdownHook] INFO io.undertow:259 - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:15:18.912 [SpringApplicationShutdownHook] INFO io.undertow.servlet:372 - Destroying Spring FrameworkServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:15:18.935 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
|
|
|
|
+2023-08-12 17:15:18.943 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
|
|
|
|
+2023-08-12 17:15:30.155 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:51 - Starting DataAnalysisApplication using Java 17.0.5 with PID 232600 (D:\Documents\workspace\idea\data-analysis\target\classes started by Administrator in D:\Documents\workspace\idea\data-analysis)
|
|
|
|
+2023-08-12 17:15:30.158 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:632 - No active profile set, falling back to 1 default profile: "default"
|
|
|
|
+2023-08-12 17:15:30.217 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
|
|
+2023-08-12 17:15:30.218 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor:250 - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
|
|
+2023-08-12 17:15:31.063 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:291 - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
|
+2023-08-12 17:15:31.065 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:138 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
|
+2023-08-12 17:15:31.124 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate:208 - Finished Spring Data repository scanning in 41 ms. Found 0 Redis repository interfaces.
|
|
|
|
+2023-08-12 17:15:31.784 [restartedMain] INFO io.undertow.servlet:372 - Initializing Spring embedded WebApplicationContext
|
|
|
|
+2023-08-12 17:15:31.784 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:291 - Root WebApplicationContext: initialization completed in 1565 ms
|
|
|
|
+2023-08-12 17:15:33.390 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer:59 - LiveReload server is running on port 35729
|
|
|
|
+2023-08-12 17:15:33.430 [restartedMain] INFO io.undertow:120 - starting server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:15:33.436 [restartedMain] INFO org.xnio:95 - XNIO version 3.8.8.Final
|
|
|
|
+2023-08-12 17:15:33.443 [restartedMain] INFO org.xnio.nio:58 - XNIO NIO Implementation Version 3.8.8.Final
|
|
|
|
+2023-08-12 17:15:33.514 [restartedMain] INFO org.jboss.threads:55 - JBoss Threads version 3.5.0.Final
|
|
|
|
+2023-08-12 17:15:33.568 [restartedMain] INFO o.s.boot.web.embedded.undertow.UndertowWebServer:121 - Undertow started on port(s) 8899 (http)
|
|
|
|
+2023-08-12 17:15:33.581 [restartedMain] INFO com.smppw.analysis.DataAnalysisApplication:57 - Started DataAnalysisApplication in 3.879 seconds (process running for 5.374)
|
|
|
|
+2023-08-12 17:15:34.510 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
|
|
|
|
+2023-08-12 17:15:34.728 [scheduling-1] INFO com.zaxxer.hikari.pool.HikariPool:565 - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@2eba04d6
|
|
|
|
+2023-08-12 17:15:34.732 [scheduling-1] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
|
|
|
|
+2023-08-12 17:15:43.588 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:27 - start cacheNonTradingDays
|
|
|
|
+2023-08-12 17:15:43.668 [scheduling-1] INFO c.s.analysis.infrastructure.task.NonTradingDayTask:31 - finish cacheNonTradingDays
|
|
|
|
+2023-08-12 17:16:42.843 [XNIO-1 task-2] INFO io.undertow.servlet:372 - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:16:42.843 [XNIO-1 task-2] INFO org.springframework.web.servlet.DispatcherServlet:532 - Initializing Servlet 'dispatcherServlet'
|
|
|
|
+2023-08-12 17:16:42.845 [XNIO-1 task-2] INFO org.springframework.web.servlet.DispatcherServlet:554 - Completed initialization in 2 ms
|
|
|
|
+2023-08-12 17:20:44.725 [SpringApplicationShutdownHook] INFO io.undertow:259 - stopping server: Undertow - 2.3.7.Final
|
|
|
|
+2023-08-12 17:20:44.729 [SpringApplicationShutdownHook] INFO io.undertow.servlet:372 - Destroying Spring FrameworkServlet 'dispatcherServlet'
|