123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- 2024-06-25 21:08:02,709 INFO StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
- 2024-06-25 21:08:02,710 INFO SpringApplication.java:659 - No active profile set, falling back to default profiles: default
- 2024-06-25 21:08:02,716 INFO AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1e3bab68: startup date ; root of context hierarchy
- 2024-06-25 21:08:03,138 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:03,183 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:03,221 INFO RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2024-06-25 21:08:03,345 INFO PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2024-06-25 21:08:03,610 INFO TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
- 2024-06-25 21:08:03,611 INFO DirectJDKLog.java:180 - Initializing ProtocolHandler
- 2024-06-25 21:08:03,612 INFO DirectJDKLog.java:180 - Starting service
- 2024-06-25 21:08:03,613 INFO DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
- 2024-06-25 21:08:03,653 INFO DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
- 2024-06-25 21:08:03,654 INFO ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 938 ms
- 2024-06-25 21:08:03,707 INFO ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to
- 2024-06-25 21:08:03,707 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to:
- 2024-06-25 21:08:03,707 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to:
- 2024-06-25 21:08:03,708 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to:
- 2024-06-25 21:08:03,708 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to:
- 2024-06-25 21:08:03,795 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:04,020 INFO RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1e3bab68: startup date ; root of context hierarchy
- 2024-06-25 21:08:04,041 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2024-06-25 21:08:04,041 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2024-06-25 21:08:04,066 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:04,067 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:04,102 WARN ThymeleafAutoConfiguration.java:104 - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
- 2024-06-25 21:08:04,147 WARN AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource : Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate : Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
- 2024-06-25 21:08:04,148 INFO DirectJDKLog.java:180 - Stopping service
- 2024-06-25 21:08:04,160 INFO ConditionEvaluationReportLoggingListener.java:101 -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2024-06-25 21:08:04,168 ERROR LoggingFailureAnalysisReporter.java:42 -
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
- Reason: Failed to determine a suitable driver class
- Action:
- Consider the following:
- If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
- If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
- 2024-06-25 21:08:15,144 INFO StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
- 2024-06-25 21:08:15,145 INFO SpringApplication.java:659 - No active profile set, falling back to default profiles: default
- 2024-06-25 21:08:15,154 INFO AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c2c3d28: startup date ; root of context hierarchy
- 2024-06-25 21:08:16,018 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:16,082 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:16,146 INFO RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2024-06-25 21:08:16,331 INFO PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2024-06-25 21:08:16,691 INFO TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
- 2024-06-25 21:08:16,692 INFO DirectJDKLog.java:180 - Initializing ProtocolHandler
- 2024-06-25 21:08:16,692 INFO DirectJDKLog.java:180 - Starting service
- 2024-06-25 21:08:16,693 INFO DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
- 2024-06-25 21:08:16,752 INFO DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
- 2024-06-25 21:08:16,753 INFO ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 1599 ms
- 2024-06-25 21:08:16,843 INFO ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to
- 2024-06-25 21:08:16,843 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to:
- 2024-06-25 21:08:16,845 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to:
- 2024-06-25 21:08:16,845 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to:
- 2024-06-25 21:08:16,846 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to:
- 2024-06-25 21:08:16,914 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:17,159 INFO RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1c2c3d28: startup date ; root of context hierarchy
- 2024-06-25 21:08:17,186 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2024-06-25 21:08:17,186 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2024-06-25 21:08:17,221 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:17,221 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:17,270 WARN ThymeleafAutoConfiguration.java:104 - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
- 2024-06-25 21:08:17,325 WARN AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource : Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate : Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
- 2024-06-25 21:08:17,325 INFO DirectJDKLog.java:180 - Stopping service
- 2024-06-25 21:08:17,337 INFO ConditionEvaluationReportLoggingListener.java:101 -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2024-06-25 21:08:17,338 ERROR LoggingFailureAnalysisReporter.java:42 -
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
- Reason: Failed to determine a suitable driver class
- Action:
- Consider the following:
- If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
- If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
- 2024-06-25 21:08:20,195 INFO StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
- 2024-06-25 21:08:20,196 INFO SpringApplication.java:659 - No active profile set, falling back to default profiles: default
- 2024-06-25 21:08:20,216 INFO AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3b8deaf7: startup date ; root of context hierarchy
- 2024-06-25 21:08:21,224 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:21,282 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:21,319 INFO RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2024-06-25 21:08:21,625 INFO PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2024-06-25 21:08:21,911 INFO TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
- 2024-06-25 21:08:21,912 INFO DirectJDKLog.java:180 - Initializing ProtocolHandler
- 2024-06-25 21:08:21,913 INFO DirectJDKLog.java:180 - Starting service
- 2024-06-25 21:08:21,913 INFO DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
- 2024-06-25 21:08:21,958 INFO DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
- 2024-06-25 21:08:21,959 INFO ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 1743 ms
- 2024-06-25 21:08:22,041 INFO ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to
- 2024-06-25 21:08:22,041 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to:
- 2024-06-25 21:08:22,042 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to:
- 2024-06-25 21:08:22,042 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to:
- 2024-06-25 21:08:22,042 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to:
- 2024-06-25 21:08:22,121 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:22,410 INFO RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3b8deaf7: startup date ; root of context hierarchy
- 2024-06-25 21:08:22,438 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2024-06-25 21:08:22,439 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2024-06-25 21:08:22,472 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:22,473 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:22,514 WARN ThymeleafAutoConfiguration.java:104 - Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
- 2024-06-25 21:08:22,560 WARN AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource : Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate : Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
- 2024-06-25 21:08:22,561 INFO DirectJDKLog.java:180 - Stopping service
- 2024-06-25 21:08:22,570 INFO ConditionEvaluationReportLoggingListener.java:101 -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2024-06-25 21:08:22,571 ERROR LoggingFailureAnalysisReporter.java:42 -
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
- Reason: Failed to determine a suitable driver class
- Action:
- Consider the following:
- If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
- If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
- 2024-06-25 21:08:45,739 INFO StartupInfoLogger.java:50 - Starting CicApplication on USER-20240326LD with PID 4372 (D:\bj106_workspace\cic\cic-data-reportin\target\classes started by Administrator in D:\bj106_workspace\cic\cic-data-reportin)
- 2024-06-25 21:08:45,740 INFO SpringApplication.java:659 - No active profile set, falling back to default profiles: default
- 2024-06-25 21:08:45,745 INFO AbstractApplicationContext.java:590 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@55bd4ed1: startup date ; root of context hierarchy
- 2024-06-25 21:08:46,361 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:46,423 WARN ClassPathMapperScanner.java:167 - No MyBatis mapper was found in '' package. Please check your configuration.
- 2024-06-25 21:08:46,478 INFO RepositoryConfigurationDelegate.java:163 - Multiple Spring Data modules found, entering strict repository configuration mode!
- 2024-06-25 21:08:46,633 INFO PostProcessorRegistrationDelegate.java:328 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- 2024-06-25 21:08:46,883 INFO TomcatWebServer.java:91 - Tomcat initialized with port(s): 8080 (http)
- 2024-06-25 21:08:46,885 INFO DirectJDKLog.java:180 - Initializing ProtocolHandler
- 2024-06-25 21:08:46,885 INFO DirectJDKLog.java:180 - Starting service
- 2024-06-25 21:08:46,886 INFO DirectJDKLog.java:180 - Starting Servlet Engine: Apache Tomcat/8.5.31
- 2024-06-25 21:08:46,927 INFO DirectJDKLog.java:180 - Initializing Spring embedded WebApplicationContext
- 2024-06-25 21:08:46,928 INFO ServletWebServerApplicationContext.java:285 - Root WebApplicationContext: initialization completed in 1183 ms
- 2024-06-25 21:08:47,108 INFO ServletRegistrationBean.java:186 - Servlet dispatcherServlet mapped to
- 2024-06-25 21:08:47,109 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'characterEncodingFilter' to:
- 2024-06-25 21:08:47,110 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'hiddenHttpMethodFilter' to:
- 2024-06-25 21:08:47,110 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'httpPutFormContentFilter' to:
- 2024-06-25 21:08:47,110 INFO AbstractFilterRegistrationBean.java:245 - Mapping filter: 'requestContextFilter' to:
- 2024-06-25 21:08:47,196 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:47,435 INFO RequestMappingHandlerAdapter.java:574 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@55bd4ed1: startup date ; root of context hierarchy
- 2024-06-25 21:08:47,459 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
- 2024-06-25 21:08:47,459 INFO AbstractHandlerMethodMapping.java:547 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
- 2024-06-25 21:08:47,491 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:47,492 INFO AbstractUrlHandlerMapping.java:373 - Mapped URL path onto handler of type
- 2024-06-25 21:08:47,570 WARN AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource : Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate : Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
- 2024-06-25 21:08:47,571 INFO DirectJDKLog.java:180 - Stopping service
- 2024-06-25 21:08:47,580 INFO ConditionEvaluationReportLoggingListener.java:101 -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2024-06-25 21:08:47,581 ERROR LoggingFailureAnalysisReporter.java:42 -
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
- Reason: Failed to determine a suitable driver class
- Action:
- Consider the following:
- If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
- If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
|