You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
566 lines
79 KiB
Plaintext
566 lines
79 KiB
Plaintext
2 years ago
|
2023-07-06 09:29:55.318 INFO 6604 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 6604 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 09:29:55.347 INFO 6604 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 09:29:55.483 INFO 6604 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
||
|
2023-07-06 09:29:55.483 INFO 6604 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
||
|
2023-07-06 09:30:02.223 INFO 6604 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 09:30:02.223 INFO 6604 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 09:30:02.270 INFO 6604 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27ms. Found 0 repository interfaces.
|
||
|
2023-07-06 09:30:02.693 INFO 6604 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a9836a70] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 09:30:03.285 INFO 6604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 09:30:03.317 INFO 6604 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 09:30:03.317 INFO 6604 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 09:30:03.384 INFO 6604 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 09:30:03.384 INFO 6604 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7901 ms
|
||
|
2023-07-06 09:30:03.593 INFO 6604 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 09:30:03.913 INFO 6604 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 09:30:04.977 INFO 6604 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 09:30:04.985 INFO 6604 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@115dbbfc
|
||
|
2023-07-06 09:30:05.326 INFO 6604 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:30:05.437 INFO 6604 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$602b7497 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:30:05.437 INFO 6604 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$98327969 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:30:05.548 INFO 6604 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 09:30:06.313 WARN 6604 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : Unable to start LiveReload server
|
||
|
2023-07-06 09:30:06.334 INFO 6604 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 09:30:06.366 ERROR 6604 --- [restartedMain] org.apache.catalina.util.LifecycleBase : Failed to start component [Connector[HTTP/1.1-9090]]
|
||
|
|
||
|
org.apache.catalina.LifecycleException: Protocol handler start failed
|
||
|
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1008) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.catalina.core.StandardService.addConnector(StandardService.java:226) [tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.addPreviouslyRemovedConnectors(TomcatWebServer.java:259) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.start(TomcatWebServer.java:197) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:311) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:164) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552) [spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at cn.jlw.web.WebApplication.main(WebApplication.java:23) [classes/:na]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281]
|
||
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281]
|
||
|
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281]
|
||
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
Caused by: java.net.BindException: Address already in use: bind
|
||
|
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_281]
|
||
|
at sun.nio.ch.Net.bind(Net.java:444) ~[na:1.8.0_281]
|
||
|
at sun.nio.ch.Net.bind(Net.java:436) ~[na:1.8.0_281]
|
||
|
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225) ~[na:1.8.0_281]
|
||
|
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_281]
|
||
|
at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:239) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:213) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1116) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1202) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:568) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
at org.apache.catalina.connector.Connector.startInternal(Connector.java:1005) ~[tomcat-embed-core-9.0.19.jar:9.0.19]
|
||
|
... 19 common frames omitted
|
||
|
|
||
|
2023-07-06 09:30:06.366 INFO 6604 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
|
||
|
2023-07-06 09:30:06.373 INFO 6604 --- [restartedMain] ConditionEvaluationReportLoggingListener :
|
||
|
|
||
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
||
|
2023-07-06 09:30:06.373 ERROR 6604 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
|
||
|
|
||
|
***************************
|
||
|
APPLICATION FAILED TO START
|
||
|
***************************
|
||
|
|
||
|
Description:
|
||
|
|
||
|
The Tomcat connector configured to listen on port 9090 failed to start. The port may already be in use or the connector may be misconfigured.
|
||
|
|
||
|
Action:
|
||
|
|
||
|
Verify the connector's configuration, identify and stop any process that's listening on port 9090, or configure this application to listen on another port.
|
||
|
|
||
|
2023-07-06 09:30:06.393 INFO 6604 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:30:06.393 INFO 6604 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 09:30:06.393 INFO 6604 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 09:30:06.393 INFO 6604 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:30:06.393 INFO 6604 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 09:30:06.398 INFO 6604 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 09:30:06.403 INFO 6604 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 09:30:08.344 INFO 6604 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 09:33:21.878 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 09:33:21.878 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 09:33:21.908 INFO 10304 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
||
|
2023-07-06 09:33:21.908 INFO 10304 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
||
|
2023-07-06 09:33:26.562 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 09:33:26.562 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 09:33:26.580 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18ms. Found 0 repository interfaces.
|
||
|
2023-07-06 09:33:26.820 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 09:33:27.296 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 09:33:27.312 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 09:33:27.312 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 09:33:27.378 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 09:33:27.378 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5470 ms
|
||
|
2023-07-06 09:33:27.540 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 09:33:27.882 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 09:33:28.772 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 09:33:28.772 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 09:33:28.772 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 09:33:28.772 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 09:33:28.772 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 09:33:28.772 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 09:33:28.787 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 09:33:28.787 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@9ebccba
|
||
|
2023-07-06 09:33:29.071 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:33:29.184 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:33:29.188 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:33:29.252 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 09:33:29.788 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 09:33:29.820 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 09:33:29.839 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 09:33:29.844 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 8.204 seconds (JVM running for 8.837)
|
||
|
2023-07-06 09:33:31.835 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 09:33:31.835 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||
|
2023-07-06 09:33:51.156 INFO 10304 --- [Thread-22] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:33:51.174 INFO 10304 --- [Thread-22] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:33:51.179 INFO 10304 --- [Thread-22] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 09:33:51.179 INFO 10304 --- [Thread-22] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 09:33:51.179 INFO 10304 --- [Thread-22] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:33:51.179 INFO 10304 --- [Thread-22] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 09:33:51.179 INFO 10304 --- [Thread-22] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 09:33:51.179 INFO 10304 --- [Thread-22] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 09:34:01.292 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 09:34:01.292 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 09:34:04.523 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 09:34:04.523 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 09:34:04.539 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 0 repository interfaces.
|
||
|
2023-07-06 09:34:04.570 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 09:34:04.664 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 09:34:04.664 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 09:34:04.664 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 09:34:04.664 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 09:34:04.664 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3372 ms
|
||
|
2023-07-06 09:34:04.712 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 09:34:04.970 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 09:34:05.194 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:05.229 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 null
|
||
|
2023-07-06 09:34:05.229 WARN 10304 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'resourceHandlerMapping' threw exception; nested exception is java.lang.NullPointerException
|
||
|
2023-07-06 09:34:05.229 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:05.229 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 09:34:05.292 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 09:34:05.292 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
|
||
|
2023-07-06 09:34:05.308 INFO 10304 --- [restartedMain] ConditionEvaluationReportLoggingListener :
|
||
|
|
||
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
||
|
2023-07-06 09:34:05.339 ERROR 10304 --- [restartedMain] o.s.boot.SpringApplication : Application run failed
|
||
|
|
||
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'resourceHandlerMapping' threw exception; nested exception is java.lang.NullPointerException
|
||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:627) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:456) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at cn.jlw.web.WebApplication.main(WebApplication.java:23) [classes/:na]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281]
|
||
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281]
|
||
|
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281]
|
||
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'resourceHandlerMapping' threw exception; nested exception is java.lang.NullPointerException
|
||
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
... 24 common frames omitted
|
||
|
Caused by: java.lang.NullPointerException: null
|
||
|
at com.ibeetl.admin.core.conf.MVCConf.addResourceHandlers(MVCConf.java:86) ~[classes/:na]
|
||
|
at org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite.addResourceHandlers(WebMvcConfigurerComposite.java:95) ~[spring-webmvc-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.addResourceHandlers(DelegatingWebMvcConfiguration.java:88) ~[spring-webmvc-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.resourceHandlerMapping(WebMvcConfigurationSupport.java:490) ~[spring-webmvc-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$d1a911eb.CGLIB$resourceHandlerMapping$43(<generated>) ~[spring-boot-autoconfigure-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$d1a911eb$$FastClassBySpringCGLIB$$6f95f420.invoke(<generated>) ~[spring-boot-autoconfigure-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$d1a911eb.resourceHandlerMapping(<generated>) ~[spring-boot-autoconfigure-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281]
|
||
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281]
|
||
|
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281]
|
||
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
... 25 common frames omitted
|
||
|
|
||
|
2023-07-06 09:34:07.345 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 09:34:07.345 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 09:34:11.849 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 09:34:11.849 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 09:34:11.850 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 1ms. Found 0 repository interfaces.
|
||
|
2023-07-06 09:34:11.913 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 09:34:12.009 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 09:34:12.009 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 09:34:12.009 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 09:34:12.009 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 09:34:12.009 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4664 ms
|
||
|
2023-07-06 09:34:12.077 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 09:34:12.361 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 09:34:13.076 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 09:34:13.092 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@732c4a63
|
||
|
2023-07-06 09:34:13.422 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:13.485 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:34:13.485 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:34:13.532 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 09:34:13.772 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 09:34:13.787 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 09:34:13.787 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 09:34:13.798 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 6.469 seconds (JVM running for 52.791)
|
||
|
2023-07-06 09:34:13.803 INFO 10304 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
|
||
|
2023-07-06 09:34:15.792 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 09:34:15.792 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 09:34:20.507 INFO 10304 --- [Thread-31] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 09:34:20.910 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 09:34:20.910 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 09:34:23.356 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 09:34:23.356 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 09:34:23.371 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 0 repository interfaces.
|
||
|
2023-07-06 09:34:23.434 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 09:34:23.529 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 09:34:23.529 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 09:34:23.529 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 09:34:23.544 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 09:34:23.544 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2634 ms
|
||
|
2023-07-06 09:34:23.607 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 09:34:23.845 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 09:34:24.676 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 09:34:24.693 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 09:34:24.693 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 09:34:24.693 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 09:34:24.695 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 09:34:24.695 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 09:34:24.695 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 09:34:24.695 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4f19731e
|
||
|
2023-07-06 09:34:24.897 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:24.961 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:34:24.961 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:34:25.008 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 09:34:25.264 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 09:34:25.275 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 09:34:25.291 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 09:34:25.291 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 4.414 seconds (JVM running for 64.284)
|
||
|
2023-07-06 09:34:25.294 INFO 10304 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
|
||
|
2023-07-06 09:34:27.276 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 09:34:27.276 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 09:34:30.908 INFO 10304 --- [Thread-49] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 09:34:31.318 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 09:34:31.318 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 09:34:33.641 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 09:34:33.641 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 09:34:33.652 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 11ms. Found 0 repository interfaces.
|
||
|
2023-07-06 09:34:33.704 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 09:34:33.799 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 09:34:33.799 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 09:34:33.799 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 09:34:33.816 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 09:34:33.816 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2498 ms
|
||
|
2023-07-06 09:34:33.877 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 09:34:34.161 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 09:34:34.891 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2147ef7e
|
||
|
2023-07-06 09:34:35.111 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 09:34:35.161 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:34:35.161 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 09:34:35.209 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 09:34:35.460 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 09:34:35.467 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 09:34:35.483 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 09:34:35.483 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 4.181 seconds (JVM running for 74.476)
|
||
|
2023-07-06 09:34:35.483 INFO 10304 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
|
||
|
2023-07-06 09:34:37.476 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 09:34:37.477 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||
|
2023-07-06 10:12:04.986 INFO 10304 --- [Thread-57] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 10:12:05.002 INFO 10304 --- [Thread-57] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 10:12:19.984 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 10:12:19.984 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 10:12:23.988 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 10:12:23.988 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 10:12:23.988 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 0ms. Found 0 repository interfaces.
|
||
|
2023-07-06 10:12:24.035 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 10:12:24.154 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 10:12:24.154 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 10:12:24.154 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 10:12:24.154 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 10:12:24.154 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4170 ms
|
||
|
2023-07-06 10:12:24.200 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 10:12:24.451 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 10:12:24.642 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:24.673 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 null
|
||
|
2023-07-06 10:12:24.673 WARN 10304 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'resourceHandlerMapping' threw exception; nested exception is java.lang.NullPointerException
|
||
|
2023-07-06 10:12:24.673 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:24.673 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 10:12:24.783 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 10:12:24.783 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
|
||
|
2023-07-06 10:12:24.783 INFO 10304 --- [restartedMain] ConditionEvaluationReportLoggingListener :
|
||
|
|
||
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
||
|
2023-07-06 10:12:24.783 ERROR 10304 --- [restartedMain] o.s.boot.SpringApplication : Application run failed
|
||
|
|
||
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'resourceHandlerMapping' threw exception; nested exception is java.lang.NullPointerException
|
||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:627) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:456) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) ~[spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) [spring-boot-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at cn.jlw.web.WebApplication.main(WebApplication.java:23) [classes/:na]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281]
|
||
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281]
|
||
|
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281]
|
||
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.HandlerMapping]: Factory method 'resourceHandlerMapping' threw exception; nested exception is java.lang.NullPointerException
|
||
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
... 24 common frames omitted
|
||
|
Caused by: java.lang.NullPointerException: null
|
||
|
at com.ibeetl.admin.core.conf.MVCConf.addResourceHandlers(MVCConf.java:86) ~[classes/:na]
|
||
|
at org.springframework.web.servlet.config.annotation.WebMvcConfigurerComposite.addResourceHandlers(WebMvcConfigurerComposite.java:95) ~[spring-webmvc-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.addResourceHandlers(DelegatingWebMvcConfiguration.java:88) ~[spring-webmvc-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.resourceHandlerMapping(WebMvcConfigurationSupport.java:490) ~[spring-webmvc-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$d1a911eb.CGLIB$resourceHandlerMapping$43(<generated>) ~[spring-boot-autoconfigure-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$d1a911eb$$FastClassBySpringCGLIB$$6f95f420.invoke(<generated>) ~[spring-boot-autoconfigure-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) ~[spring-context-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
at org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$d1a911eb.resourceHandlerMapping(<generated>) ~[spring-boot-autoconfigure-2.1.5.RELEASE.jar:2.1.5.RELEASE]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281]
|
||
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281]
|
||
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281]
|
||
|
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281]
|
||
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.1.7.RELEASE.jar:5.1.7.RELEASE]
|
||
|
... 25 common frames omitted
|
||
|
|
||
|
2023-07-06 10:12:27.192 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 10:12:27.192 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 10:12:31.567 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 10:12:31.567 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 10:12:31.582 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 0 repository interfaces.
|
||
|
2023-07-06 10:12:31.630 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 10:12:31.758 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 10:12:31.774 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 10:12:31.774 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 10:12:31.774 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 10:12:31.774 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4582 ms
|
||
|
2023-07-06 10:12:31.842 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 10:12:32.108 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 10:12:32.805 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@26b4a75c
|
||
|
2023-07-06 10:12:33.041 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:33.106 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 10:12:33.106 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 10:12:33.142 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 10:12:33.392 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 10:12:33.408 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 10:12:33.426 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 10:12:33.426 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 6.253 seconds (JVM running for 2352.437)
|
||
|
2023-07-06 10:12:33.426 INFO 10304 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
|
||
|
2023-07-06 10:12:35.409 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 10:12:35.410 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 10:12:40.593 INFO 10304 --- [Thread-65] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 10:12:41.074 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 10:12:41.145 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 10:12:43.910 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 10:12:43.910 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 10:12:43.914 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 4ms. Found 0 repository interfaces.
|
||
|
2023-07-06 10:12:43.977 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 10:12:44.089 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 10:12:44.089 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 10:12:44.089 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 10:12:44.106 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 10:12:44.106 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2961 ms
|
||
|
2023-07-06 10:12:44.160 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 10:12:44.412 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 10:12:45.091 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@67465e02
|
||
|
2023-07-06 10:12:45.273 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:45.336 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 10:12:45.336 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 10:12:45.367 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 10:12:45.622 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 10:12:45.639 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 10:12:45.644 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 10:12:45.644 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 4.586 seconds (JVM running for 2364.655)
|
||
|
2023-07-06 10:12:45.645 INFO 10304 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
|
||
|
2023-07-06 10:12:47.652 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 10:12:47.652 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown initiated...
|
||
|
2023-07-06 10:12:55.452 INFO 10304 --- [Thread-83] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Shutdown completed.
|
||
|
2023-07-06 10:12:55.846 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Starting WebApplication on iMAC with PID 10304 (D:\code\tz-financial-end-new\web\target\classes started by 40661 in D:\code\tz-financial-end-new)
|
||
|
2023-07-06 10:12:55.846 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : No active profile set, falling back to default profiles: default
|
||
|
2023-07-06 10:12:58.212 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||
|
2023-07-06 10:12:58.212 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
|
||
|
2023-07-06 10:12:58.227 INFO 10304 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15ms. Found 0 repository interfaces.
|
||
|
2023-07-06 10:12:58.274 INFO 10304 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$66bbc16b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||
|
2023-07-06 10:12:58.388 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
|
||
|
2023-07-06 10:12:58.388 INFO 10304 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-07-06 10:12:58.388 INFO 10304 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.19]
|
||
|
2023-07-06 10:12:58.388 INFO 10304 --- [restartedMain] o.a.c.c.C.[.[localhost].[/server] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-07-06 10:12:58.388 INFO 10304 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2542 ms
|
||
|
2023-07-06 10:12:58.451 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Starting...
|
||
|
2023-07-06 10:12:58.721 INFO 10304 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : DatebookHikariCP - Start completed.
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||
|
NOT STARTED.
|
||
|
Currently in standby mode.
|
||
|
Number of jobs executed: 0
|
||
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||
|
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
|
||
|
2023-07-06 10:12:59.492 INFO 10304 --- [restartedMain] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1aa7eb9f
|
||
|
2023-07-06 10:12:59.712 INFO 10304 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
||
|
2023-07-06 10:12:59.774 INFO 10304 --- [restartedMain] rConfig$$EnhancerBySpringCGLIB$$1d63cb92 : 路径1 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 10:12:59.774 INFO 10304 --- [restartedMain] MVCConf$$EnhancerBySpringCGLIB$$556ad064 : 路径2 D:\code\tz-financial-end-new\web
|
||
|
2023-07-06 10:12:59.826 INFO 10304 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
|
||
|
2023-07-06 10:13:00.092 INFO 10304 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-07-06 10:13:00.108 INFO 10304 --- [restartedMain] o.s.s.quartz.SchedulerFactoryBean : Will start Quartz Scheduler [quartzScheduler] in 2 seconds
|
||
|
2023-07-06 10:13:00.108 INFO 10304 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '/server'
|
||
|
2023-07-06 10:13:00.108 INFO 10304 --- [restartedMain] cn.jlw.web.WebApplication : Started WebApplication in 4.278 seconds (JVM running for 2379.132)
|
||
|
2023-07-06 10:13:00.126 INFO 10304 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
|
||
|
2023-07-06 10:13:02.121 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now, after delay of 2 seconds
|
||
|
2023-07-06 10:13:02.124 INFO 10304 --- [Quartz Scheduler [quartzScheduler]] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
|